- initial support for Bully: Scholarship Edition (v1.2 PC) https://www.youtube.com/watch?v=Jz3XB3rDiRI
- fix a potential crash in gxt hook
- fix a potential issue with scripts not working after reload under some circumstances
SDK AND PLUGINS
- add
GTA IV
,Bully
, andManifest
toHostId
enum - update Input plugin to v1.3:
- use
GetAsyncKeyState
instead ofGetKeyState
- new commands GET_CURSOR_POS and SET_CURSOR_POS
- use
- new SDK method
OnShowTextBox
to register and run callbacks on aShowTextBox
function call. Implementing a custom callback shadows the default implementation for the given host (e.g. a message in the black rectangular text box). - unknown hosts can now have a manifest file to define a custom name and API files for the host
- SDK version is now 5
INSTALLER
- you can opt out of installing provided API files and download latest versions from Sanny Builder Library during the first game run
BREAKING CHANGES
-
bumped minimum required versions of command definitions
Pad
enum was renamed toPadId
to avoid conflicts with a staticPad
class.