Releases: nosoop/SMExt-SourceScramble
Releases · nosoop/SMExt-SourceScramble
Pancake.
Production release? Sure, why not.
Install by grabbing the correct archive for your platform (.zip
for Windows, .tar.gz
for Linux) and sourcescramble_manager.smx
for the manager plugin.
Added
- The manager plugin can now determine patches that should be enabled by reading from the
configs/sourcescramble
subdirectory.
Potato.
Maintenance release. Changes since the previous:
Fixed
- Corrected
MemoryPatch
natives outputting an error message indicating an invalid handle of theStringMultiMap
type. That's a copy/paste holdover from More ADTs. - Resolved failure when compiling with 1.10 due to methodmap declarations missing semicolons at the end.
Banana.
Another immature release. All the obvious bugs seem to be worked out, though.
Changes since the previous release:
Added
- New handle type
MemoryBlock
, exposing the ability to allocate blocks of memory. - New property
MemoryPatch.Address
, returning theAddress
for that patch.