SkScreen: Difference between revisions
Created page with "* fixes screen ratio for non 4:3 resolutions (replaces widescreen fix) * Removes 2048px resolution limit * Removes quality limit for Radeon cards in DirectX mode == Installat..." |
No edit summary |
||
Line 10: | Line 10: | ||
* Edit <code>game.cfg</code> (if it doesn't exist, run <code>config.exe</code>) with a text editor, edit lines <code>DISPLAYRESWIDTH</code> and <code>DISPLAYRESHEIGHT</code> with requested resolution. | * Edit <code>game.cfg</code> (if it doesn't exist, run <code>config.exe</code>) with a text editor, edit lines <code>DISPLAYRESWIDTH</code> and <code>DISPLAYRESHEIGHT</code> with requested resolution. | ||
* Run <code>StuntKit_D3D.exe</code> or <code>StuntKit_Glide.exe</code>, depending on wanted graphics API. These programs will load all <code>sk*.dll</code> modules and start the game. | * Run <code>StuntKit_D3D.exe</code> or <code>StuntKit_Glide.exe</code>, depending on wanted graphics API. These programs will load all <code>sk*.dll</code> modules and start the game. | ||
[[Category:StuntKit]] |
Revision as of 14:08, 27 December 2020
- fixes screen ratio for non 4:3 resolutions (replaces widescreen fix)
- Removes 2048px resolution limit
- Removes quality limit for Radeon cards in DirectX mode
Installation
- Install StuntKit loader if you haven't already
- Download skScreen.dll and place it in the same folder as
StuntGP.exe
- If you want to play the game in resolution greater than 2048px (e.g. 2560x1440), download LegacyD3DResolutionHack, and unpack it in the same folder as
StuntGP.exe
- Edit
game.cfg
(if it doesn't exist, runconfig.exe
) with a text editor, edit linesDISPLAYRESWIDTH
andDISPLAYRESHEIGHT
with requested resolution. - Run
StuntKit_D3D.exe
orStuntKit_Glide.exe
, depending on wanted graphics API. These programs will load allsk*.dll
modules and start the game.