War Of The Gods, its a good day to post here feedback.

It's not easy creating an entire faction or era. Post your work and collaborate in this forum.

Moderator: Forum Moderators

Post Reply
User avatar
ChaosRider
Posts: 1439
Joined: April 15th, 2012, 1:15 pm

Re: War Of The Gods, its a good day to post here feedback.

Post by ChaosRider »

New WOTG version is out! V2.7.5.9.7.
New faction Aquana.
New units for Thief Saurians and Desert Saurians.
Creator of WOTG (+6500 units), MWC (+615 units), SurvivorsArea, RandomColosseum, RC WOTG, RC MWC, ColosseumRandomClonesBattle, BetweenDarknessAndLight, StealingWeapons, MoreUnitsForms, MoreDamageTypes, CanBeOnlyOne, ColosseumOneWinner, BonusSpam, CriticalStrike - available at 1.18 Wesnoth server.
User avatar
ChaosRider
Posts: 1439
Joined: April 15th, 2012, 1:15 pm

Re: War Of The Gods, its a good day to post here feedback.

Post by ChaosRider »

War Of The Gods v2.7.6.0.8 is out!
Big changes in units cost for all 0-2 lvls (nearly 3800 units) for which I changed it manually basing on my addon Count Units Cost.
Also WOTG has now own events for Stealing Weapons and Stealing Abilities from killed units.
You can use too addons like Stealing Weapons Mode and Stealing Abilities Mode to have twice bigger chance for it.
Enjoy the game with the biggest addon ever made.
Also other addons that are made by me and they are using WOTG units are updated too on Wesnoth v1.18 server.
Feel free to send me here feedback if you like my addons.
Creator of WOTG (+6500 units), MWC (+615 units), SurvivorsArea, RandomColosseum, RC WOTG, RC MWC, ColosseumRandomClonesBattle, BetweenDarknessAndLight, StealingWeapons, MoreUnitsForms, MoreDamageTypes, CanBeOnlyOne, ColosseumOneWinner, BonusSpam, CriticalStrike - available at 1.18 Wesnoth server.
User avatar
ChaosRider
Posts: 1439
Joined: April 15th, 2012, 1:15 pm

Re: War Of The Gods, its a good day to post here feedback.

Post by ChaosRider »

War Of The Gods v2.7.6.0.9 is out!
On Wesnoth v1.18 addons server.
Now all 3 lvls has set cost recruit with using addon Count Units Cost.
I had to set it for over 1700 units. With 0-2 lvls which is nearly 3800 units it gives over 5500 units which each I had to recruit in open game, use menu option Count Unit Cost and then change it manually in unit cfg file and save it.
It took me some time but its done now.
Also there is available new era "AoH +3 Lvls" in which as leaders you choose 3 lvl but as recruits you have units 0-3 lvl.
Maximum recruit cost for 0 lvl its 12 gold, for 1 lvl its 25 gold, for 2 lvl its 45 and for 3 lvl its 65 gold.
Units can cost less ofcourse but this depends of their stats. For more info about counting units cost check topic below:

viewtopic.php?t=60193
Creator of WOTG (+6500 units), MWC (+615 units), SurvivorsArea, RandomColosseum, RC WOTG, RC MWC, ColosseumRandomClonesBattle, BetweenDarknessAndLight, StealingWeapons, MoreUnitsForms, MoreDamageTypes, CanBeOnlyOne, ColosseumOneWinner, BonusSpam, CriticalStrike - available at 1.18 Wesnoth server.
User avatar
Sebas38760
Posts: 16
Joined: May 20th, 2022, 10:13 pm
Location: Uruguay

Re: War Of The Gods, its a good day to post here feedback.

Post by Sebas38760 »

Hi chaos,
I’ve fully translated WOTG 2.7.6.1.1 into Spanish.
To make the translation as complete as possible, I had to apply a few changes to the add-on.

1. I added/fixed incorrect or missing textdomains (more details in fix_textdomain_log.txt).

