Raised This Month: $12 Target: $400
 3% 

[CS:GO] Movement Unlocker


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Plugin ID:
4486
Plugin Version:
1.0
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Removes max speed limitation from players on the ground. Feels like CS:S.
    Old 01-12-2015 , 21:47   [CS:GO] Movement Unlocker
    Reply With Quote #1

    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.
    Attached Files
    File Type: sp Get Plugin or Get Source (csgo_movement_unlocker.sp - 32849 views - 2.3 KB)
    File Type: txt csgo_movement_unlocker.games.txt (711 Bytes, 18120 views)
    __________________

    Last edited by Peace-Maker; 05-20-2017 at 02:30. Reason: Update windows gamedata (Thanks to Byte)
    Peace-Maker is offline
    Maxximou5
    AlliedModders Donor
    Join Date: Feb 2013
    Old 01-13-2015 , 00:07   Re: [CS:GO] Movement Unlocker
    Reply With Quote #2

    I'm going to try this out on my ScoutzKnivez servers, it should be interesting to see the results.

    Thanks for plugin.
    Maxximou5 is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 01-13-2015 , 02:53   Re: [CS:GO] Movement Unlocker
    Reply With Quote #3

    Finally! I will test this asap

    EDIT: works like a charm, nice job
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.


    Last edited by Franc1sco; 01-13-2015 at 10:30.
    Franc1sco is offline
    Send a message via MSN to Franc1sco
    rhelgeby
    Veteran Member
    Join Date: Oct 2008
    Location: 0x4E6F72776179
    Old 01-13-2015 , 05:10   Re: [CS:GO] Movement Unlocker
    Reply With Quote #4

    Excellent work!
    __________________
    Richard Helgeby

    Zombie:Reloaded | PawnUnit | Object Library
    (Please don't send private messages for support, they will be ignored. Use the forum.)
    rhelgeby is offline
    Send a message via MSN to rhelgeby
    Zephyrus
    Cool Pig B)
    Join Date: Jun 2010
    Location: Hungary
    Old 01-13-2015 , 07:17   Re: [CS:GO] Movement Unlocker
    Reply With Quote #5

    this should fix knockback as well right?

    edit: yup, knockback works perfectly, thanks. a lot better fix than the old one
    __________________
    Taking private C++/PHP/SourcePawn requests, PM me.

    Last edited by Zephyrus; 01-13-2015 at 07:43.
    Zephyrus is offline
    TheWho
    AlliedModders Donor
    Join Date: Jul 2012
    Old 01-13-2015 , 09:09   Re: [CS:GO] Movement Unlocker
    Reply With Quote #6

    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
    TheWho is offline
    Zsozso
    Member
    Join Date: Oct 2014
    Old 01-13-2015 , 10:16   Re: [CS:GO] Movement Unlocker
    Reply With Quote #7

    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 is offline
    Zsozso
    Member
    Join Date: Oct 2014
    Old 01-13-2015 , 10:18   Re: [CS:GO] Movement Unlocker
    Reply With Quote #8

    Can't load your plugin
    Zsozso is offline
    Peace-Maker
    SourceMod Plugin Approver
    Join Date: Aug 2008
    Location: Germany
    Old 01-13-2015 , 12:37   Re: [CS:GO] Movement Unlocker
    Reply With Quote #9

    Quote:
    Originally Posted by Zsozso View Post
    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.
    __________________
    Peace-Maker is offline
    Zsozso
    Member
    Join Date: Oct 2014
    Old 01-13-2015 , 13:30   Re: [CS:GO] Movement Unlocker
    Reply With Quote #10

    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

    Last edited by Zsozso; 01-13-2015 at 13:34.
    Zsozso is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


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


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