To create your free account, please enter your email address and password below. Please ensure your email is correct as you will recieve a validation email before you can login.

Email:
Nickname:
Password:
Confirm Password:
Weekly newsletter:
Daily newsletter:

To log in to your account, please enter your email address and password below:

Email:
Password:
Forgot your password?

To reset your password, please enter your email address below and we will send you a link to reset it.

Email:

Officers Cheats on PC

Extra reinforcements

Use a text editor such as notepad to edit the "_reinforcementDefination.lua" file in the "\assets\world\[map name]\scripts" directory in the game folder. Locate lines similar to the following.

rnf_Vehicle[0]['type'] = 'm26' rnf_Vehicle[0]['count'] = 0

Change the "0" to any value to get that number of the corresponding unit (for example, m26) during game play.

Instant reinforcements

Use a text editor such as notepad to edit the "_reinforcementDefination.lua" file in the "\assets\world\[map name]\scripts" directory in the game folder. Locate the text similar to the following.

------------- litachki ----------------- aircraft = {} lastaircraft = {} ---------------SLOJNOSTI if difficulty == hard then
TankReinfTime = 300
InfReinfTime = 240
ArtilleryDifTime = 180
AirCraftDifTime = 300
end
if difficulty == normal then
TankReinfTime = 240
InfReinfTime = 180
ArtilleryDifTime = 120