Digital Paint Discussion Board
Paintball 2: The Game => Help and Support => Topic started 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
-
bind "key" "join purple"
bind "key" "join observer"
-
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
-
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
-
Is there anyway I can do that for my own game.
-
All Boxes are checked off
-
if you check them all, new maps and textures will be automatically downloaded at the beginning of a (new) map
-
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.
-
Still nothing for the textures, and thanks for the zoom and bouncy bullets
-
How do i get rid of air acceleration
-
That's a server side setting. I believe its on one of the s2k servers, I can't recall the command right now though.
-
Because when i make a game, air accelerition is on and i cant fix it
-
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.