Hello,
I would like to know how to change the value of the maximum units per player in Warzone 2100 v4.5.5.
I play on a Windows 10 Pro.
The game was installed with the installation file available on the official website.
Thanks in advance.
Warzone 2100 v4.5.5 - Max units ?
Re: Warzone 2100 v4.5.5 - Max units ?
Change values in file warzone2100/multiplay/script/rules/setup/droidlimits.js
function droidLimit(player) // inside hackNetOff()
{
setDroidLimit(player, 150, DROID_ANY);
setDroidLimit(player, 10, DROID_COMMAND);
setDroidLimit(player, 15, DROID_CONSTRUCT);
}
function droidLimit(player) // inside hackNetOff()
{
setDroidLimit(player, 150, DROID_ANY);
setDroidLimit(player, 10, DROID_COMMAND);
setDroidLimit(player, 15, DROID_CONSTRUCT);
}