Search found 7 matches

by bhop_alex
Sun Dec 28, 2014 2:24 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Server Jumps
Replies: 6
Views: 838

Re: Server Jumps

Setting the priority could make a difference, but only if you're running other things on the VDS that are fighting for CPU at the same time. If this is the only thing that you're running, then it won't help. It's difficult to say what might be going on with a flash game. You might try different ver...
by bhop_alex
Sun Dec 28, 2014 12:47 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Server Jumps
Replies: 6
Views: 838

Re: Server Jumps

Then it doesn't seem like a resource issue. There have been some disruptions of service and/or packet loss in a few locations the past few days. Is there anything in your events log that lines up with when you are experiencing hiccups in game? The problems are fixed pretty fast, but still sometimes...
by bhop_alex
Sun Dec 28, 2014 12:26 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Server Jumps
Replies: 6
Views: 838

Re: Server Jumps

With windows server you should be able to set the process priority in task manager, just like on a home windows pc. However this usually only helps if you have processes fighting for CPU and you want one to have more than the other. Changing OS's on an unmanaged VDS will result in a wipe of the vir...
by bhop_alex
Sun Dec 28, 2014 2:55 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Server Jumps
Replies: 6
Views: 838

Server Jumps

I am renting a Dual Core Virtual server, and the only process I am running on it is the server.exe for a flash game, and in game it runs great, except there's a very noticeable jumpiness to NPC and other players' movements. Hit registration is great, leading me to believe that it must be the process...
by bhop_alex
Sun Dec 14, 2014 11:07 pm
Forum: CS:GO
Topic: CS:GO Max Speed
Replies: 3
Views: 6714

Re: CS:GO Max Speed

sv_enablebunnyhopping is still there, but it is hidden. Enable it with sm_cvar instead of the normal method. We use sv_maxvelocity "9999" on our surf timer server, give this a shot. I had sv_maxvelocity 9999 already, are the quotation marks necessary for cvars? And what do you mean by &qu...
by bhop_alex
Sun Dec 14, 2014 10:22 pm
Forum: CS:GO
Topic: CS:GO Max Speed
Replies: 3
Views: 6714

Re: CS:GO Max Speed

sv_enablebunnyhopping is still there, but it is hidden. Enable it with sm_cvar instead of the normal method. We use sv_maxvelocity "9999" on our surf timer server, give this a shot. I had sv_maxvelocity 9999 already, are the quotation marks necessary for cvars? And what do you mean by &qu...
by bhop_alex
Sun Dec 14, 2014 9:45 pm
Forum: CS:GO
Topic: CS:GO Max Speed
Replies: 3
Views: 6714

CS:GO Max Speed

I am creating a csgo bhop server, but it seems like there is a velocity limit of around 300-350 on. In css, you can have sv_enablebunnyhopping 1, and it would let you go much faster, but it seems there is no command like that in csgo. How could I allow players to bhop faster than the default cap? Th...