More Wonders

If you liked this item, please rate it up on Steam Workshop page.

Author: Shocky

Last revision: 12 Mar, 2015 at 15:03 UTC

File size: 871.93 KB

On Steam Workshop

Description:

Adds 5 new wonders, Galactic Trade Hub, Space Elevator, National Secrecy Agency, Project Tesla Coil and The Supersonic Wall. Used the Mall by Frenic, for splash pic to Galactic Trade Hub and thunderstorm pic by Dan Ransom to Project Tesla Coil. Rest I was unable to find. Fixed 12.03.15 for patch.

Check new screenshots for changes.

(patch rant)

Almost discontinued my mods with this patch, because of removal of settings I used which I have found no other way to fix other then change the wonders abilities to something new. At least as easy as using the xml form code.

To make a Skyrim mod example, it’s like I made couple of new swords then Bethesda removed swords as a weapon from the game in the patch. 😛

To put into to more details they changed <NumTradeRoutes>2</NumTradeRoutes> to <AllowsTradeRoutes>true</AllowsTradeRoutes> with how trade works. Now you know that one of the civ’s have additional trade routes trait that give them 2 more trade routes in their capital from start. I found code for them in playerperks, and tried to make a new code line and when that didn’t work, I tried to use the very same ability, to sort of leach of the code there which didn’t work either.
<Row>
<Type>PLAYERPERK_TRAIT_FREE_ENTERPRISE</Type>
<Help>TXT_KEY_PLAYERPERK_TRAIT_FREE_ENTERPRISE</Help>
<NumExtraTradeRoutesForCapital>2</NumExtraTradeRoutesForCapital>
</Row>
<Help> line is important bit that I can’t make it work if I were to guess, for it seems it’s written in C++ code since I was unable to find that help perimeter in any of the other XML and LUA commando word documents with search all function with Notepad++.

They didn’t just change the trade perimeter though, they outright removed GlobalEspionageModifier which was used by NSA wonder. So no more 20% modifier from NSA wonder <GlobalEspionageModifier>20</GlobalEspionageModifier>. At least that what I thought it did. Vague descriptions ftw. And there is few espionage modifier s in the first place so I can only give your more spies and give fix their ranks as replacement. Bloating up with more spies is can hazardous for gameplay.

Another thing is that sound files some of the wonders used was from the game itself has also stopped working. Seems like an odd to thing to change for a patch…