- Change starting resources to 1500. I did this in the gamedata folder, but for some reason it doesn't change the game. Is there something else I need to do?
playertemplate.ini
Look for StartMoney.
- Give Frodo and Sam a build cost and a build time. Do I just write one in the gamedata folder, like...
No.
For the sake of simplicity and later retrieval, put this in the Design Parameters of their respective .ini files.
BuildCost = FRODO_BUILDCOST BuildTime = FRODO_BUILDTIME
You'll then need to put these # references somewhere. Either top of the unit file or gamedata.
#define FRODO_BUILDCOST 375 #define FRODO_BUILDTIME 30
Without the references, this could look like this:
BuildCost = 375 BuildTime = 30