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
AirCraftDifTime = 240
end
if difficulty == easy then
TankReinfTime = 180
InfReinfTime = 120
ArtilleryDifTime = 60
AirCraftDifTime = 180
end
end
Edit the "Time" values, which equal the amount of time in seconds required for recharge.
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.
Copyright 2014 - 2025, DragonHints®. All rights reserved. There is only one reality, your own.
Disclaimer: Information provided on this website is for educational and personal use
only. As we are unable to test every cheat code/hint that we provide, please use them at your own risk.