AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] GameData Dupe Keys Tester (1.0) [20-Nov-2021] (https://forums.alliedmods.net/showthread.php?t=335270)

Silvers 11-19-2021 21:44

[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"left4dhooks.l4d1.txt"

Duplicate "Signatures" in "left4dead2""FindRandomSpot"
GameData dupes"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
  1. Click "Get Plugin" and put the .smx file into your servers \addons\sourcemod\plugins\ folder.


All times are GMT -4. The time now is 22:12.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.