SMExt-SourceScramble icon indicating copy to clipboard operation
SMExt-SourceScramble copied to clipboard

A SourceMod extension for dealing with memory-related operations.

Results 10 SMExt-SourceScramble issues
Sort by recently updated
recently updated
newest added

Planned feature — add 'windows' / 'linux' / 'mac' subsections to the manager so patch authors don't have to instruct users to manually toggle fixes that are only designed for...

enhancement

Trying to think of the best way to deal with false positives on applying patches. - warning at config parse time doesn't really make sense, as it would be an...

This is effectively footgun prevention to ensure patches get restored properly (we can't have overlapping patches because we can't guarantee they will be unloaded in the same order). It should...

enhancement

I personally haven't had a need for supporting this, but I could imagine a few situations where you don't have signatures to work with.

enhancement

SourceScramble does not support the [platform]64 tags and causes all other valid platform-specific patches to fail. (see mempatches.cpp) ``` sm plugins reload 18 [sourcescramble] Enabled patch "CTFGameRules::RecalculateTruce::SkipIsValveMapCheck" from "tf2.valvemaptrucepatch" at...

Introduces 64-bit support for Source Scramble. Below is a draft for the upcoming release notes and should reflect the current status of the PR. Largely untested. While this PR isn't...

According to the [installation instructions](https://github.com/nosoop/SMExt-SourceScramble?tab=readme-ov-file#installation), we're supposed to just unpack the content from the matching OS zipped file into the usual `tf2/sourcemod/` folder, however, the configuration files aren't being generated...

**Description:** Currently, the extension does not display any warning or error if the patch bytes are identical to the bytes already present in the binary. This can mislead users into...

Due to force-pushing on the original pr branch so I re-opened an another pr based on the current master branch.