This guide aims to help players of Commandos: Origins track their progress towards three specific global achievements: “No Stone Left Unkilled,” “Knock Them Out With Kindness,” and “If The World Were a Village.” These achievements require players to complete the game’s campaigns under specific conditions.
Procedure
This guide will provide a step-by-step method to manually check your progress by reading the save tracking file.
%LOCALAPPDATA%\Commandos\Saved\SaveGames\StatTrackingGlobal.sav
and open it in some hex editor (say https://hexed.it/).
After a bit you’ll find a label of each mission followed by some variables. You are interested in 3 variables, each followed by a short string with clearly distinguishable true/false state:
- bWereAllEnemiesKilled BoolProperty
- 00 12 = no
- 10 12 = yes
- bWasNoEnemyKilled BoolProperty
- 00 18 = no
- 10 18 = yes
- bWasGlobalAlarmSetOff BoolProperty
- 00 15 = no
- 10 15 = yes
10 being the important part, the other number is likely just an identifier.
Example of mission 1 (BritishCompound) and bWereAllEnemiesKilled being true (you’d see a 00 before the 12 if it were false):
List of levels’ labels
1. BritishCompound
2. Weatherstation
3. FortCapuzo1
4. TrainBridge
5. Lighthouse
6. ChannelIslands
7. GermanMine
8. Lofoten
9. Harbour
10. GermanAirfield
11. GermanCompound
12. HeavyWater
13. SondergeschutzDora
14. OccupiedCastle