JoinedSenses / MomSurfFix

Momentum mod surf fix ported to csgo, css, and tf2

Home Page:https://forums.alliedmods.net/showthread.php?p=2680743#post2680743

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MomSurfFix

Momentum mod surf/ramp fix ported to tf2.

About

That fix modifies CGameMovement::TryPlayerMove() function to behave like momentum mod ones. Whole function was recreated on sourcepawn and replaced default CGameMovement::TryPlayerMove(). By modifying that function and applying all fixes that momentum mod team has done, you'll get quite good surf/ramp glitch fix.

Requirements

Available cvars

  • momsurffix_ramp_bumpcount - Left from original momentum mods function, helps with fixing surf/ramp bugs;
  • momsurffix_ramp_initial_retrace_length - Left from original momentum mods function, amount of units used in offset for retraces;
  • momsurffix_enable_asm_optimizations - Enables ASM optimizations, that may improve performance of the plugin;
  • momsurffix_enable_noclip_workaround - Enables workaround to prevent issue #1.

Special thanks to

About

Momentum mod surf fix ported to csgo, css, and tf2

https://forums.alliedmods.net/showthread.php?p=2680743#post2680743

License:GNU General Public License v3.0


Languages

Language:SourcePawn 100.0%