My friends and I have been really enjoying your game but I've been trying to make some minor modifications to the .xml files in Zero Ballistics using Notepad++ and I've been having touble finding the variables I'm after.
So far all I've really done is change the bot names in config_server.xml...
- Code: Select all
<section name="server.ai">
<variable name="names" value="[Hitler;Stalin;Churchill;Roosevelt;Mussolini;Menzies;Tojo;Blackadder]" type="vector<string>" />
Bring down the upgrade costs in upgrade_system.xml for a faster game...
- Code: Select all
<section name="upgrade.cost">
<variable name="weapon1" value="7" type="unsigned" />
<variable name="weapon2" value="7" type="unsigned" />
<variable name="weapon3" value="7" type="unsigned" />
(etc...)
And try to nerf some weapons like the armor_piercing_cannon in weapon_systems.xml...
- Code: Select all
<variable name="recoil" value="0.05" type="float" />
It seems as though the number of upgrades you can get is limited or something, is this the case and is it changeable without altering the source?
Is the max players per server stored in an xml file somewhere that I can't find?
It seems like there's no documentation for altering the game beyond the in game menus so I though I'd post this here.