Arizard / deathrun

Arizard's Deathrun gamemode for Garry's Mod
63 stars 38 forks source link

Unable to bhop when turning left or right #165

Closed StijnPCL closed 3 years ago

StijnPCL commented 3 years ago

I have a ubuntu 20.04 64x server running a deathrun gmod server. Bhopping does work but not as well when i was running it on a windows server. When i bhop to the left i can not turn right without losing speed. I can only take big turns in order to increase a little speed. Any solutions would be very helpful.

Thanks in advance!

Edit: If needed for specific info i can make a short video of my problem.

ceifa commented 3 years ago

Try set these commands on your server(server.cfg does it well):

sv_friction "8"
sv_sticktoground "0"
sv_airaccelerate "1000"
sv_accelerate "10"
Arizard commented 3 years ago

Thanks @ceifa , that is correct, you might not have those setting applied. Let us know when you've changed those settings and tested.

StijnPCL commented 3 years ago

Tried the settings, im still unable to gain enough speed. I also lose speed when i do a soft turn from the left to the right. Other servers dont have this issue.

ceifa commented 3 years ago

Tried the latest version with windows and linux and it's working well. Can you record the video as you said?

StijnPCL commented 3 years ago

sure thing, here is the footage. It perhaps looks like im terrible at bhopping but im doing the same thing on other servers and i gain more speed than on my own server.

https://www.youtube.com/watch?v=5sYYLBXlcJc

ceifa commented 3 years ago

Seems to be working well, if you want to gain more speed you will have to strafe more. Some servers have different configurations, for example, if you increase the server tickrate your speed gain will probably increase.

StijnPCL commented 3 years ago

Ah ok, Thank you all for the quick help!

Arizard commented 3 years ago
  1. It appears you are pressing W while you are bhopping. Personally I find it easier to build speed without pressing W and only using A+D.
  2. You must set the tick rate of the server to 66 or higher. You can do this by adding -tickrate 66 into your command line options. Sometimes you will need to ask your server provider to do this. Once your tick rate is set to 66, you should find it easier to build speed!
StijnPCL commented 3 years ago

Oh my god, my tickrate was on "22". I'll try to see what changed if i put it on 66. Thanks for the help.

StijnPCL commented 3 years ago

Yup, this one worked out good!