Skip to content

Commit ed7c8b9

Browse files
authored
Update README.md
1 parent a8d4e81 commit ed7c8b9

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

README.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,53 +4,37 @@
44
# GRUnlocker
55
Ghostrunner - Unlocks collectibles, levels, 100% save, and more!
66

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)
87

98
### Available options
109
- Unlock collectibles (levels untouched)
11-
- Unlock all levels (classic + hardcore support) (collectibles untouched) ![](https://img.shields.io/badge/%20-%20New-brightgreen)
12-
- Unlock everything (classic + hardcore support) (overwrites with 100% save) ![](https://img.shields.io/badge/%20-%20New-brightgreen)
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) ![](https://img.shields.io/badge/%20-%20New-brightgreen)
1314
- Unlock up to a specific level (1-16 with corresponding upgrades/skills)
1415
- Unlock up to a specific hardcore level (1-16) ![](https://img.shields.io/badge/%20-%20New-brightgreen)
1516
- New game with collectibles unlocked (overwrites with a custom new-game save)
1617
- New game with custom sword (equipped sword yet nothing unlocked)
18+
- New game with 5 killruns unlocked ![](https://img.shields.io/badge/%20-%20New-brightgreen)
1719
- Replace selected sword (equip specific sword, even if not unlocked)
1820
- Reset deaths & times
1921
- Reset collectibles
20-
- Toggle Intros (Splash + trailer when launching the game)
22+
- Toggle Game Intros (Select GR exe in file dialog) ![](https://img.shields.io/badge/%20-%20New-brightgreen)
2123

2224

2325
**Note: When unlocking any hardcore levels it unlocks all classic levels with it.**
2426

2527
## Usage
2628
### Option 1 ![](https://img.shields.io/badge/%20-%20New-brightgreen)
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.
2830
Will display "Save Path: Auto" if successfully found the save file.
2931

3032
#### Option 2 (Easiest)
3133
Copy GRUnlocker.exe to the save directory and run it from there.
3234

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-
4935
### Starting arguments
5036
```-displaypath``` > Will display the current save file path which it is working with.
5137

52-
~~You can start the program with the digit of the choice in the args.~~ (Removed in latest version)
53-
5438
## GR save file location
5539
### Windows (Steam/GOG)
5640
```%LOCALAPPDATA%\Ghostrunner\Saved\SavedGames\<long-number>\Ghostrunner.sav```

0 commit comments

Comments
 (0)