noob friendly

This commit is contained in:
Mylloon 2023-04-01 16:12:07 +02:00
parent d6d3723876
commit ff150a39ac
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 8 additions and 5 deletions

View file

@ -1,2 +1,5 @@
# Ignore CSGO offsets file # Ignore CSGO offsets file
csgo.*json csgo.*
# Ignore config file
config.json

View file

@ -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) 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) 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) 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 ```powershell
.\hazedumper.exe .\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