[ANY] GameData Dupe Keys Tester (1.0) [20-Nov-2021]
1 Attachment(s)
About- Command for testing duplicated keys within a GameData file or ALL GameData files.
- Checks "MemPatches", "Functions", "Addresses", "Offsets", "Signatures" and "Keys".
- I made this because I recently changed a large GameData file and some duplicate entries used the wrong signature causing crashes.
Related Plugins
Example Output
PHP Code:
sm_gamedata_dupe
Duplicate "Functions" in "left4dead": "L4DD::CTankClaw::DoSwing"
Duplicate "Offsets" in "left4dead": "Molotov_OffsetPush"
Duplicate "Signatures" in "left4dead": "CTankClaw::OnPlayerHit"
GameData dupes: 3 "left4dhooks.l4d1.txt"
Duplicate "Signatures" in "left4dead2": "FindRandomSpot"
GameData dupes: 1 "left4dhooks.l4d2.txt"
Admin Commands
PHP Code:
// [filename] (without the .txt extension). Check for duplicated entries. No args = check all .txt GameData files.
sm_gamedata_dupe
Changes
Code:
1.0 (20-Nov-2021)
- Initial release.
Installation- Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder.
|