Warzone 2100 v4.5.5 - Max units ?

Other talk that doesn't fit elsewhere.
This is for General Discussion, not General chat.
Post Reply
Necromago
New user
Posts: 1
Joined: 12 Feb 2025, 19:28

Warzone 2100 v4.5.5 - Max units ?

Post by Necromago »

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.
User avatar
Tzeentch
Trained
Trained
Posts: 335
Joined: 14 Oct 2012, 14:24

Re: Warzone 2100 v4.5.5 - Max units ?

Post by Tzeentch »

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);
}
bohan
Greenhorn
Posts: 15
Joined: 18 Mar 2012, 18:41

Re: Warzone 2100 v4.5.5 - Max units ?

Post by bohan »

Thanks
Post Reply