Перейти к содержимому
Zone of Games Forum
SerGEAnt

Сообщение добавлено пользователем SerGEAnt

Рекомендованные сообщения

1 час назад, Kazerad сказал:

@Plah @karantras Сделал я значиться пробный перевод текстур в  начальной заставке, но вот первая буква в большом квадрате, сбивает с толку при чтении, и я думаю их вообще убрать, и вставит чисто текс. Что думаете?


https://ibb.co/pvDGhDW

https://ibb.co/x7SQx0C

попросите у DragonZN  уже переведенный текст ( блин писать с телефона то еще)

Поделиться сообщением


Ссылка на сообщение
40 минут назад, rohindanil сказал:

Во время игры, если открыть меню(Esc) и выбрать Прогресс игрока → Достижения, то вылетает, мелькает какое-то окно и закрывается. Ставил на лицензию из стима.

Поправил. Перекачайте русификатор. https://drive.google.com/file/d/1T2aLEUTZoRZcCOFTIISjT0vxVQXJb3ly/

2 часа назад, Kazerad сказал:

@Plah @karantras Сделал я значиться пробный перевод текстур в  начальной заставке, но вот первая буква в большом квадрате, сбивает с толку при чтении, и я думаю их вообще убрать, и вставит чисто текс. Что думаете?


https://ibb.co/pvDGhDW

https://ibb.co/x7SQx0C

Вроде нормально :) Включил в русик (немного поправил размер отображаемых рамок в Intro.json, т.к. частично текст не влазил). 

 

2 часа назад, karantras сказал:

Может создать таблицу, где будут отмечаться файлы, которые проверили/перевели?

 

Если тебе так удобней, действуй :)

20 минут назад, elmin59 сказал:

попросите у DragonZN  уже переведенный текст ( блин писать с телефона то еще)

@DragonZH поделитесь с нами наработками?:blush: 

Изменено пользователем Plah
  • Лайк (+1) 1

Поделиться сообщением


Ссылка на сообщение
1 час назад, rohindanil сказал:

Во время игры, если открыть меню(Esc) и выбрать Прогресс игрока → Достижения, то вылетает, мелькает какое-то окно и закрывается. Ставил на лицензию из стима.

Еще иногда вылетает, если кормить непися любимой едой(первый раз для получения достижения — видимо из-за этого)

Скорее всего проблема в кодировке. Желательно выяснить, в какой выполнен весь текст игры. Потому что сейчас в некоторых файлах, если не выставить 1251, то будут кракозябры или вопросики.

Поделиться сообщением


Ссылка на сообщение
9 минут назад, karantras сказал:

Скорее всего проблема в кодировке. Желательно выяснить, в какой выполнен весь текст игры. Потому что сейчас в некоторых файлах, если не выставить 1251, то будут кракозябры или вопросики.

Проблема в том что в некоторых местах перевелись “теги” и я это проглядел :) Например вот так https://ibb.co/sKLm78T

Используйте Notepad++ у меня он сохраняет в правильной кодировки без моего вмешательства. 

 

Изменено пользователем Plah

Поделиться сообщением


Ссылка на сообщение

При попытках создать серп по квесту, или при попытке зайти в меню достижений выкидывает крашрепорт:

22:27 - 1.0.0.9121 MG Save:Slot1_Autosave - Game Runtime: 00:06:52.8174923 - KBM Y1S2D5 - 12:06 - Logs:633
Current map is Candlewych Village | Y1 | S2 | D5 | H12
Player is riding  at {X:5953 Y:2009 Width:128 Height:128} interact is BlacksmithCrafting target is Truffles
Missing achievement name: IronMaiden
   в AchievementManager.GetAchievementName(AchievementType type) в C:\Users\Neal\source\repos\protoTest\MonoGameVersion\TopDownEditor\Achievements\AchievementManager.cs:строка 197
   в AchievementManager.CompleteAchievement(Achievement achievement) в C:\Users\Neal\source\repos\protoTest\MonoGameVersion\TopDownEditor\Achievements\AchievementManager.cs:строка 153
   в NewUI.Blacksmith.Finish..ctor(UIElementBase parent, Blacksmith blacksmith) в C:\Users\Neal\source\repos\protoTest\MonoGameVersion\TopDownEditor\NewUI\Blacksmith\Finish.cs:строка 122
   в NewUI.Blacksmith.Blacksmith.SetState(States state) в C:\Users\Neal\source\repos\protoTest\MonoGameVersion\TopDownEditor\NewUI\Blacksmith\Blacksmith.cs:строка 260
   в MonoProtoFramework.NewUI.UIManagerBase.Update(BaseGame game) в C:\Users\Neal\source\repos\protoTest\MonoGameVersion\MonoProtoFramework\NewUI\UIManager.cs:строка 377
   в MonoProtoFramework.BaseGame.Update(GameTime gameTime) в C:\Users\Neal\source\repos\protoTest\MonoGameVersion\MonoProtoFramework\BaseGame.cs:строка 1292
   в Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime)
   в Microsoft.Xna.Framework.Game.Tick()
   в MonoGame.Framework.WinFormsGameWindow.TickOnIdle(Object sender, EventArgs e)
   в System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
   в System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
   в System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   в System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   в MonoGame.Framework.WinFormsGameWindow.RunLoop()
   в Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
   в Program.Main() в C:\Users\Neal\source\repos\protoTest\MonoGameVersion\TopDownEditor\Program.cs:строка 41
