Wake of Gods Forum | Форум Во Имя Богов

Full Version: ERA III
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Berserker, looks like crtrait0.txt and crtraits.txt are necessary. In 3.4, these 2 are missing thus the game won't start
Berserker, поздравляю со значительным шагом вперёд в универсальности инструментов ERA3 132
Большая и очень нужная проделана работа, молодец Yes
Bes, спасибо Rolleyes
Berserker, верни, пожалуйста, crtrait0.txt и crtraits.txt в hmm35wog.pac, как сказал Archer30. Без них игра крашится.
Напоминаю о чёрном фоне текста при отображении Credits в главном меню
daemon_n, понял, спасибо.
Berserker, thanks for the 3.4.1 update. Although could you explain what I can do with the radio dialogue feature, please? 102
It's a useful wrapper over IF:G. You can build your dialog by steps (not in a single call) or using loops. You can check result Value, not item flag. You get item index as result and not bitset. You can select item by its associated value and not by bitmask or position. For instance, for a choice of resources you may set
Item "Gold" = (RES_GOLD), "Ore" = (RES_ORE) and get final result without complex logic. Just try an example from docs.

You can even assign some tag like global variable name to each item and determine the tag of selected item later.

Simple example: select of 4 heroes or Cancel. Assign 4 hero names to items and value will be hero ID. If result value >= 0, then it's hero ID. Fast and simple:

Berserker, в установщике старый плагин game bug fixes extended.dll и wog native dialogs.era
daemon_n, плагины современные. После обновления компа игрик был вынужден сделать перекомпиляцию без нововведений.
Berserker, не совсем понял, но на том же гитхабе версии на месяц моложе размещённых в новом установщике ERA
Berserker, отличается и размер105
Berserker, can you confirm that the era.dll from 3.4.1 and 3.4 is identical?

Tried with your code, and I got this
Image: AG4kcXS.png

If this is how it should be, then I need to spend time understanding the whole idea.
Archer30, redownload 3.4.1 cause link was wrong
Thanks daemon_n, now I get it 85

________


Berserker, I wonder if you are interested in fixing (optimizing) an aged issue. - The default option of Warlord's Banner dialogue isn't saved.
For example, you chose attack bonus for your pikeman stack, and then you open its warlord's banner dialogue again, it has the health bonus (first item) selected instead of attack bonus. This is confusing sometimes
Reference URL's