Raised This Month: $32 Target: $400
 8% 

[CS:GO] Movement Unlocker


Post New Thread Reply   
 
Thread Tools Display Modes
Zsozso
Member
Join Date: Oct 2014
Old 01-13-2015 , 15:01   Re: [CS:GO] Movement Unlocker
Reply With Quote #11

Quote:
Originally Posted by Zsozso View Post
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
update sourcemod and now work

but the problem knockback too high how to change?
Zsozso is offline
iEx5
Member
Join Date: Aug 2014
Location: Saint-Petersburg
Old 01-13-2015 , 15:50   Re: [CS:GO] Movement Unlocker
Reply With Quote #12

so trigger_push must work correctly now?
If it's true my plugin must be removed;3
iEx5 is offline
Send a message via Skype™ to iEx5
soja92
Member
Join Date: Mar 2012
Old 01-13-2015 , 16:54   Re: [CS:GO] Movement Unlocker
Reply With Quote #13

Quote:
Originally Posted by Zsozso View Post
update sourcemod and now work

but the problem knockback too high how to change?
You should be able to change knockback in the normal zr configs.
soja92 is offline
Zsozso
Member
Join Date: Oct 2014
Old 01-13-2015 , 17:04   Re: [CS:GO] Movement Unlocker
Reply With Quote #14

Quote:
Originally Posted by soja92 View Post
You should be able to change knockback in the normal zr configs.
/zr/weapons.txt ?
Zsozso is offline
samsah
AlliedModders Donor
Join Date: Mar 2008
Location: Finland
Old 01-14-2015 , 02:15   Re: [CS:GO] Movement Unlocker
Reply With Quote #15

Really nice!
__________________
samsah is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 01-14-2015 , 05:19   Re: [CS:GO] Movement Unlocker
Reply With Quote #16

Has anyone else noticed that bhopping is now really easy when using this plugin? It seems to have removed jump stamina/maybe revealed why Valve made those annoying changes in the first place.
Jargon is offline
JoB2C
AlliedModders Donor
Join Date: Jan 2014
Location: France
Old 01-14-2015 , 12:52   Re: [CS:GO] Movement Unlocker
Reply With Quote #17

Quote:
Originally Posted by Jargon View Post
Has anyone else noticed that bhopping is now really easy when using this plugin? It seems to have removed jump stamina/maybe revealed why Valve made those annoying changes in the first place.
The speed is not instantly reset when landing with this plugin, then it's pretty obvious that bunny hopping will be easier.

Landing stamina slows down your movement when landing. Even with that feature disabled, your velocity is capped to the max run speed just after landing (in case you do not do a perfect bhop). This is what this plugin removes.

Quote:
Movement in CS:GO differs from CS:S in that players stopped immediatly when touching the ground instead of sliding with their current velocity.

Last edited by JoB2C; 01-14-2015 at 22:16.
JoB2C is offline
Chesterfield
Senior Member
Join Date: Apr 2013
Old 01-14-2015 , 12:52   Re: [CS:GO] Movement Unlocker
Reply With Quote #18

Quote:
Originally Posted by Jargon View Post
Has anyone else noticed that bhopping is now really easy when using this plugin? It seems to have removed jump stamina/maybe revealed why Valve made those annoying changes in the first place.
True, this is a problem sometimes since everyone starts to bhopping
Chesterfield is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 01-14-2015 , 17:31   Re: [CS:GO] Movement Unlocker
Reply With Quote #19

Quote:
Originally Posted by Jargon View Post
Has anyone else noticed that bhopping is now really easy when using this plugin? It seems to have removed jump stamina/maybe revealed why Valve made those annoying changes in the first place.
You don't have any other plugins running that raise m_flMaxSpeed on the players, right? And have sv_enablebunnyhopping set to 0?

PreventBunnyJumping, which is called in CheckJumpButton, looks something along this lines
PHP Code:
CCSGameMovement::PreventBunnyJumping()
{
  
float maxbhopspeed 1.1 this->player->m_flMaxSpeed;
  if(
maxbhopspeed 0.0)
  {
    
float wishspeed VectorLength(this->m_vecVelocity);
    if(
maxbhopspeed wishspeed)
    {
      
VectorScale (this->m_vecVelocitymaxbhopspeed/wishspeedthis->m_vecVelocity);
    }
  }

This is nearly the exact same code this plugin removes, except for that 1.1 factor, so it should do its job.
__________________
Peace-Maker is offline
Sithranduil
Junior Member
Join Date: Oct 2014
Old 01-14-2015 , 19:20   Re: [CS:GO] Movement Unlocker
Reply With Quote #20

Nice work !
Sithranduil 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 07:21.


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