Graphics device info: Intel(R) HD Graphics
 

Поделиться сообщением


Ссылка на сообщение

Делаю перевод на ноте. Остальное пока на файлах редачу.

  • Лайк (+1) 4

Поделиться сообщением


Ссылка на сообщение

А можете сказать, где можно посмотреть исходники текста. А то Гугл перевел так, что вообще непонятно)

Поделиться сообщением


Ссылка на сообщение

@DragonZH То есть вы сами делаете перевод? и людям здесь не стоит ковырять гугл версию перевода?
@karantras  Исходники оригинального текста, лежат в папке EN что в папке text, ну это вы и сами знаете, так что вы наверное что то другое имеете в виду?)
Нашёл тут косяк, может быть из за него и вылеты, но я не уверен,  в папке EN файл AllBooks, в нём почему то всё на русском, хотя не должно быть.
@Plah Спасибо что добавили в руссик мои текстурки, перевод конечно хромает, да и оформление рамок я не доделал, пробник так сказать,  но и так лучше чем на английском) 

Изменено пользователем Kazerad

Поделиться сообщением


Ссылка на сообщение
1 час назад, Kazerad сказал:

@DragonZH То есть вы сами делаете перевод? и людям здесь не стоит ковырять гугл версию перевода?

Как хотите, у меня по сути тоже дипл и яндекс, но гугл точно смысла не вижу править.

  • Лайк (+1) 1

Поделиться сообщением


Ссылка на сообщение
8 часов назад, Dadovopoleno сказал:

При попытках создать серп по квесту, или при попытке зайти в меню достижений выкидывает крашрепорт:
 

Перекачайте русификатор эти ошибки уже поправлены.

Если нет то скиньте свои сохранения, я посмотрю.

 https://ibb.co/cFr9gWw
https://ibb.co/CK5wpZk

5 часов назад, karantras сказал:

А можете сказать, где можно посмотреть исходники текста. А то Гугл перевел так, что вообще непонятно)

Оригинал хранится по пути \Kynseed\Data\Text\EN

  • Лайк (+1) 1

Поделиться сообщением


Ссылка на сообщение

@Plah Почему в стиме в теме русификатора числится что перевод начального ролика сделал karantas? когда его сделал я, поправьте пожалуйста.

Поделиться сообщением


Ссылка на сообщение
6 минут назад, Kazerad сказал:

@Plah Почему в стиме в теме русификатора числится что перевод начального ролика сделал karantas? когда его сделал я, поправьте пожалуйста.

ой) прошу прощения) поправил :)

Поделиться сообщением


Ссылка на сообщение

Смотрю на новое меню, и видно что много чего было изменено по сравнению с версии которой мы начинали.

В моей версии во многих местах приходилось искать места отделяющие текст от исполняемого кода, а чтобы имена отображались на русском пришлось править и исполняемый код.

Работы было гораздо больше чем сейчас.

Изменено пользователем Tericonio
  • Спасибо (+1) 1

Поделиться сообщением


Ссылка на сообщение

@Plah Сделал вот такой вариант текстуры перевода начальной заставки, пытался как то адекватно перевести всё это, не получается, нужен кто то, кто разбирается в тонкостях английского языка, для хорошего перевода.
Там одна из фраз не влезла, хотя размер шрифта получился даже компактней первой версии, поправь если можешь. Можно и с другим шрифтом попробовать если такой не понравиться.
https://ibb.co/wy4ZP0Q

Изменено пользователем Kazerad

Поделиться сообщением


Ссылка на сообщение
1 час назад, Kazerad сказал:

@Plah Сделал вот такой вариант текстуры перевода начальной заставки, пытался как то адекватно перевести всё это, не получается, нужен кто то, кто разбирается в тонкостях английского языка, для хорошего перевода.
Там одна из фраз не влезла, хотя размер шрифта получился даже компактней первой версии, поправь если можешь. Можно и с другим шрифтом попробовать если такой не понравиться.
https://ibb.co/wy4ZP0Q

