DorianCoding / Strongholdunlock

Unlock all missions in Stronghold Crusader and Stronghold Crusader 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strongholdunlock

Unlock all missions in Stronghold Crusader (unlock software).

TODO

  1. Disable Steam Cloud (get on Steam, click on the game, properties and disable Steam Cloud).
  2. Look for this file crusader.cfg. It should be located in Documents/Stronghold crusader.
  3. Clone this git or download the binary that corresponds to your OS (Windows/Linux). You can also recompile the source code Stronghold.c.
  4. Put this executable in the same directory as the crusader.cfg file.
  5. Open the cmd in this directory (right click/open in cmd) or typing cmd in the search bar.
  6. Type the name of the executable followed by the name of the file such as : Stronghold_windows64.exe crusader.cfg. A copy of the previous file is automatically made so you don't have to worry about problems. However the program therefore needs permissions to write in this specific directory or will fail.
  7. Reopen the game and enjoy. All missions has been unlocked.
  8. If you want to enable Steam Cloud again, delete your userdata located in Steam Programfiles (there is one folder per game, find the game by opening each cache and check the name of the game. When found, delete this folder and enable Steam Cloud on Steam and relaunch the game.

Feel free to ask for help!

DIY (Do it yourself) - Linux recommended

As a information, here is what the software is doing: On the file crusader.cfg, you have informations regarding your progress. As this file is a binary, you should translate it to hexadecimal. xxd crusader.cfg > crusader_hex.cfg Then open the file. The progression is written at byte 342 (for the 50 first mission) and at byte 422 (for the last 30 missions). So to unlock all missions, you need to change this byte to the number of missions (50 gives 0x32 in hex and 30 gives 0x1e in hex). So just change those byte (two chars in hexadecimal) by those number and save the file. Of course, you need to revert the binary form using xxd -r crusader_hex.cfg > crusader.cfg. This software is just performing thoses changes automatically, and is also saving the previous file.

Information

This software just unlocks all missions. As missions are a single-mode campaign, it is your pleasure or not to do missions. This software does not bring any cheats during a party, whatever single or multiplayer. Do not cheat to win, because it is not a win, it is a perfect fail.

About

Unlock all missions in Stronghold Crusader and Stronghold Crusader 2

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 100.0%