Jump to content


Photo

[C3HD] Activate Cheats (Invisibility and Complete Mission)


  • Please log in to reply
1 reply to this topic

#1 herbert3000

herbert3000

    Guilty Until Proven Innocent

  • Division Admins
  • 593 posts
  • Location:Austria
  • Division:Commandos HQ
  • Job:Division Admin

Posted 14 October 2022 - 08:06 PM

Hi everyone,

here's a short guide on how to enable the cheat codes in the Commandos 3 HD remaster.

 

- Download the latest version of the 'CommDevToolkit' from here: https://github.com/I.../cmdt/releases/
- Open the 'Bin' folder and launch 'PCKManagerHD.exe'.
- Click 'File > Open Package File...'
- Under 'File Type' select 'Commandos 3 HD Remaster PAK'.
- Navigate to the HD Remaster installation path and select 'Game.pak'.
    The default location is 'C:\Program Files\Steam\steamapps\common\Commandos 3 - HD Remaster\Data\Game.pak'
    Pro tip: Backup 'Game.pak' before you change anything!
- Locate the file 'OUT_12614' and extract it with a right-click.

    (in the demo version it's the file OUT_11611)

PCKManagerHD.png

- Open the extracted file with any text editor.
- Locate the function GameAI:GameUpdate() and insert the following snippet after the line Player.Update();

    if (Keyb.OnKeyPress(KEYB_F3)) then
        GameBind.Game_CheatToggleInvisibility();
    end
    if (Keyb.OnKeyPress(KEYB_F4)) then
        GameBind.Game_CheatCompleteMission();
    end

OUT_12614.png

 

- Save and close the file.
- Go back to the PCKManagerHD, click 'File > Replace File...' and select the modified file.
- Close PCKManagerHD and start the game.

 

Now you can turn invisibility on and off with F3 or skip the current mission with F4 :thumbsupcool:

 

c3hd_cheats.jpg



#2 wyel2000

wyel2000
  • Members
  • 218 posts

Posted 30 November 2022 - 07:21 AM

The code is successful.  :smilehuh:






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users