Name of the file: Officers Cheat Codes - Author: ANO |
Cheat Method: Lots of Reinforcements WARNING: This process involves editing game files, so make sure you have a backup of them before proceeding. 1. Go to officers' dir, then to "assets"->"world"->"map you want to edit"->"scripts"; 2. Here you'll find the file "_reinforcementDefination.lua", backup & open it with notepad; 3. There are some definitions like this: rnf_Vehicle[0]['type'] = 'm26' rnf_Vehicle[0]['count'] = 0 just change the "0" to any value and you'll have that value available of the corresponding unit (in this case m26) once you start the game. 4. Save and play the mission from the beginning. Cheat Method: Instant Reinforcements 1. Go to officers' dir, then to "assets"->"world"->"map you want to edit"->"scripts"; 2. Here you'll find the file "_reinforcement.lua", backup & open it; 3. Search for this text block: ------------- 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 4. edit the values (they represents the time in sec. that the recharge takes); 5. Save and play the mission from the beginning. IMPORTANT NOTE: SOME VALUES CAN VARY FROM THE EXAMPLE, I USED THE MAP "FRANCE" BUT THE PROCESS IS SIMILAR FOR ALL THE OTHER MISSIONS. |