Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1. Directly modify Data/Special/sandbox.sav
You can add inside "gameParameters": { ...
And set all the ranks manually. However this will not work as a mod, only as a hack direct to the installation folder - not ideal.
Also note that these numbers will still be further increased by the DLC which is part of their normal behaviour. e.g. Freshwater Frenzy adds 70 to the prestige required to rank up from 4 to 5. See below for more info...
2. Edit the DLC add on prestige amounts
Which brings me on to idea 2. You can mod that prestige increase that comes with each DLC.
It's a really simple mod, put a file called increaseprestige.data in the Data folder of any mod with:
This will increase the amount of prestige required to go from rank 4 to 5 by 5123 instead of the 70 we mentioned earlier. You can include as many ranks as you like:
Caveats:
- The user needs to have the Freshwater Frenzy DLC installed.
- The user needs to have the "include freshwater" toggle on in sandbox settings (this toggle just completely enables/disables the entire DLC.
The trick works with any DLC, so you could replace freshwater frenzy with architects collection and it'll work, same caveats apply as above, although not affected by the include freshwater toggle.
The file can be called anything you want and you can add this to any file with a "parameters":{ section.
DISCLAIMER: Before any conspiracy theorist suggests it, I did not design the systems like this to force people to buy DLC. I just hadn't considered this particular use case. I will absolutely add this functionality in a separate vanilla friendly parameter in a future update.
I have started a game at level 4, sandbox custom mode, with "Include Freshwater" sets at "On".
My file is:
And the amount of prestige needed to rank up is 420, which is the amount specified in the sandbox.sav file.
The amount specified in the ff simulation.data file does not seem to be considered as well.
"ranks": [
...
],
Perhaps you added that during your previous attempts at modding?
That will override everything else, but if you delete it, you will find it takes the default values and then adds the values you specified in your mod for freshwater frenzy. Hope that makes sense.
It would have no effect if using the "dlcPrestigeAddOnByRank". I think it might be possible to add an extra rank by editing the save file/custom scenarios but unfortunately the number of tabs in the research window is hardcoded to a maximum of 12 so adding extra ranks wouldn't achieve too much gameplay-wise.
I'll take a look and see if I can open this up a bit more to modding in the future. :)