rngfix
rngfix copied to clipboard
A SourceMod plugin for movement game modes
Everything is in the title, here is the requested change. https://github.com/jason-e/rngfix/blob/c233d0bcc39769cd7f4c651a76c0eca430f715c1/plugin/scripting/rngfix.sp#L334 `if (StrEqual(targetname, targetname2, false)) return true;`
Hi, this plugin causes a bug with ramp booster. those maps are afected: https://gamebanana.com/mods/405031 https://gamebanana.com/mods/80401 might be more. here is the clip: with this plugin: https://imgur.com/a/vIP9rXP without: https://imgur.com/a/oe9AC5D *edit*looks like...
Steps to reproduce: 1) enable debug prints (rngfix_debug 1) 2) have a slope 3) have a trigger placed on top of slope 4) stand on slope and jump once 5)...
Thanks for the fix @rushaway Solves https://github.com/jason-e/rngfix/issues/11
Use common structure used for sourcemod plugins
plugin.sp(851) : error 017: undefined symbol "TR_EnumerateEntitiesHull" plugin.sp(929) : error 017: undefined symbol "TR_EnumerateEntitiesHull" plugin.sp(1209) : error 017: undefined symbol "TR_ClipCurrentRayToEntity"
Stair sliding fix is being applied to the client when doing the s4 shortcut on both versions of these maps ``` [2169] EndTouch 218 [2210] Collision predicted! (normal: -0.216 -0.773...
Game CSS:OB . Sometimes surfing on the ramp, you can stop abruptly (get stuck in something) , and lose all speed. This plugin seems to fix it and it would...