|
4 | 4 | # GRUnlocker
|
5 | 5 | Ghostrunner - Unlocks collectibles, levels, 100% save, and more!
|
6 | 6 |
|
7 |
| -Known Bug: Reset Collectibles won't reset equipped sword, quick fix: run again, select 'Replace selected sword' and enter 0 for default. (will be fixed in next patch) |
8 | 7 |
|
9 | 8 | ### Available options
|
10 | 9 | - Unlock collectibles (levels untouched)
|
11 |
| -- Unlock all levels (classic + hardcore support) (collectibles untouched)  |
12 |
| -- Unlock everything (classic + hardcore support) (overwrites with 100% save)  |
| 10 | +- Unlock all levels (classic + hardcore levels) |
| 11 | +- Unlock all levels (classic, hardcore + 5 killruns) |
| 12 | +- Unlock everything (classic + hardcore levels) |
| 13 | +- Unlock everything (classic, hardcore + 5 killruns)  |
13 | 14 | - Unlock up to a specific level (1-16 with corresponding upgrades/skills)
|
14 | 15 | - Unlock up to a specific hardcore level (1-16) 
|
15 | 16 | - New game with collectibles unlocked (overwrites with a custom new-game save)
|
16 | 17 | - New game with custom sword (equipped sword yet nothing unlocked)
|
| 18 | +- New game with 5 killruns unlocked  |
17 | 19 | - Replace selected sword (equip specific sword, even if not unlocked)
|
18 | 20 | - Reset deaths & times
|
19 | 21 | - Reset collectibles
|
20 |
| -- Toggle Intros (Splash + trailer when launching the game) |
| 22 | +- Toggle Game Intros (Select GR exe in file dialog)  |
21 | 23 |
|
22 | 24 |
|
23 | 25 | **Note: When unlocking any hardcore levels it unlocks all classic levels with it.**
|
24 | 26 |
|
25 | 27 | ## Usage
|
26 | 28 | ### Option 1 
|
27 |
| -The latest version introduces the 'save-file auto detect', GRUnlocker will attempt to find the default save file location. |
| 29 | +GRUnlocker will attempt to find the default save file location. |
28 | 30 | Will display "Save Path: Auto" if successfully found the save file.
|
29 | 31 |
|
30 | 32 | #### Option 2 (Easiest)
|
31 | 33 | Copy GRUnlocker.exe to the save directory and run it from there.
|
32 | 34 |
|
33 |
| -#### Option 3 |
34 |
| -Using the config file (can create through the GRUnlocker) |
35 |
| -make sure you paste the full paths accordingly, for example: |
36 |
| -``` |
37 |
| -{ |
38 |
| - "SaveDirectory": "C:\Users\<username>\AppData\Local\Ghostrunner\Saved\SaveGames\<long-number>", |
39 |
| - "GameDirectory": "C:\Program Files\Steam\steamapps\common\Ghostrunner" |
40 |
| -} |
41 |
| -``` |
42 |
| -**Valid config file is required for 'Toggle Intros' Feature** |
43 |
| - |
44 |
| -#### Option 4 (Old) |
45 |
| -- Copy your ```.sav``` file to the same directory as the GRUnlocker.exe. |
46 |
| -- Run the program and choose one of the given options. |
47 |
| -- Copy back the updated ```.sav``` file to GR save folder. |
48 |
| - |
49 | 35 | ### Starting arguments
|
50 | 36 | ```-displaypath``` > Will display the current save file path which it is working with.
|
51 | 37 |
|
52 |
| -~~You can start the program with the digit of the choice in the args.~~ (Removed in latest version) |
53 |
| - |
54 | 38 | ## GR save file location
|
55 | 39 | ### Windows (Steam/GOG)
|
56 | 40 | ```%LOCALAPPDATA%\Ghostrunner\Saved\SavedGames\<long-number>\Ghostrunner.sav```
|
|
0 commit comments