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..." |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* Removes 2048px resolution limit | * Removes 2048px resolution limit | ||
* Removes quality limit for Radeon cards in DirectX mode | * Removes quality limit for Radeon cards in DirectX mode | ||
* Fixes screen tilt on higher resolutions (tilt is constant, based on original 640x480 tilt) | |||
== Installation == | == Installation == | ||
* Install [[StuntKit]] loader if you haven't already | * Install [[StuntKit]] loader if you haven't already | ||
* Download [https://github.com/Halamix2/StuntKit_modules/ | * Download [https://github.com/Halamix2/StuntKit_modules/releases/ skScreen.dll] and place it in the same folder as <code>StuntGP.exe</code> | ||
* If you want to play the game in resolution greater than 2048px (e.g. 2560x1440), download [https://github.com/UCyborg/LegacyD3DResolutionHack/releases/ LegacyD3DResolutionHack], and unpack it in the same folder as <code>StuntGP.exe</code> | * If you want to play the game in resolution greater than 2048px (e.g. 2560x1440), download [https://github.com/UCyborg/LegacyD3DResolutionHack/releases/ LegacyD3DResolutionHack], and unpack it in the same folder as <code>StuntGP.exe</code> | ||
* 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]] |
Latest revision as of 20:24, 16 April 2022
- fixes screen ratio for non 4:3 resolutions (replaces widescreen fix)
- Removes 2048px resolution limit
- Removes quality limit for Radeon cards in DirectX mode
- Fixes screen tilt on higher resolutions (tilt is constant, based on original 640x480 tilt)
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.