Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Apr 17, 2022
1 parent eb17c9b commit 88de66c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ Modules:
* fixes screen ratio for both 2D and 3D
* removes 2048px resolution limit ([modified d3dim.dll](https://github.com/UCyborg/LegacyD3DResolutionHack/releases/tag/v1.0.0) is still required)
* Removes quality limitations in DirectX mode, when using Radeon graphics card
* makes text tilt constant on all resolutions
* `skDebug`
* Attempts to get last DirectX error and dave it in `log.txt` file
* `skFreeze`
* Removes 0.5s freezes every 3-20 minutes (depending on the computer)
* Under Windows 10, the game freezes every 7m9.5s
* Under Windows 10, the game froze every 7m9.5s
* `skRemap`
* allow user to remap keys
* can bind stunts and handbrake to separate buttons

# Installation and usage

1. Download [`skScreen.dll`](https://github.com/Halamix2/StuntKit_modules/releases/tag/v0.0.2a) and put it in the same folder as `StuntGP.exe`
2. Download any of the modules (e.g. [`StuntKit.dll`](https://github.com/Halamix2/StuntKit/releases/)) and put files in the same folder as `StuntGP.exe`
1. Download [StuntKit loader](https://github.com/Halamix2/StuntKit/releases/latest)) and put files in the same folder as `StuntGP.exe`
2. Download modules you want (https://github.com/Halamix2/StuntKit_modules/releases/latest) and put it in the same folder as `StuntGP.exe`
3. If you want to play the game in resolution greater than 2048px (e.g. 2560x1440), download [`StuntKit.dll`](https://github.com/Halamix2/StuntKit/releases/) and [LegacyD3DResolutionHack](https://github.com/UCyborg/LegacyD3DResolutionHack/releases/tag/v1.0.0), unpack it and put the files in the same folder as `StuntGP.exe`
4. Edit `game.cfg` (if it doesn't exist, run `config.exe`) with a text editor, update lines `DISPLAYRESWIDTH` and `DISPLAYRESHEIGHT` with desired resolution.
5. Run `StuntKit_D3D.exe` or `StuntKit_Glide.exe`, depending on used graphics API. If you don't know which one you should use, I suggest `stuntKit_D3D.exe`. These programs will load all `sk*.dll` modules and start the game.
Expand Down

0 comments on commit 88de66c

Please sign in to comment.