Skip to content

Mango.

Compare
Choose a tag to compare
@nosoop nosoop released this 25 Apr 09:50
· 20 commits to master since this release

Install by grabbing the correct archive for your server platform (.zip for Windows, .tar.gz for Linux — the archives only contain binaries for their specific platform).

(2020/06/19) package-sm19.zip is a Windows build that should work with SourceMod 1.9+; package.zip was built against 1.10 and reportedly not working on 1.9.

Also install sourcescramble_manager.smx for the manager plugin, if you intend to use the autopatching mechanism.

Added

  • MemoryBlock.Disown() native; when called, the memory block will not be freed when the handle to it is destroyed (or the plugin is unloaded).