diff --git a/gamedata/core.games/common.games.txt b/gamedata/core.games/common.games.txt index 56ebe33a..0b541bca 100644 --- a/gamedata/core.games/common.games.txt +++ b/gamedata/core.games/common.games.txt @@ -156,6 +156,7 @@ "game" "NeotokyoSource" "game" "bg2" "game" "cspromod" + "game" "pvkii" } "Keys" @@ -180,6 +181,7 @@ "game" "bg2" "game" "insurgency" "game" "cspromod" + "game" "pvkii" } "Keys" diff --git a/gamedata/core.games/engine.ep1.txt b/gamedata/core.games/engine.ep1.txt index 0f3b69e5..cd54eeab 100644 --- a/gamedata/core.games/engine.ep1.txt +++ b/gamedata/core.games/engine.ep1.txt @@ -20,7 +20,6 @@ "game" "hl2mp" "game" "ship" "game" "insurgency" - "game" "pvkii" "game" "sourceforts" "game" "FortressForever" "game" "empires" diff --git a/gamedata/core.games/engine.ep2.txt b/gamedata/core.games/engine.ep2.txt index 5db8ac0d..7a5db1f5 100644 --- a/gamedata/core.games/engine.ep2.txt +++ b/gamedata/core.games/engine.ep2.txt @@ -20,6 +20,7 @@ "game" "zps" "game" "bg2" "game" "garrysmod" + "game" "pvkii" } "Offsets" diff --git a/gamedata/sdktools.games/engine.ep1.txt b/gamedata/sdktools.games/engine.ep1.txt index b1a4251d..dd382c0c 100644 --- a/gamedata/sdktools.games/engine.ep1.txt +++ b/gamedata/sdktools.games/engine.ep1.txt @@ -21,7 +21,6 @@ "game" "ship" "game" "!Dystopia" "game" "insurgency" - "game" "pvkii" "game" "sourceforts" "game" "FortressForever" "game" "synergy" @@ -80,7 +79,6 @@ "game" "hl2mp" "game" "ship" "game" "!Dystopia" - "game" "pvkii" "game" "sourceforts" "game" "FortressForever" "game" "synergy" @@ -130,7 +128,6 @@ "game" "hl2mp" "game" "ship" "game" "insurgency" - "game" "pvkii" "game" "sourceforts" "game" "FortressForever" "game" "synergy" @@ -158,7 +155,6 @@ { "game" "cstrike" "game" "hl2mp" - "game" "pvkii" "game" "sourceforts" "game" "synergy" "game" "hidden" diff --git a/gamedata/sdktools.games/engine.ep2.txt b/gamedata/sdktools.games/engine.ep2.txt index 54180c66..a2dfbe26 100644 --- a/gamedata/sdktools.games/engine.ep2.txt +++ b/gamedata/sdktools.games/engine.ep2.txt @@ -22,6 +22,7 @@ "game" "synergy" "game" "bg2" "game" "garrysmod" + "game" "pvkii" } "Offsets" @@ -71,6 +72,7 @@ "game" "ageofchivalry" "game" "zps" "game" "empires" + "game" "pvkii" } "Signatures" @@ -98,6 +100,7 @@ "game" "ageofchivalry" "game" "zps" "game" "empires" + "game" "pvkii" } "Signatures" @@ -123,6 +126,7 @@ "game" "synergy" "game" "bg2" "game" "garrysmod" + "game" "pvkii" } "Offsets" diff --git a/gamedata/sdktools.games/game.pvkii.txt b/gamedata/sdktools.games/game.pvkii.txt index b6d8eff1..bae14852 100644 --- a/gamedata/sdktools.games/game.pvkii.txt +++ b/gamedata/sdktools.games/game.pvkii.txt @@ -19,48 +19,48 @@ /* CBasePlayer */ "GiveNamedItem" { - "windows" "328" - "linux" "329" + "windows" "352" + "linux" "353" } "RemovePlayerItem" { - "windows" "226" - "linux" "227" + "windows" "239" + "linux" "240" } "Weapon_GetSlot" { - "windows" "224" - "linux" "225" + "windows" "237" + "linux" "238" } "Ignite" { - "windows" "188" - "linux" "189" + "windows" "194" + "linux" "195" } "Extinguish" { - "windows" "189" - "linux" "190" + "windows" "198" + "linux" "199" } "Teleport" { - "windows" "98" - "linux" "99" + "windows" "101" + "linux" "102" } "CommitSuicide" { - "windows" "356" - "linux" "357" + "windows" "393" + "linux" "393" } "GetVelocity" { - "windows" "126" - "linux" "127" + "windows" "131" + "linux" "132" } "EyeAngles" { - "windows" "118" - "linux" "119" + "windows" "123" + "linux" "124" } "AcceptInput" { @@ -69,34 +69,53 @@ } "DispatchKeyValue" { - "windows" "31" - "linux" "30" + "windows" "29" + "linux" "28" } "DispatchKeyValueFloat" { - "windows" "30" - "linux" "31" + "windows" "28" + "linux" "29" } "DispatchKeyValueVector" { - "windows" "29" - "linux" "32" + "windows" "27" + "linux" "30" } "SetEntityModel" { - "windows" "25" - "linux" "26" + "windows" "24" + "linux" "25" } "WeaponEquip" { - "windows" "217" - "linux" "218" + "windows" "230" + "linux" "231" } "Activate" { "windows" "32" "linux" "33" } + "PlayerRunCmd" + { + "windows" "372" + "linux" "373" + } + "FireOutputBackup" + { + "windows" "6" + "linux" "10" + } + } + "Signatures" + { + "FireOutput" + { + "library" "server" + "windows" "\x81\xEC\x2A\x2A\x2A\x2A\x53\x55\x56\x8B\x71\x2A\x85\xF6\x57" + "linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f" + } } } } \ No newline at end of file