You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,11 @@ TF2 support is currently available under this fork (https://github.com/JoinedSen
7
7
That fix modifies ``CGameMovement::TryPlayerMove()`` function to behave like momentum mod ones. [Whole function](https://github.com/momentum-mod/game/blob/develop/mp/src/game/shared/momentum/mom_gamemovement.cpp#L1838-L2282) 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.
8
8
9
9
## Requirements
10
-
*[Dhooks with detour support](https://forums.alliedmods.net/showpost.php?p=2588686&postcount=589);
11
-
* SourceMod 1.10 or higher.
10
+
* SourceMod 1.11.0.6711 or higher.
12
11
13
12
## Available cvars
14
13
***momsurffix_ramp_bumpcount** - Left from original momentum mods function, helps with fixing surf/ramp bugs;
15
14
***momsurffix_ramp_initial_retrace_length** - Left from original momentum mods function, amount of units used in offset for retraces;
16
-
***momsurffix_enable_asm_optimizations** - Enables ASM optimizations, that may improve performance of the plugin;
17
15
***momsurffix_enable_noclip_workaround** - Enables workaround to prevent issue #1.
0 commit comments