Updated gamedata, patch list and changelog.
This commit is contained in:
parent
811a9d88a6
commit
3e6c2c62dd
@ -11,44 +11,51 @@
|
||||
{
|
||||
"TraceAttack"
|
||||
{
|
||||
"windows" "60"
|
||||
"linux" "61"
|
||||
"windows" "59"
|
||||
"linux" "60"
|
||||
"mac" "60"
|
||||
}
|
||||
|
||||
"OnTakeDamage"
|
||||
{
|
||||
"windows" "62"
|
||||
"linux" "63"
|
||||
"windows" "61"
|
||||
"linux" "62"
|
||||
"mac" "62"
|
||||
}
|
||||
|
||||
"StartTouch"
|
||||
{
|
||||
"windows" "97"
|
||||
"linux" "98"
|
||||
"windows" "96"
|
||||
"linux" "97"
|
||||
"mac" "97"
|
||||
}
|
||||
|
||||
"Touch"
|
||||
{
|
||||
"windows" "98"
|
||||
"linux" "99"
|
||||
"windows" "97"
|
||||
"linux" "98"
|
||||
"mac" "98"
|
||||
}
|
||||
|
||||
"EndTouch"
|
||||
{
|
||||
"windows" "99"
|
||||
"linux" "100"
|
||||
"windows" "98"
|
||||
"linux" "99"
|
||||
"mac" "99"
|
||||
}
|
||||
|
||||
"Weapon_CanUse"
|
||||
{
|
||||
"windows" "255"
|
||||
"linux" "256"
|
||||
"windows" "254"
|
||||
"linux" "255"
|
||||
"mac" "255"
|
||||
}
|
||||
|
||||
"Weapon_Drop"
|
||||
{
|
||||
"windows" "258"
|
||||
"linux" "259"
|
||||
"windows" "257"
|
||||
"linux" "258"
|
||||
"mac" "258"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -255,3 +255,7 @@ released. If the file is empty there are no config changes in that patch.
|
||||
-----------------
|
||||
* Replaced RemoveEdict with kill entity input command. This might fix some rare crashes.
|
||||
* Updated gamedata file. Thanks to psychonic and TnTSCS.
|
||||
|
||||
2012.07.04 - r693
|
||||
-----------------
|
||||
* Fixed incorrect offsets in gamedata file.
|
||||
|
@ -24,3 +24,4 @@
|
||||
675
|
||||
689
|
||||
692
|
||||
693
|
||||
|
Loading…
Reference in New Issue
Block a user