2. I marked many strings as translatable (added _ before quotes) and also removed a lot of strings that should not be translatable. In chains_fix_log.txt you’ll find details about the strings added (I forgot to log the removed ones). The removed ones were mostly descriptions for about 2000 units that looked like: description=_"."

3. I added a file with macros (mainline-strings.cfg) and used those macros where appropriate (more details in macros_STR_added_log.txt). The purpose of this change is to reuse strings already translated in mainline.


After that I made a few additional manual changes, such as modifying some translatable strings embedded inside macros like MENU_IMG_TXT so they could actually be translated, and adding the translation path and the mainline-strings.cfg path inside main.cfg.

I’m sending the files separately because the forum doesn’t allow uploads over 8 MB.
Inside WarOfTheGods you’ll find all files that were modified, the completed Spanish translation, and the logs generated by the scripts I used for the large-scale changes. There’s also a file (translation_for_server_pbl.txt) containing the translations for WOTG and WOTG Part 2 to add to their respective server.pbl files, so they show up in Spanish on the add-on server.

Separately I’m also sending WarOfTheGods-units, which is basically only the units folder.

To apply the changes, you just need to copy and overwrite everything, except for the translations inside the server.pbl files — those must be added manually.
Attachments
WarOfTheGods.zip
(3.96 MiB) Downloaded 7 times
WarOfTheGods-units.zip
(6.77 MiB) Downloaded 6 times
User avatar
ChaosRider
Posts: 1439
Joined: April 15th, 2012, 1:15 pm

Re: War Of The Gods, its a good day to post here feedback.

Post by ChaosRider »

New War Of The Gods version is out on BfW v1.18.

WOTG v2.7.6.1.6

New Dwarves units and some others.

Over 6300 units.
Creator of WOTG (+6500 units), MWC (+615 units), SurvivorsArea, RandomColosseum, RC WOTG, RC MWC, ColosseumRandomClonesBattle, BetweenDarknessAndLight, StealingWeapons, MoreUnitsForms, MoreDamageTypes, CanBeOnlyOne, ColosseumOneWinner, BonusSpam, CriticalStrike - available at 1.18 Wesnoth server.
User avatar
ChaosRider
Posts: 1439
Joined: April 15th, 2012, 1:15 pm

Re: War Of The Gods, its a good day to post here feedback.

Post by ChaosRider »

Sebas38760 wrote: November 29th, 2025, 12:10 am Hi chaos,
I’ve fully translated WOTG 2.7.6.1.1 into Spanish.
To make the translation as complete as possible, I had to apply a few changes to the add-on.

1. I added/fixed incorrect or missing textdomains (more details in fix_textdomain_log.txt).

2. I marked many strings as translatable (added _ before quotes) and also removed a lot of strings that should not be translatable. In chains_fix_log.txt you’ll find details about the strings added (I forgot to log the removed ones). The removed ones were mostly descriptions for about 2000 units that looked like: description=_"."

3. I added a file with macros (mainline-strings.cfg) and used those macros where appropriate (more details in macros_STR_added_log.txt). The purpose of this change is to reuse strings already translated in mainline.


After that I made a few additional manual changes, such as modifying some translatable strings embedded inside macros like MENU_IMG_TXT so they could actually be translated, and adding the translation path and the mainline-strings.cfg path inside main.cfg.

I’m sending the files separately because the forum doesn’t allow uploads over 8 MB.
Inside WarOfTheGods you’ll find all files that were modified, the completed Spanish translation, and the logs generated by the scripts I used for the large-scale changes. There’s also a file (translation_for_server_pbl.txt) containing the translations for WOTG and WOTG Part 2 to add to their respective server.pbl files, so they show up in Spanish on the add-on server.

Separately I’m also sending WarOfTheGods-units, which is basically only the units folder.

To apply the changes, you just need to copy and overwrite everything, except for the translations inside the server.pbl files — those must be added manually.
Hello there.

Sorry for not answering earlier.

