Digital Paint Discussion Board

Paintball 2: The Game => Help and Support => Topic started by: Backstaber on August 10, 2010, 05:49:11 PM

Title: Console Commands
Post by: Backstaber on August 10, 2010, 05:49:11 PM
Hello, I need some help with the console

I just re-installed paintball and forgot how to set joining teams to keyboard KEYs.

I need to know how to join the purple team and obversation.

And if you know i would also like to know how to zoom in and out.

Thanks
Title: Re: Console Commands
Post by: zimtstern on August 10, 2010, 07:17:17 PM
bind "key" "join purple"
bind "key" "join observer"
Title: Re: Console Commands
Post by: Backstaber on August 10, 2010, 07:33:56 PM
Thank you very much, I have a few more questions

How come all my graphics show up as a gray and white box tiles. almost as if its graph paper.

And how do i change the bullets to bouncy ones, ones that push the player when they are hit
Title: Re: Console Commands
Post by: pvtjimmy on August 10, 2010, 08:02:46 PM
How come all my graphics show up as a gray and white box tiles. almost as if its graph paper.
Sounds like missing textures. Normally they will be downloaded automatically when the textures are available on the server. You can check if this setting is applied for you in the menu (Setup > Multiplayer setup > Downloads > select checkboxes)

And how do i change the bullets to bouncy ones, ones that push the player when they are hit
Server setting, can not be changed on client side
Title: Re: Console Commands
Post by: Backstaber on August 10, 2010, 08:21:55 PM
Is there anyway I can do that for my own game.
Title: Re: Console Commands
Post by: Backstaber on August 10, 2010, 09:23:05 PM
All Boxes are checked off
Title: Re: Console Commands
Post by: pvtjimmy on August 11, 2010, 06:04:26 AM
if you check them all, new maps and textures will be automatically downloaded at the beginning of a (new) map
Title: Re: Console Commands
Post by: Cameron on August 11, 2010, 09:39:33 AM
Is there anyway I can do that for my own game.
cvar_set nokill 1

But like jimmy said, will only work if its your server that you have admin to, or a local game.   As for zooming in and out, this script here should work, basically it just changes the fov when you push a button down though.

bind "MOUSE3" "+zoom"
alias -zoom "crosshair 2;fov 120;sensitivity 10"
alias +zoom "crosshair 2;fov 30;sensitivity 3"

I do remember 5 lines of code though, but they're the only 3 that I can fish out of my config.  Remember you'll need to adjust the settings to what you want.
Title: Re: Console Commands
Post by: Backstaber on August 11, 2010, 06:37:21 PM
Still nothing for the textures, and thanks for the zoom and bouncy bullets
Title: Re: Console Commands
Post by: Backstaber on August 11, 2010, 06:39:36 PM
How do i get rid of air acceleration
Title: Re: Console Commands
Post by: Cameron on August 12, 2010, 06:46:59 AM
That's a server side setting.  I believe its on one of the s2k servers, I can't recall the command right now though.
Title: Re: Console Commands
Post by: Backstaber on August 12, 2010, 07:51:48 PM
Because when i make a game, air accelerition is on and i cant fix it
Title: Re: Console Commands
Post by: Cameron on August 13, 2010, 11:05:15 PM
Strange.  The command in the config file is

set sv_airaccelerate 1

0 is obviously interchangeable with 1, 1 meaning on and 0 meaning off.