

In order for this to work you need to type it in exactly like i did use uppercase letter where there's uppercase letters. Step 4 type this exactly as i do -dev and then hit enterĪnd thats it now when you start a match thats not online hit ctrl shift and ` you can also use ctrl-shift and ` or ¬ and for some ctrl-shift and ' or now you can use console here are a few commandsġ.make the popcap larger] Player_SetPopCapOverride(Game_GetLocalPlayer(), 1000)Ģ.change resources] Player_SetResource(Game_GetLocalPlayer(),RT_Fuel, 9999)ģ.change resources] Player_SetResource(Game_GetLocalPlayer(),RT_Manpower, 9999)Ĥ.change resources] Player_SetResource(Game_GetLocalPlayer(),RT_Munition, 9999) Step 2 right click on the game select game properties Important: I am trying to opening the game console in a game vs AI using my own mod.įirst thing you need to set the game up so you can use console Anyone have another tutorial or have a clue about how I could open the game console. The key convination to open the console dont work.ī. I follow all the steps one by one but I fail. Add 5 command points - Player_SetResource(Game_GetLocalPlayer(), RT_Command, 5)Ĭheats work even with new Steam version.I find this tutorial on Steam about how to open the game console.Increases popcap limit to 1000 - Player_SetPopCapOverride(Game_GetLocalPlayer(), 1000).Adds 9999 fuel - Player_SetResource(Game_GetLocalPlayer(), RT_Fuel, 9999).Adds 9999 munition - Player_SetResource(Game_GetLocalPlayer(), RT_Munition, 9999).Adds 9999 manpower - Player_SetResource(Game_GetLocalPlayer(), RT_Manpower, 9999).Display frame rate - statgraph_channel("fps").Enable statgraph_channel codes - statgraph().Toggle big head mode - ee_bigheadmode().Set game speed (default is 8) - setsimrate.For retail version, edit shortcut to the game executable and add a -dev to the target line (for example: "C:\Program Files\.\RelicCOH.exe" -dev).įor Steam version, right click on Company of Heroes in your library, click on Properties, then on "Set Launch Options." and enter -dev there.īoot the game and press CTRL + SHIFT + ` (tilde key, next to numeric one on US keyboards, it is on the right side for PAL/EURO keyboards) to toggle the developer console. Add the -unlockallmissions command line parameter to end of the Target field in the Shortcut properties that are used to launch the game.