Ive never added translation to the addon but before I try do this could you download the newest version of the WOTG addon and check it is it good with newest version.

Thanks for your job.
Creator of WOTG (+6500 units), MWC (+615 units), SurvivorsArea, RandomColosseum, RC WOTG, RC MWC, ColosseumRandomClonesBattle, BetweenDarknessAndLight, StealingWeapons, MoreUnitsForms, MoreDamageTypes, CanBeOnlyOne, ColosseumOneWinner, BonusSpam, CriticalStrike - available at 1.18 Wesnoth server.
User avatar
ChaosRider
Posts: 1439
Joined: April 15th, 2012, 1:15 pm

Re: War Of The Gods, its a good day to post here feedback.

Post by ChaosRider »

So...
In last WOTG version ( 2.7.6.1.8 ) I decided to seperate Outlaws from Dwarves Default faction.
Dwarves Default contains only Dwarves.
They have a healer line which can be useful.
And the Outlaws units are now Outlaws Default faction.
They have some extra units with 3 lvl advance line.
Anyway, have a good day for all who read it.
Creator of WOTG (+6500 units), MWC (+615 units), SurvivorsArea, RandomColosseum, RC WOTG, RC MWC, ColosseumRandomClonesBattle, BetweenDarknessAndLight, StealingWeapons, MoreUnitsForms, MoreDamageTypes, CanBeOnlyOne, ColosseumOneWinner, BonusSpam, CriticalStrike - available at 1.18 Wesnoth server.
User avatar
Sebas38760
Posts: 16
Joined: May 20th, 2022, 10:13 pm
Location: Uruguay

Re: War Of The Gods, its a good day to post here feedback.

Post by Sebas38760 »

ChaosRider wrote: January 21st, 2026, 7:47 pm
Sebas38760 wrote: November 29th, 2025, 12:10 am Hi chaos,
I’ve fully translated WOTG 2.7.6.1.1 into Spanish.
To make the translation as complete as possible, I had to apply a few changes to the add-on.

1. I added/fixed incorrect or missing textdomains (more details in fix_textdomain_log.txt).

2. I marked many strings as translatable (added _ before quotes) and also removed a lot of strings that should not be translatable. In chains_fix_log.txt you’ll find details about the strings added (I forgot to log the removed ones). The removed ones were mostly descriptions for about 2000 units that looked like: description=_"."

3. I added a file with macros (mainline-strings.cfg) and used those macros where appropriate (more details in macros_STR_added_log.txt). The purpose of this change is to reuse strings already translated in mainline.


After that I made a few additional manual changes, such as modifying some translatable strings embedded inside macros like MENU_IMG_TXT so they could actually be translated, and adding the translation path and the mainline-strings.cfg path inside main.cfg.

I’m sending the files separately because the forum doesn’t allow uploads over 8 MB.
Inside WarOfTheGods you’ll find all files that were modified, the completed Spanish translation, and the logs generated by the scripts I used for the large-scale changes. There’s also a file (translation_for_server_pbl.txt) containing the translations for WOTG and WOTG Part 2 to add to their respective server.pbl files, so they show up in Spanish on the add-on server.

Separately I’m also sending WarOfTheGods-units, which is basically only the units folder.

To apply the changes, you just need to copy and overwrite everything, except for the translations inside the server.pbl files — those must be added manually.
Hello there.

Sorry for not answering earlier.

Ive never added translation to the addon but before I try do this could you download the newest version of the WOTG addon and check it is it good with newest version.

Thanks for your job.
I have repeated the same procedure and updated the translation for version 2.7.6.1.8 (the most recent one at the moment).
On this occasion, I have left out the mainline-strings.cfg file to avoid any potential issues with macros.
I am attaching the files in the same way as on the previous occasion.
Attachments
WarOfTheGods-units.zip
(7 MiB) Downloaded 6 times
WarOfTheGods.zip
(3.18 MiB) Downloaded 6 times
Post Reply