Inside your games folder, there is a file called "Map_Data.xml". You can change all these values to mod your game experience. So, feel free to change it and see how it will affect your game.
All variables have helpful info. Just remember: if you do the wrong thing, you may break your game, so use wisely (maybe backup the file before changing, but you can reinstall the game if you break it).
MOD Map_Data
To find the file, do this:
- Right-click on your game (inside your Steam library)
- Click on "Properties"
- Click on the tab "Local Files"
- Click on "Browse Local Files"
- Inside the folder "CommunityINC_Data" you will see a file called "Map_Data.xml"
Just open with some text editor and change the parameters (you need to restart the game for now)
Example:
If you want to change how much it will cost to hire a Ling (from 50 to 10), you have to change the values from <!-- [int] Hire Lings cost --><text>50</text> to <!-- [int] Hire Lings cost --><text>10</text>