From 70065334096f82cea355ca3c77919b746ce1321a Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sun, 14 May 2017 16:41:00 -0400 Subject: [PATCH 1/3] Update Kreedz Climbing gamedata. --- gamedata/sdkhooks.games/game.kz.txt | 16 ++++++++-------- gamedata/sdktools.games/game.kz.txt | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/gamedata/sdkhooks.games/game.kz.txt b/gamedata/sdkhooks.games/game.kz.txt index 79500cc0..db4053a8 100644 --- a/gamedata/sdkhooks.games/game.kz.txt +++ b/gamedata/sdkhooks.games/game.kz.txt @@ -26,15 +26,15 @@ } "OnTakeDamage_Alive" { - "windows" "279" + "windows" "280" } "PreThink" { - "windows" "339" + "windows" "340" } "PostThink" { - "windows" "340" + "windows" "341" } "SetTransmit" { @@ -78,23 +78,23 @@ } "Weapon_CanSwitchTo" { - "windows" "273" + "windows" "274" } "Weapon_CanUse" { - "windows" "267" + "windows" "268" } "Weapon_Drop" { - "windows" "270" + "windows" "271" } "Weapon_Equip" { - "windows" "268" + "windows" "269" } "Weapon_Switch" { - "windows" "271" + "windows" "272" } } } diff --git a/gamedata/sdktools.games/game.kz.txt b/gamedata/sdktools.games/game.kz.txt index f603d9de..2a550b7c 100644 --- a/gamedata/sdktools.games/game.kz.txt +++ b/gamedata/sdktools.games/game.kz.txt @@ -18,15 +18,15 @@ { "GiveNamedItem" { - "windows" "407" + "windows" "408" } "RemovePlayerItem" { - "windows" "277" + "windows" "278" } "Weapon_GetSlot" { - "windows" "275" + "windows" "276" } "Ignite" { @@ -42,7 +42,7 @@ } "CommitSuicide" { - "windows" "446" + "windows" "447" } "GetVelocity" { @@ -62,7 +62,7 @@ } "WeaponEquip" { - "windows" "268" + "windows" "269" } "Activate" { @@ -70,11 +70,11 @@ } "PlayerRunCmd" { - "windows" "425" + "windows" "426" } "GiveAmmo" { - "windows" "259" + "windows" "260" } } @@ -93,7 +93,7 @@ "FireOutput" { "library" "server" - "windows" "\x55\x8B\xEC\x83\xE4\xC0\x81\xEC\x34\x01\x00\x00\xA1\x2A\x2A\x2A\x2A\x33\xC4\x89\x84\x24\x30\x01\x00\x00\x53\x8B\x5D\x20" + "windows" "\x55\x8B\xEC\x83\xE4\xC0\x81\xEC\x34\x01\x00\x00\xA1\x2A\x2A\x2A\x2A\x33\xC4\x89\x84\x24\x30\x01\x00\x00\x8B\xC1" } } } From 4ce13e9cbd5ff6f843b6629522c60e05e9fc538a Mon Sep 17 00:00:00 2001 From: Duko Date: Sat, 20 May 2017 11:53:07 +0200 Subject: [PATCH 2/3] Add gamedata for Alien Swarm: Reactive Drop. --- gamedata/core.games/engine.swarm.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/gamedata/core.games/engine.swarm.txt b/gamedata/core.games/engine.swarm.txt index 88c45f78..e422de4c 100644 --- a/gamedata/core.games/engine.swarm.txt +++ b/gamedata/core.games/engine.swarm.txt @@ -17,6 +17,7 @@ "#supported" { "game" "swarm" + "game" "reactivedrop" } "Offsets" From 27b4f9538ab21a9383e1b842b187fac74b8ba28b Mon Sep 17 00:00:00 2001 From: Duko Date: Sat, 20 May 2017 12:12:48 +0200 Subject: [PATCH 3/3] Disable nextmap on Alien Swarm: Reactive Drop. Bug: Disconnects players on changelevel https://steamcommunity.com/app/563560/discussions/2/135509124600714346/ --- plugins/nextmap.sp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/nextmap.sp b/plugins/nextmap.sp index 3fb05086..d32c1649 100644 --- a/plugins/nextmap.sp +++ b/plugins/nextmap.sp @@ -64,6 +64,7 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max || StrEqual(game, "garrysmod", false) || StrEqual(game, "swarm", false) || StrEqual(game, "bms", false) + || StrEqual(game, "reactivedrop", false) || GetEngineVersion() == Engine_Insurgency) { strcopy(error, err_max, "Nextmap is incompatible with this game");