RNGFix: Push 1.1.2b, without Trigger Jump Fix and Stairs Fix.
These need a newer sourcemod to work.
This commit is contained in:
parent
e413f1b43c
commit
0da12beb35
83
rngfix/gamedata/rngfix.games.txt
Normal file
83
rngfix/gamedata/rngfix.games.txt
Normal file
@ -0,0 +1,83 @@
|
||||
"Games"
|
||||
{
|
||||
"#default"
|
||||
{
|
||||
"Keys"
|
||||
{
|
||||
"IGameMovement" "GameMovement001"
|
||||
|
||||
"IServerGameEnts" "ServerGameEnts001"
|
||||
}
|
||||
|
||||
"Signatures"
|
||||
{
|
||||
"CreateInterface"
|
||||
{
|
||||
"library" "server"
|
||||
"windows" "@CreateInterface"
|
||||
"linux" "@CreateInterface"
|
||||
}
|
||||
}
|
||||
|
||||
"Offsets"
|
||||
{
|
||||
"ProcessMovement"
|
||||
{
|
||||
"windows" "1"
|
||||
"linux" "2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
"csgo"
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
// applies to trigger_vphysics_motion and trigger_wind
|
||||
"CBaseVPhysicsTrigger::PassesTriggerFilters"
|
||||
{
|
||||
"windows" "199"
|
||||
"linux" "200"
|
||||
}
|
||||
|
||||
// applies to all other triggers
|
||||
"CBaseTrigger::PassesTriggerFilters"
|
||||
{
|
||||
"windows" "209"
|
||||
"linux" "210"
|
||||
}
|
||||
|
||||
"IServerGameEnts::MarkEntitiesAsTouching"
|
||||
{
|
||||
"windows" "1"
|
||||
"linux" "2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
"cstrike"
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
// applies to trigger_vphysics_motion and trigger_wind
|
||||
"CBaseVPhysicsTrigger::PassesTriggerFilters"
|
||||
{
|
||||
"windows" "188"
|
||||
"linux" "189"
|
||||
}
|
||||
|
||||
// applies to all other triggers
|
||||
"CBaseTrigger::PassesTriggerFilters"
|
||||
{
|
||||
"windows" "197"
|
||||
"linux" "198"
|
||||
}
|
||||
|
||||
"IServerGameEnts::MarkEntitiesAsTouching"
|
||||
{
|
||||
"windows" "2"
|
||||
"linux" "3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
1291
rngfix/scripting/rngfix.sp
Normal file
1291
rngfix/scripting/rngfix.sp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user