Skip to content

1.0.1

Compare
Choose a tag to compare
@x87 x87 released this 19 Aug 21:14
· 71 commits to master since this release
  • 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, and Manifest to HostId enum
  • update Input plugin to v1.3:
  • new SDK method OnShowTextBox to register and run callbacks on a ShowTextBox 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 to PadId to avoid conflicts with a static Pad class.