Add gamedata for Kreedz Climbing.

This commit is contained in:
Nicholas Hastings 2015-09-23 10:11:30 -04:00
parent 88a47ff681
commit 8b6e040581
5 changed files with 199 additions and 0 deletions

View File

@ -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"
}
}
}
}

View File

@ -189,4 +189,9 @@
{ {
"game" "modularcombat" "game" "modularcombat"
} }
"game.kz.txt"
{
"game" "KreedzClimbing"
}
} }

View File

@ -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"
}
}
}

View File

@ -251,4 +251,8 @@
{ {
"game" "modularcombat" "game" "modularcombat"
} }
"game.kz.txt"
{
"game" "KreedzClimbing"
}
} }

View File

@ -161,6 +161,7 @@ CopyFiles('gamedata/sdkhooks.games', 'addons/sourcemod/gamedata/sdkhooks.games',
'game.hidden.txt', 'game.hidden.txt',
'game.hl2ctf.txt', 'game.hl2ctf.txt',
'game.insurgency.txt', 'game.insurgency.txt',
'game.kz.txt',
'game.l4d2.txt', 'game.l4d2.txt',
'game.modularcombat.txt', 'game.modularcombat.txt',
'game.neotokyo.txt', 'game.neotokyo.txt',
@ -214,6 +215,7 @@ CopyFiles('gamedata/sdktools.games', 'addons/sourcemod/gamedata/sdktools.games',
'game.hl2mp.txt', 'game.hl2mp.txt',
'game.insurgency.txt', 'game.insurgency.txt',
'game.ios.txt', 'game.ios.txt',
'game.kz.txt',
'game.left4dead2.txt', 'game.left4dead2.txt',
'game.modularcombat.txt', 'game.modularcombat.txt',
'game.neotokyo.txt', 'game.neotokyo.txt',