noob friendly
This commit is contained in:
parent
d6d3723876
commit
ff150a39ac
2 changed files with 8 additions and 5 deletions
5
hazedumper/.gitignore
vendored
5
hazedumper/.gitignore
vendored
|
@ -1,2 +1,5 @@
|
|||
# Ignore CSGO offsets file
|
||||
csgo.*json
|
||||
csgo.*
|
||||
|
||||
# Ignore config file
|
||||
config.json
|
||||
|
|
|
@ -4,17 +4,17 @@ To update local files (in case online offset aren't up-to-date) :
|
|||
|
||||
1. Download [hazedumper](https://github.com/frk1/hazedumper-rs/releases/latest)
|
||||
|
||||
2. Unzip the .exe to a folder
|
||||
2. Unzip the .exe this folder
|
||||
|
||||
3. Download [config file](https://raw.githubusercontent.com/frk1/hazedumper/master/config.json)
|
||||
to the same folder
|
||||
to this folder
|
||||
|
||||
4. Open CS:GO (wait for the menu screen)
|
||||
|
||||
5. Open powershell in the same folder and type
|
||||
5. Open powershell in this folder and type:
|
||||
|
||||
```powershell
|
||||
.\hazedumper.exe
|
||||
```
|
||||
|
||||
6. The file has been generated, copy/paste `csgo.min.json` to [this folder](.)
|
||||
6. The file has been generated, you can now use it with the `--offline` argument
|
||||
|
|
Reference in a new issue