Author Topic: Can't strafe when connected to my own computer as a server  (Read 4585 times)

MON1TOR

  • 68 Carbine
  • Posts: 328
Can't strafe when connected to my own computer as a server
« on: June 18, 2015, 12:05:37 AM »
Okay, my problems are the following:

1) LAN SERVER

I simply can't strafe. Tried all maps. Nothing.
Went on a dedicated serv (Crack the Speed and OTB speed)
and strafing worked. (I went to these dedicated serv in the same pb2 session in wich i played LAN).

2) SELF-HOSTED DEDICATED SERVER.

I also joined my dedicated server, but there was the same issue. Back to other servs strafing worked again.

Wtf happened?!

It was: same session, same keyboard, same keyboard config, same WIN config.

SONEONE HELP PLEASE!!!
« Last Edit: August 04, 2015, 02:46:27 AM by webhead »

ic3y

  • Committee Member
  • Autococker
  • Posts: 1396
Re: LAN and dedicated server problems
« Reply #1 on: June 18, 2015, 04:09:49 AM »
Okay, my problems are the following:

1) LAN SERVER

I simply can't strafe. Tried all maps. Nothing.
Went on a dedicated serv (Crack the Speed and OTB speed)
and strafing worked. (I went to these dedicated serv in the same pb2 session in wich i played LAN).

2) SELF-HOSTED DEDICATED SERVER.

I also joined my dedicated server, but there was the same issue. Back to other servs strafing worked again.

Wtf happened?!

It was: same session, same keyboard, same keyboard config, same WIN config.

SONEONE HELP PLEASE!!!
But not the same server config.

MON1TOR

  • 68 Carbine
  • Posts: 328
Re: LAN and dedicated server problems
« Reply #2 on: June 18, 2015, 05:20:51 AM »
But not the same server config.
?
I dint changed anything except for the server.cfg.
Also, even before i changed the server.cfg, as I made my first map( 2 months ago ) , the same issue happened.

xrichardx

  • 68 Carbine
  • Posts: 295
Re: LAN and dedicated server problems
« Reply #3 on: June 18, 2015, 06:08:15 AM »
I guess airaccelerate is turned off. Strafe jumping only works when that is enabled.

The server.cfg is just a template, changes in there are not relevant unless you tell paintball to load it which is not recommended since that file will be replaced evreytime you update your installation.

Mission

  • 68 Carbine
  • Posts: 328
Re: LAN and dedicated server problems
« Reply #4 on: June 18, 2015, 10:05:59 AM »
That is exactly what happened to me, so I could never complete the tutorial :D but I got a new PC and reinstalled and I could strafe offline. Must be something to do with server config or something.

MON1TOR

  • 68 Carbine
  • Posts: 328
Re: LAN and dedicated server problems
« Reply #5 on: June 18, 2015, 12:54:18 PM »
I guess airaccelerate is turned off. Strafe jumping only works when that is enabled.

The server.cfg is just a template, changes in there are not relevant unless you tell paintball to load it which is not recommended since that file will be replaced evreytime you update your installation.
I renamed the server.cf to myserver.cfg.
And how to enable it using a cfg file?
Code?

jitspoe

  • Administrator
  • Autococker
  • Posts: 18801
Re: LAN and dedicated server problems
« Reply #6 on: June 18, 2015, 09:21:38 PM »
Type sv_airaccelerate 0 at the console.

MON1TOR

  • 68 Carbine
  • Posts: 328
Re: LAN and dedicated server problems
« Reply #7 on: June 18, 2015, 11:17:41 PM »
Type sv_airaccelerate 0 at the console.
Thank you.
And how to implement it into the myserver.cfg?

Ace

  • Autococker
  • Posts: 661
Re: LAN and dedicated server problems
« Reply #8 on: June 18, 2015, 11:20:58 PM »
Thank you.
And how to implement it into the myserver.cfg?

set sv_airaccelerate "0"

MON1TOR

  • 68 Carbine
  • Posts: 328
Re: LAN and dedicated server problems
« Reply #9 on: June 18, 2015, 11:24:34 PM »
set sv_airaccelerate "0"
Thanks man.