StuntKit
StuntKit is a project aimed at developing an unified interface that enables writing arbitrary extensions for Stunt GP and loading them by hooking into the game's process. It was inspired by similar idea centered around another Team17's game, WormKit for Worms Armageddon.
- StuntKit loader allows to load and use sk modules
- StuntKit modules provides fixes and changes to the game
- skScreen
- fixes screen ratio for non 4:3 resolutions (replaces widescreen fix)
- Removes 2048px resolution limit
- Removes quality limit for Radeon cards in DirectX mode
- skScreen
Installation
- Download StuntKit.zip and unpack files in the same folder as
StuntGP.exe
- Install all wanted modules (e.g. see skScreen installation instructions)
- Run
StuntKit_D3D.exe
orStuntKit_Glide.exe
, depending on wanted graphics API. These programs will load allsk*.dll
modules and start the game.