Skip to content

Commit

Permalink
ZPS Update offsets for 3.2.4 (alliedmodders#1746)
Browse files Browse the repository at this point in the history
* Update offsets for ZPS 3.2

Zombie Panic! Source Version 3.2 released and these are the updated offsets.

* Update offsets for 3.2

ZPS 3.2 has been release and these are the updated offsets / signatures.

* ZPS: Add missing offsets.

Adds support for OnTakeDamage_Alive, GetMaxHealth, Blocked, Reload and GroundEntChanged.
I wasn't aware these were missing entirely or I would have pushed them with the previous PR.

* ZPS Add missing offsets.

Adds support for GivePlayerAmmo.
Wasn't aware these were missing the first place.

* Fix ForcePlayerSuicide not properly working in ZPS

ZPS requires the second bool parameter to be true otherwise it won't do anything for players in the lobby or delayed for players on either team 2 or team 3.

* Fixed breaking code for other mods.

Added bForce which is set to true for zps.

* Update offsets for ZPS 3.2.4

Updates the offset
  • Loading branch information
xerox8521 authored and StarterX4 committed Aug 1, 2023
1 parent b538032 commit 50943e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gamedata/sdktools.games/game.zpanic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
}
"CommitSuicide"
{
"windows" "453"
"linux" "453"
"windows" "452"
"linux" "452"
}
"GetVelocity"
{
Expand Down Expand Up @@ -83,8 +83,8 @@
}
"PlayerRunCmd"
{
"windows" "433"
"linux" "434"
"windows" "432"
"linux" "433"
}
}
"Signatures"
Expand Down

0 comments on commit 50943e3

Please sign in to comment.