AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Movement Unlocker (https://forums.alliedmods.net/showthread.php?t=255298)

Peace-Maker 01-12-2015 21:47

[CS:GO] Movement Unlocker
 
3 Attachment(s)
CS:GO Movement Unlocker
Removes max speed limitation from players on the ground. Feels like CS:S.

Movement in CS:GO differs from CS:S in that players stopped immediatly when touching the ground instead of sliding with their current velocity. This is annoying for surfing and bunny hopping.

While trying to find a proper fix for the weapon knock back in Zombie:Reloaded, gamemann and I finally found a way which feels like the knock back in CS:S.

There are lots of changes to the movement handling in CS:GO. One of them is actually obeying the maxspeed settings. That line is actually after the Accelerate call. This plugin removes that code.

Installation
  1. Get the plugin and upload the .smx to your sourcemod plugins folder.
  2. Upload the csgo_movement_unlocker.games.txt into your gamedata folder.

Maxximou5 01-13-2015 00:07

Re: [CS:GO] Movement Unlocker
 
I'm going to try this out on my ScoutzKnivez servers, it should be interesting to see the results.

Thanks for plugin.

Franc1sco 01-13-2015 02:53

Re: [CS:GO] Movement Unlocker
 
Finally! I will test this asap :)

EDIT: works like a charm, nice job

rhelgeby 01-13-2015 05:10

Re: [CS:GO] Movement Unlocker
 
Excellent work! :up:

Zephyrus 01-13-2015 07:17

Re: [CS:GO] Movement Unlocker
 
this should fix knockback as well right?

edit: yup, knockback works perfectly, thanks. a lot better fix than the old one

TheWho 01-13-2015 09:09

Re: [CS:GO] Movement Unlocker
 
Well done!
Didn't
PHP Code:

SetEntPropFloat(clientProp_Send"m_flStamina"0.0

in player_jump event worked?

I hope that your next goal is to solve the annoying bhop stop animation in csgo aswell :P

Zsozso 01-13-2015 10:16

Re: [CS:GO] Movement Unlocker
 
L 01/13/2015 - 16:15:54: [SM] Plugin encountered error 25: Call was aborted
L 01/13/2015 - 16:15:54: [SM] Native "SetFailState" reported: Can't find WalkMoveMaxSpeed address.
L 01/13/2015 - 16:15:54: [SM] Displaying call stack trace for plugin "csgo_movement_unlocker.smx":
L 01/13/2015 - 16:15:54: [SM] [0] Line 32, /home/forums/content/files/4/1/4/1/8/141520.attach::OnPluginStart()
[SM] Loaded plugin csgo_movement_unlocker.smx successfully.

Zsozso 01-13-2015 10:18

Re: [CS:GO] Movement Unlocker
 
Can't load your plugin :(

Peace-Maker 01-13-2015 12:37

Re: [CS:GO] Movement Unlocker
 
Quote:

Originally Posted by Zsozso (Post 2248653)
L 01/13/2015 - 16:15:54: [SM] Plugin encountered error 25: Call was aborted
L 01/13/2015 - 16:15:54: [SM] Native "SetFailState" reported: Can't find WalkMoveMaxSpeed address.
L 01/13/2015 - 16:15:54: [SM] Displaying call stack trace for plugin "csgo_movement_unlocker.smx":
L 01/13/2015 - 16:15:54: [SM] [0] Line 32, /home/forums/content/files/4/1/4/1/8/141520.attach::OnPluginStart()
[SM] Loaded plugin csgo_movement_unlocker.smx successfully.

Make sure you added the gamedata as well. Which platform? gamemann tested on linux and windows.

Zsozso 01-13-2015 13:30

Re: [CS:GO] Movement Unlocker
 
yes added gamedata.
(addons/sourcemod/gamedata/)

CSGO Linux server.

[01] SourceMod (1.7.0-dev+5092) by AlliedModders LLC
[02] CS Tools (1.7.0-dev+5092) by AlliedModders LLC
[03] SDK Tools (1.7.0-dev+5092) by AlliedModders LLC
[04] SDK Hooks (1.7.0-dev+5092) by AlliedModders LLC


All times are GMT -4. The time now is 08:31.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.