Разрабы в файле Intro.json прописывают по сетки x,y где лежит нужный элемент картинки и его размеры.
Соответственно , если твой текст шире или выше текста на анг, он не входит в размеры прописанные в файлике и их нужно увеличить.

Добавил изменения в русик. Либо можешь его перекачать либо вот ниже содержимое файла Intro.json

Скрытый текст

{"frames": [
{
    "filename": "Intro/Intro_EN/1",
    "frame": {"x":1,"y":446,"w":811,"h":145},
    "rotated": false,
    "trimmed": true,
    "spriteSourceSize": {"x":15,"y":25,"w":811,"h":145},
    "sourceSize": {"w":842,"h":192}
},
{
    "filename": "Intro/Intro_EN/2",
    "frame": {"x":1,"y":148,"w":898,"h":150},
    "rotated": false,
    "trimmed": true,
    "spriteSourceSize": {"x":21,"y":23,"w":898,"h":150},
    "sourceSize": {"w":936,"h":192}
},
{
    "filename": "Intro/Intro_EN/3",
    "frame": {"x":1,"y":593,"w":714,"h":145},
    "rotated": false,
    "trimmed": true,
    "spriteSourceSize": {"x":105,"y":28,"w":714,"h":145},
    "sourceSize": {"w":936,"h":192}
},
{
    "filename": "Intro/Intro_EN/4",
    "frame": {"x":1,"y":740,"w":976,"h":145},
    "rotated": false,
    "trimmed": true,
    "spriteSourceSize": {"x":106,"y":28,"w":976,"h":145},
    "sourceSize": {"w":1015,"h":192}
},
{
    "filename": "Intro/Intro_EN/5",
    "frame": {"x":1,"y":1,"w":976,"h":145},
    "rotated": false,
    "trimmed": true,
    "spriteSourceSize": {"x":20,"y":28,"w":976,"h":145},
    "sourceSize": {"w":1015,"h":192}
},
{
    "filename": "Intro/Intro_EN/6",
    "frame": {"x":1,"y":300,"w":827,"h":144},
    "rotated": false,
    "trimmed": true,
    "spriteSourceSize": {"x":86,"y":24,"w":827,"h":144},
    "sourceSize": {"w":1015,"h":192}
},
{
    "filename": "Intro/Intro_EN/7",
    "frame": {"x":1,"y":1180,"w":641,"h":144},
    "rotated": false,
    "trimmed": true,
    "spriteSourceSize": {"x":179,"y":23,"w":641,"h":144},
    "sourceSize": {"w":1015,"h":192}
},
{
    "filename": "Intro/Intro_EN/8",
    "frame": {"x":1,"y":887,"w":707,"h":145},
    "rotated": false,
    "trimmed": true,
    "spriteSourceSize": {"x":67,"y":22,"w":707,"h":145},
    "sourceSize": {"w":789,"h":186}
},
{
    "filename": "Intro/Intro_EN/9",
    "frame": {"x":1,"y":1034,"w":1140,"h":144},
    "rotated": false,
    "trimmed": true,
    "spriteSourceSize": {"x":51,"y":21,"w":1140,"h":144},
    "sourceSize": {"w":789,"h":186}
},
{
    "filename": "Intro/Intro_EN/10",
    "frame": {"x":1,"y":1326,"w":629,"h":144},
    "rotated": false,
    "trimmed": true,
    "spriteSourceSize": {"x":80,"y":21,"w":629,"h":144},
    "sourceSize": {"w":789,"h":186}
}],
"meta": {
    "app": "https://www.codeandweb.com/texturepacker",
    "version": "1.0",
    "image": "Intro.png",
    "format": "RGBA8888",
    "size": {"w":978,"h":1471},
    "scale": "1",
    "smartupdate": "$TexturePacker:SmartUpdate:c9fd9a081a805aad2b804de09ad36fcd:8a62a3af15c063dfcb001acb53480677:b8e6e5d79573713587b7a64433cc37e7$"
}
}
 

 

Изменено пользователем Plah
  • Лайк (+1) 1

Поделиться сообщением


