diff --git a/gamedata/sdkhooks.games/game.kz.txt b/gamedata/sdkhooks.games/game.kz.txt new file mode 100644 index 00000000..79500cc0 --- /dev/null +++ b/gamedata/sdkhooks.games/game.kz.txt @@ -0,0 +1,101 @@ +"Games" +{ + "KreedzClimbing" + { + "Offsets" + { + "EndTouch" + { + "windows" "106" + } + "FireBullets" + { + "windows" "118" + } + "GetMaxHealth" + { + "windows" "123" + } + "GroundEntChanged" + { + "windows" "183" + } + "OnTakeDamage" + { + "windows" "68" + } + "OnTakeDamage_Alive" + { + "windows" "279" + } + "PreThink" + { + "windows" "339" + } + "PostThink" + { + "windows" "340" + } + "SetTransmit" + { + "windows" "26" + } + "ShouldCollide" + { + "windows" "22" + } + "Spawn" + { + "windows" "28" + } + "StartTouch" + { + "windows" "104" + } + "Think" + { + "windows" "53" + } + "Touch" + { + "windows" "105" + } + "TraceAttack" + { + "windows" "66" + } + "Use" + { + "windows" "103" + } + "VPhysicsUpdate" + { + "windows" "163" + } + "Blocked" + { + "windows" "108" + } + "Weapon_CanSwitchTo" + { + "windows" "273" + } + "Weapon_CanUse" + { + "windows" "267" + } + "Weapon_Drop" + { + "windows" "270" + } + "Weapon_Equip" + { + "windows" "268" + } + "Weapon_Switch" + { + "windows" "271" + } + } + } +} diff --git a/gamedata/sdkhooks.games/master.games.txt b/gamedata/sdkhooks.games/master.games.txt index f4bedf9a..43672378 100644 --- a/gamedata/sdkhooks.games/master.games.txt +++ b/gamedata/sdkhooks.games/master.games.txt @@ -189,4 +189,9 @@ { "game" "modularcombat" } + + "game.kz.txt" + { + "game" "KreedzClimbing" + } } diff --git a/gamedata/sdktools.games/game.kz.txt b/gamedata/sdktools.games/game.kz.txt new file mode 100644 index 00000000..d2e3d6df --- /dev/null +++ b/gamedata/sdktools.games/game.kz.txt @@ -0,0 +1,87 @@ +/** + * Do not edit this file. Any changes will be overwritten by the gamedata + * updater or by upgrading your SourceMod install. + * + * To override data in this file, create a subdirectory named "custom" and + * place your own gamedata file(s) inside of it. Such files will be parsed + * after SM's own. + * + * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod) + */ + +"Games" +{ + /* Kreedz Climbing */ + "KreedzClimbing" + { + "Offsets" + { + "GiveNamedItem" + { + "windows" "407" + } + "RemovePlayerItem" + { + "windows" "277" + } + "Weapon_GetSlot" + { + "windows" "275" + } + "Ignite" + { + "windows" "216" + } + "Extinguish" + { + "windows" "220" + } + "Teleport" + { + "windows" "114" + } + "CommitSuicide" + { + "windows" "446" + } + "GetVelocity" + { + "windows" "146" + } + "EyeAngles" + { + "windows" "137" + } + "AcceptInput" + { + "windows" "42" + } + "SetEntityModel" + { + "windows" "30" + } + "WeaponEquip" + { + "windows" "268" + } + "Activate" + { + "windows" "39" + } + "PlayerRunCmd" + { + "windows" "425" + } + "GiveAmmo" + { + "windows" "259" + } + } + + "Keys" + { + "GameRulesProxy" "CHL2MPGameRulesProxy" + "GameRulesDataTable" "hl2mp_gamerules_data" + } + } +} diff --git a/gamedata/sdktools.games/master.games.txt b/gamedata/sdktools.games/master.games.txt index 16e21f7b..664ce381 100644 --- a/gamedata/sdktools.games/master.games.txt +++ b/gamedata/sdktools.games/master.games.txt @@ -251,4 +251,8 @@ { "game" "modularcombat" } + "game.kz.txt" + { + "game" "KreedzClimbing" + } } diff --git a/tools/buildbot/PackageScript b/tools/buildbot/PackageScript index 152a0350..1e121501 100644 --- a/tools/buildbot/PackageScript +++ b/tools/buildbot/PackageScript @@ -161,6 +161,7 @@ CopyFiles('gamedata/sdkhooks.games', 'addons/sourcemod/gamedata/sdkhooks.games', 'game.hidden.txt', 'game.hl2ctf.txt', 'game.insurgency.txt', + 'game.kz.txt', 'game.l4d2.txt', 'game.modularcombat.txt', 'game.neotokyo.txt', @@ -214,6 +215,7 @@ CopyFiles('gamedata/sdktools.games', 'addons/sourcemod/gamedata/sdktools.games', 'game.hl2mp.txt', 'game.insurgency.txt', 'game.ios.txt', + 'game.kz.txt', 'game.left4dead2.txt', 'game.modularcombat.txt', 'game.neotokyo.txt',