StuntKit: Difference between revisions

From Trickstart wiki
(Created page with "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 w...")
 
No edit summary
Line 1: Line 1:
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 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.


* https://github.com/Halamix2/StuntKit
* [https://github.com/Halamix2/StuntKit StuntKit] loader allows to load and use sk modules
* https://github.com/Halamix2/StuntKit_modules  
* [https://github.com/Halamix2/StuntKit_modules StuntKit modules] provides fixes and changes to the game
** skScreen[[File:SkScreen example.png|thumb|alt=|skScreen on 16:9 screen, with 2560x1440 resolution]]
** skScreen[[File:SkScreen example.png|thumb|alt=|skScreen on 16:9 screen, with 2560x1440 resolution]]
*** fixes screen ratio for non 4:3 resolutions
*** fixes screen ratio for non 4:3 resolutions
*** 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

Revision as of 14:15, 24 November 2020

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
      skScreen on 16:9 screen, with 2560x1440 resolution
      • fixes screen ratio for non 4:3 resolutions
      • Removes 2048px resolution limit
      • Removes quality limit for Radeon cards in DirectX mode