Digital Paint Discussion Board

Paintball 2: The Game => Help and Support => Resolved Help & Support => Topic started by: MON1TOR on June 18, 2015, 12:05:37 AM

Title: Can't strafe when connected to my own computer as a server
Post by: MON1TOR 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!!!
Title: Re: LAN and dedicated server problems
Post by: ic3y 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.
Title: Re: LAN and dedicated server problems
Post by: MON1TOR 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.
Title: Re: LAN and dedicated server problems
Post by: xrichardx 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.
Title: Re: LAN and dedicated server problems
Post by: Mission 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.
Title: Re: LAN and dedicated server problems
Post by: MON1TOR 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?
Title: Re: LAN and dedicated server problems
Post by: jitspoe on June 18, 2015, 09:21:38 PM
Type sv_airaccelerate 0 at the console.
Title: Re: LAN and dedicated server problems
Post by: MON1TOR 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?
Title: Re: LAN and dedicated server problems
Post by: Ace on June 18, 2015, 11:20:58 PM
Thank you.
And how to implement it into the myserver.cfg?

set sv_airaccelerate "0"
Title: Re: LAN and dedicated server problems
Post by: MON1TOR on June 18, 2015, 11:24:34 PM
set sv_airaccelerate "0"
Thanks man.