Author Topic: Console Commands  (Read 2042 times)

Backstaber

  • PGP
  • Posts: 7
Console Commands
« on: August 10, 2010, 03: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

zimtstern

  • Committee Member
  • Autococker
  • Posts: 1356
Re: Console Commands
« Reply #1 on: August 10, 2010, 05:17:17 PM »
bind "key" "join purple"
bind "key" "join observer"

Backstaber

  • PGP
  • Posts: 7
Re: Console Commands
« Reply #2 on: August 10, 2010, 05: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

pvtjimmy

  • Committee Member
  • Autococker
  • Posts: 2098
Re: Console Commands
« Reply #3 on: August 10, 2010, 06: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

Backstaber

  • PGP
  • Posts: 7
Re: Console Commands
« Reply #4 on: August 10, 2010, 06:21:55 PM »
Is there anyway I can do that for my own game.

Backstaber

  • PGP
  • Posts: 7
Re: Console Commands
« Reply #5 on: August 10, 2010, 07:23:05 PM »
All Boxes are checked off

pvtjimmy

  • Committee Member
  • Autococker
  • Posts: 2098
Re: Console Commands
« Reply #6 on: August 11, 2010, 04:04:26 AM »
if you check them all, new maps and textures will be automatically downloaded at the beginning of a (new) map

Cameron

  • Global Moderator
  • Autococker
  • Posts: 2686
Re: Console Commands
« Reply #7 on: August 11, 2010, 07: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.

Backstaber

  • PGP
  • Posts: 7
Re: Console Commands
« Reply #8 on: August 11, 2010, 04:37:21 PM »
Still nothing for the textures, and thanks for the zoom and bouncy bullets

Backstaber

  • PGP
  • Posts: 7
Re: Console Commands
« Reply #9 on: August 11, 2010, 04:39:36 PM »
How do i get rid of air acceleration

Cameron

  • Global Moderator
  • Autococker
  • Posts: 2686
Re: Console Commands
« Reply #10 on: August 12, 2010, 04: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.

Backstaber

  • PGP
  • Posts: 7
Re: Console Commands
« Reply #11 on: August 12, 2010, 05:51:48 PM »
Because when i make a game, air accelerition is on and i cant fix it

Cameron

  • Global Moderator
  • Autococker
  • Posts: 2686
Re: Console Commands
« Reply #12 on: August 13, 2010, 09: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.