Ссылка на сообщение

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас

  • Похожие публикации

    • Автор: Amigaser
      Kathy Rain 2: Soothsayer

      Метки: Атмосферная, Расследования, 2D, Тайна, Детектив Платформы: PC Разработчик: Clifftop Games Издатель: Raw Fury Серия: Kathy Rain Дата выхода: 20 мая 2025 года Отзывы Steam: 365 отзывов, 96% положительных Если бы не жуткая пиксельная графика и пиксельные же шрифты, возможно взялся бы за перевод. А так меня хватило только на начальное меню... Кто-нибудь хочет заняться переводом? Вот вытащенные текстовые ресурсы в json-формате для перевода. После перевода могу вставить назад в игру, напр., вместо французского языка. 
      https://disk.yandex.ru/d/rj4SLr-pBx7plQ
      Там много текста с экранирующими слэшами и символами перевода строки. Да и текстовых строк больше 7000. Русский текст, естественно, нужно вставлять в тэг "textru", но можно и заменять "texten", не принципиально. Экранирующие обратные слэши \ , символы переноса строки \n , \r и пр. служебные, нужно оставлять как есть, не трогать.
      Вот тут то, что я сделал. Я перевёл начальное меню и картинку-заставку с загрузкой с заменой французского. Файлы распаковать в папку KathyRain2_Data с заменой файлов.
      https://disk.yandex.ru/d/KVpbNgq3RyCoZw
    • Автор: 0wn3df1x
      Tiny Life

      Метки: Симулятор, Казуальная игра, Симулятор жизни, Расслабляющая, Песочница Платформы: PC Разработчик: Ellpeck Games Издатель: Top Hat Studios Серия: Top Hat Studios Дата выхода: 03.05.2023 Ранний доступ: Да Отзывы Steam: 285 отзывов, 88% положительных

  • Сейчас популярно

  • Продвигаемые темы

  • Последние сообщения

    • Да какие они конкуренты, Mundfish успели 3 dlc сделать и вторую часть анонсировать, а “чехи” свое поделие до сих пор чинят, им не до конкуренции.
    • С шрифтами наконец-то разобрался.
    • Новая версия — 1.9.1 [20250613] 

      Лишь одно изменение в тексте, но довольно важное, поэтому сразу сделал отдельную версию для него.
        Автоматический установщик https://disk.yandex.ru/d/J4EwEZ5ByxWDAQ https://drive.google.com/file/d/1fZdoeMvyBcMiQ4_iYgu4d3ja_JtkiU9V/view https://files.vc/d/dl?hash=7f5b43de98d4531d2dbbeb3b6fe78e4a Архив для установки вручную https://disk.yandex.ru/d/OmadX8Tt7EnMZA https://drive.google.com/file/d/1rRnrQlqRlV2D8ls2QPruRPfODQC-_Yok/view https://files.vc/d/dl?hash=2f3ca25c777893740fe23fd1fdd686ed  
    • так яйца прилетят известно от кого. Пусть сейчас уже не такое количество, как тогда когда они выпускали первую часть, но всё же деньги у тех есть, а боты и ненавистники, конкуренты (из Чехии ) всегда готовы отработать печеньки.
    • Залей скрин на облако, кинь ссылку сюда.  Все должно работать нормально, кроме того, что русик легенд частичный. 
    • flash Bitcoin refers to a cryptocurrency sent to your wallet but doesn’t stay there for a long time, depending on the software used to flash the coin. Flash bitcoin has no difference with real bitcoin itself, except for the fact that it does not last for a lifetime.
      All coins are being generated by specified flash bitcoin softwares. The minimum Order is $2000 btc you pay $200 to get $2000 btc worth of Flash BTC The Maximum Order is $10,000,000 btc Flash BTC will be securely stored in any wallet for a period of up to 90 days before being rejected by the blockchain network. Gain a thorough understanding of this procedure to safeguard your digital assets from potential loss. fastusdts is available to provide guidance throughout the flashing process and ensure the security of your bitcoin holdings. We are the Best Bitcoin Flashing Service you will find Online WE SELL FLASH COINS FEATURES OF OUR FLASH BITCOIN The first is that it disappears in any wallet it is found in and any crypto it has been converted to after 90 days from the date you received it. The second difference is that Flash BTC cannot be transferred more than 12 times. And the third difference is that Flash Bitcoin can be converted into any other type of crypto coin in an exchange, but if it is restored, that coin will also disappear after 90 days. 100% confirmed transaction The transaction fee is max, ie priority for quick confirmation Cannot cancel a transaction with the Bitcoin server You can spend bitcoins easily on any other address (Segwit address, legacy, Segwit / bch32)
      It works with all wallets. contact us on telegram or whattsapp https://fastusdts.com/product/flash-bitcoin/ https://wa.link/34xulv https://t.me/Fastusdts FLASH USDT TRC20 Unlocking the Power of Flash USDT: A Revolutionary Way to Transact on Blockchain In the ever-evolving world of cryptocurrency, innovation is key to staying ahead. One of the most exciting developments in this space is the introduction of Flash USDT, available in both ERC20 and TRC20 formats. This innovative digital asset is designed to revolutionize how you conduct transactions on blockchain networks, providing an efficient, seamless, and user-friendly experience. Understanding USDT FLASH Flash USDT is not just another cryptocurrency; it’s a unique solution that empowers users to manage their digital assets effectively. Whether you are an experienced trader or new to the crypto world, Flash USDT offers you an opportunity to transact with confidence. With a minimum order requirement of just $2,000, you can pay $200 to receive $2,000 worth of Flash USDT. This accessible entry point makes it easier for individuals and businesses to leverage the benefits of this innovative financial tool. For those looking to maximize their investment, the service also supports larger transactions, with a maximum order cap of $550,000 for a fee of $55,000. This scalability makes Flash USDT an appealing option for a wide range of users, from individual investors to institutional players. https://fastusdts.com/product/flash-usdt/ https://wa.link/34xulv https://t.me/Fastusdts Why Choose USDT FLASH? 1. What happens to USDT FLASH after 50 days?
      After 50 to 90 days from the date you received it, Flash USDT will automatically disappear from your wallet, as well as any cryptocurrency it has been converted to. This feature encourages timely transactions and adds a sense of urgency to your trading strategies. 2. Can I transfer USDT FLASH to another user?
      Yes, you can transfer Flash USDT, but remember that it can only be transferred up to 12 times. After that, it will no longer be valid. This limitation ensures that users maintain control over their assets while facilitating efficient exchanges. 3. Can I convert USDT FLASH into other cryptocurrencies?
      Absolutely! Flash USDT can be converted into any other cryptocurrency available on exchanges. However, keep in mind that if the converted coin is restored to Flash USDT, it will also disappear after ten days. 4. Is fastusdts a trustworthy platform?
      Yes, fastusdts is committed to providing a secure and reliable environment for all your cryptocurrency transactions. Our security measures and customer support ensure that your experience is both safe and enjoyable. https://fastusdts.com/product/flash-usdt/ https://wa.link/34xulv https://t.me/Fastusdts
    • flash Bitcoin refers to a cryptocurrency sent to your wallet but doesn’t stay there for a long time, depending on the software used to flash the coin. Flash bitcoin has no difference with real bitcoin itself, except for the fact that it does not last for a lifetime.
      All coins are being generated by specified flash bitcoin softwares. The minimum Order is $2000 btc you pay $200 to get $2000 btc worth of Flash BTC The Maximum Order is $10,000,000 btc Flash BTC will be securely stored in any wallet for a period of up to 90 days before being rejected by the blockchain network. Gain a thorough understanding of this procedure to safeguard your digital assets from potential loss. fastusdts is available to provide guidance throughout the flashing process and ensure the security of your bitcoin holdings. We are the Best Bitcoin Flashing Service you will find Online WE SELL FLASH COINS FEATURES OF OUR FLASH BITCOIN The first is that it disappears in any wallet it is found in and any crypto it has been converted to after 90 days from the date you received it. The second difference is that Flash BTC cannot be transferred more than 12 times. And the third difference is that Flash Bitcoin can be converted into any other type of crypto coin in an exchange, but if it is restored, that coin will also disappear after 90 days. 100% confirmed transaction The transaction fee is max, ie priority for quick confirmation Cannot cancel a transaction with the Bitcoin server You can spend bitcoins easily on any other address (Segwit address, legacy, Segwit / bch32)
      It works with all wallets. contact us on telegram or whattsapp https://fastusdts.com/product/flash-bitcoin/ https://wa.link/34xulv https://t.me/Fastusdts FLASH USDT TRC20 Unlocking the Power of Flash USDT: A Revolutionary Way to Transact on Blockchain In the ever-evolving world of cryptocurrency, innovation is key to staying ahead. One of the most exciting developments in this space is the introduction of Flash USDT, available in both ERC20 and TRC20 formats. This innovative digital asset is designed to revolutionize how you conduct transactions on blockchain networks, providing an efficient, seamless, and user-friendly experience. Understanding USDT FLASH Flash USDT is not just another cryptocurrency; it’s a unique solution that empowers users to manage their digital assets effectively. Whether you are an experienced trader or new to the crypto world, Flash USDT offers you an opportunity to transact with confidence. With a minimum order requirement of just $2,000, you can pay $200 to receive $2,000 worth of Flash USDT. This accessible entry point makes it easier for individuals and businesses to leverage the benefits of this innovative financial tool. For those looking to maximize their investment, the service also supports larger transactions, with a maximum order cap of $550,000 for a fee of $55,000. This scalability makes Flash USDT an appealing option for a wide range of users, from individual investors to institutional players. https://fastusdts.com/product/flash-usdt/ https://wa.link/34xulv https://t.me/Fastusdts Why Choose USDT FLASH? 1. What happens to USDT FLASH after 50 days?
      After 50 to 90 days from the date you received it, Flash USDT will automatically disappear from your wallet, as well as any cryptocurrency it has been converted to. This feature encourages timely transactions and adds a sense of urgency to your trading strategies. 2. Can I transfer USDT FLASH to another user?
      Yes, you can transfer Flash USDT, but remember that it can only be transferred up to 12 times. After that, it will no longer be valid. This limitation ensures that users maintain control over their assets while facilitating efficient exchanges. 3. Can I convert USDT FLASH into other cryptocurrencies?
      Absolutely! Flash USDT can be converted into any other cryptocurrency available on exchanges. However, keep in mind that if the converted coin is restored to Flash USDT, it will also disappear after ten days. 4. Is fastusdts a trustworthy platform?
      Yes, fastusdts is committed to providing a secure and reliable environment for all your cryptocurrency transactions. Our security measures and customer support ensure that your experience is both safe and enjoyable. https://fastusdts.com/product/flash-usdt/ https://wa.link/34xulv https://t.me/Fastusdts
    • flash Bitcoin refers to a cryptocurrency sent to your wallet but doesn’t stay there for a long time, depending on the software used to flash the coin. Flash bitcoin has no difference with real bitcoin itself, except for the fact that it does not last for a lifetime.
      All coins are being generated by specified flash bitcoin softwares. The minimum Order is $2000 btc you pay $200 to get $2000 btc worth of Flash BTC The Maximum Order is $10,000,000 btc Flash BTC will be securely stored in any wallet for a period of up to 90 days before being rejected by the blockchain network. Gain a thorough understanding of this procedure to safeguard your digital assets from potential loss. fastusdts is available to provide guidance throughout the flashing process and ensure the security of your bitcoin holdings. We are the Best Bitcoin Flashing Service you will find Online WE SELL FLASH COINS FEATURES OF OUR FLASH BITCOIN The first is that it disappears in any wallet it is found in and any crypto it has been converted to after 90 days from the date you received it. The second difference is that Flash BTC cannot be transferred more than 12 times. And the third difference is that Flash Bitcoin can be converted into any other type of crypto coin in an exchange, but if it is restored, that coin will also disappear after 90 days. 100% confirmed transaction The transaction fee is max, ie priority for quick confirmation Cannot cancel a transaction with the Bitcoin server You can spend bitcoins easily on any other address (Segwit address, legacy, Segwit / bch32)
      It works with all wallets. contact us on telegram or whattsapp https://fastusdts.com/product/flash-bitcoin/ https://wa.link/34xulv https://t.me/Fastusdts FLASH USDT TRC20 Unlocking the Power of Flash USDT: A Revolutionary Way to Transact on Blockchain In the ever-evolving world of cryptocurrency, innovation is key to staying ahead. One of the most exciting developments in this space is the introduction of Flash USDT, available in both ERC20 and TRC20 formats. This innovative digital asset is designed to revolutionize how you conduct transactions on blockchain networks, providing an efficient, seamless, and user-friendly experience. Understanding USDT FLASH Flash USDT is not just another cryptocurrency; it’s a unique solution that empowers users to manage their digital assets effectively. Whether you are an experienced trader or new to the crypto world, Flash USDT offers you an opportunity to transact with confidence. With a minimum order requirement of just $2,000, you can pay $200 to receive $2,000 worth of Flash USDT. This accessible entry point makes it easier for individuals and businesses to leverage the benefits of this innovative financial tool. For those looking to maximize their investment, the service also supports larger transactions, with a maximum order cap of $550,000 for a fee of $55,000. This scalability makes Flash USDT an appealing option for a wide range of users, from individual investors to institutional players. https://fastusdts.com/product/flash-usdt/ https://wa.link/34xulv https://t.me/Fastusdts Why Choose USDT FLASH? 1. What happens to USDT FLASH after 50 days?
      After 50 to 90 days from the date you received it, Flash USDT will automatically disappear from your wallet, as well as any cryptocurrency it has been converted to. This feature encourages timely transactions and adds a sense of urgency to your trading strategies. 2. Can I transfer USDT FLASH to another user?
      Yes, you can transfer Flash USDT, but remember that it can only be transferred up to 12 times. After that, it will no longer be valid. This limitation ensures that users maintain control over their assets while facilitating efficient exchanges. 3. Can I convert USDT FLASH into other cryptocurrencies?
      Absolutely! Flash USDT can be converted into any other cryptocurrency available on exchanges. However, keep in mind that if the converted coin is restored to Flash USDT, it will also disappear after ten days. 4. Is fastusdts a trustworthy platform?
      Yes, fastusdts is committed to providing a secure and reliable environment for all your cryptocurrency transactions. Our security measures and customer support ensure that your experience is both safe and enjoyable. https://fastusdts.com/product/flash-usdt/ https://wa.link/34xulv https://t.me/Fastusdts
    • flash Bitcoin refers to a cryptocurrency sent to your wallet but doesn’t stay there for a long time, depending on the software used to flash the coin. Flash bitcoin has no difference with real bitcoin itself, except for the fact that it does not last for a lifetime.
      All coins are being generated by specified flash bitcoin softwares. The minimum Order is $2000 btc you pay $200 to get $2000 btc worth of Flash BTC The Maximum Order is $10,000,000 btc Flash BTC will be securely stored in any wallet for a period of up to 90 days before being rejected by the blockchain network. Gain a thorough understanding of this procedure to safeguard your digital assets from potential loss. fastusdts is available to provide guidance throughout the flashing process and ensure the security of your bitcoin holdings. We are the Best Bitcoin Flashing Service you will find Online WE SELL FLASH COINS FEATURES OF OUR FLASH BITCOIN The first is that it disappears in any wallet it is found in and any crypto it has been converted to after 90 days from the date you received it. The second difference is that Flash BTC cannot be transferred more than 12 times. And the third difference is that Flash Bitcoin can be converted into any other type of crypto coin in an exchange, but if it is restored, that coin will also disappear after 90 days. 100% confirmed transaction The transaction fee is max, ie priority for quick confirmation Cannot cancel a transaction with the Bitcoin server You can spend bitcoins easily on any other address (Segwit address, legacy, Segwit / bch32)
      It works with all wallets. contact us on telegram or whattsapp https://fastusdts.com/product/flash-bitcoin/ https://wa.link/34xulv https://t.me/Fastusdts FLASH USDT TRC20 Unlocking the Power of Flash USDT: A Revolutionary Way to Transact on Blockchain In the ever-evolving world of cryptocurrency, innovation is key to staying ahead. One of the most exciting developments in this space is the introduction of Flash USDT, available in both ERC20 and TRC20 formats. This innovative digital asset is designed to revolutionize how you conduct transactions on blockchain networks, providing an efficient, seamless, and user-friendly experience. Understanding USDT FLASH Flash USDT is not just another cryptocurrency; it’s a unique solution that empowers users to manage their digital assets effectively. Whether you are an experienced trader or new to the crypto world, Flash USDT offers you an opportunity to transact with confidence. With a minimum order requirement of just $2,000, you can pay $200 to receive $2,000 worth of Flash USDT. This accessible entry point makes it easier for individuals and businesses to leverage the benefits of this innovative financial tool. For those looking to maximize their investment, the service also supports larger transactions, with a maximum order cap of $550,000 for a fee of $55,000. This scalability makes Flash USDT an appealing option for a wide range of users, from individual investors to institutional players. https://fastusdts.com/product/flash-usdt/ https://wa.link/34xulv https://t.me/Fastusdts Why Choose USDT FLASH? 1. What happens to USDT FLASH after 50 days?
      After 50 to 90 days from the date you received it, Flash USDT will automatically disappear from your wallet, as well as any cryptocurrency it has been converted to. This feature encourages timely transactions and adds a sense of urgency to your trading strategies. 2. Can I transfer USDT FLASH to another user?
      Yes, you can transfer Flash USDT, but remember that it can only be transferred up to 12 times. After that, it will no longer be valid. This limitation ensures that users maintain control over their assets while facilitating efficient exchanges. 3. Can I convert USDT FLASH into other cryptocurrencies?
      Absolutely! Flash USDT can be converted into any other cryptocurrency available on exchanges. However, keep in mind that if the converted coin is restored to Flash USDT, it will also disappear after ten days. 4. Is fastusdts a trustworthy platform?
      Yes, fastusdts is committed to providing a secure and reliable environment for all your cryptocurrency transactions. Our security measures and customer support ensure that your experience is both safe and enjoyable. https://fastusdts.com/product/flash-usdt/ https://wa.link/34xulv https://t.me/Fastusdts
    • flash Bitcoin refers to a cryptocurrency sent to your wallet but doesn’t stay there for a long time, depending on the software used to flash the coin. Flash bitcoin has no difference with real bitcoin itself, except for the fact that it does not last for a lifetime.
      All coins are being generated by specified flash bitcoin softwares. The minimum Order is $2000 btc you pay $200 to get $2000 btc worth of Flash BTC The Maximum Order is $10,000,000 btc Flash BTC will be securely stored in any wallet for a period of up to 90 days before being rejected by the blockchain network. Gain a thorough understanding of this procedure to safeguard your digital assets from potential loss. fastusdts is available to provide guidance throughout the flashing process and ensure the security of your bitcoin holdings. We are the Best Bitcoin Flashing Service you will find Online WE SELL FLASH COINS FEATURES OF OUR FLASH BITCOIN The first is that it disappears in any wallet it is found in and any crypto it has been converted to after 90 days from the date you received it. The second difference is that Flash BTC cannot be transferred more than 12 times. And the third difference is that Flash Bitcoin can be converted into any other type of crypto coin in an exchange, but if it is restored, that coin will also disappear after 90 days. 100% confirmed transaction The transaction fee is max, ie priority for quick confirmation Cannot cancel a transaction with the Bitcoin server You can spend bitcoins easily on any other address (Segwit address, legacy, Segwit / bch32)
      It works with all wallets. contact us on telegram or whattsapp https://fastusdts.com/product/flash-bitcoin/ https://wa.link/34xulv https://t.me/Fastusdts FLASH USDT TRC20 Unlocking the Power of Flash USDT: A Revolutionary Way to Transact on Blockchain In the ever-evolving world of cryptocurrency, innovation is key to staying ahead. One of the most exciting developments in this space is the introduction of Flash USDT, available in both ERC20 and TRC20 formats. This innovative digital asset is designed to revolutionize how you conduct transactions on blockchain networks, providing an efficient, seamless, and user-friendly experience. Understanding USDT FLASH Flash USDT is not just another cryptocurrency; it’s a unique solution that empowers users to manage their digital assets effectively. Whether you are an experienced trader or new to the crypto world, Flash USDT offers you an opportunity to transact with confidence. With a minimum order requirement of just $2,000, you can pay $200 to receive $2,000 worth of Flash USDT. This accessible entry point makes it easier for individuals and businesses to leverage the benefits of this innovative financial tool. For those looking to maximize their investment, the service also supports larger transactions, with a maximum order cap of $550,000 for a fee of $55,000. This scalability makes Flash USDT an appealing option for a wide range of users, from individual investors to institutional players. https://fastusdts.com/product/flash-usdt/ https://wa.link/34xulv https://t.me/Fastusdts Why Choose USDT FLASH? 1. What happens to USDT FLASH after 50 days?
      After 50 to 90 days from the date you received it, Flash USDT will automatically disappear from your wallet, as well as any cryptocurrency it has been converted to. This feature encourages timely transactions and adds a sense of urgency to your trading strategies. 2. Can I transfer USDT FLASH to another user?
      Yes, you can transfer Flash USDT, but remember that it can only be transferred up to 12 times. After that, it will no longer be valid. This limitation ensures that users maintain control over their assets while facilitating efficient exchanges. 3. Can I convert USDT FLASH into other cryptocurrencies?
      Absolutely! Flash USDT can be converted into any other cryptocurrency available on exchanges. However, keep in mind that if the converted coin is restored to Flash USDT, it will also disappear after ten days. 4. Is fastusdts a trustworthy platform?
      Yes, fastusdts is committed to providing a secure and reliable environment for all your cryptocurrency transactions. Our security measures and customer support ensure that your experience is both safe and enjoyable. https://fastusdts.com/product/flash-usdt/ https://wa.link/34xulv https://t.me/Fastusdts
  • Изменения статусов

    • Дмитрий Соснов  »  Tirniel

      Привет! ты разбираешься в компьютерном железе, сможешь помочь с советом по апгрейду старого компа?
      · 1 ответ
    • SHAMAH

      Куда вход на сайт убрали и ЗАЧЕМ? Хотел файл скачать, там только медленная загрузка и “зарегистрируйтесь”. Все. Пришлось вручную страницу входа прописывать.
      · 0 ответов
    • Nosferatu  »  behar

      Добрый вечер.
      Подскажите пожалуйста, у вас не осталось случайно исходников для фикса на широкоформатные мониторы для игры Vampire The Masquerade Redemption?
      Если да, то не могли бы вы ими поделиться, а если нет, то прошу прощенья что побеспокоил.
      Заранее спасибо.
      · 0 ответов
    • AlcoKolyic  »  makc_ar

      Здраствуйте! Извините, а можно попросить ссылку на место где можно взять перевод (патч или образ игры с переводом) El Shaddai: Ascension of the Metatron для ps3, пожалуйста? А то в теме к этой игре у меня не получилось найти работающие ссылки… Первая ведет в группу в которой удалены большинство постов, а пост с этой игрой ведет на сайт https://psnext.ru который сейчас не имеет отношения к видеоиграм. 
      · 0 ответов
    • oleg72  »  Boor

      https://www.skidrowcodex.net/fate-reawakened-goldberg/
      · 0 ответов
  • Лучшие авторы


Zone of Games © 2003–2025 | Реклама на сайте.

×