Command list

All things BZFlag - no [OT] here please
Post Reply
AlliedArmour
Sergeant
Sergeant
Posts: 831
Joined: Thu Jul 14, 2005 1:29 am

Command list

Post by AlliedArmour »

Could I get a list of bzflag commands in game from somewhere or here?

In the list on BZFlag.org - there isn't /part so I know there's some missing.

TIA
User avatar
RPG
Lieutenant, Junior Grade
Lieutenant, Junior Grade
Posts: 2015
Joined: Fri Sep 17, 2004 2:37 am
Location: Chicago, Illinois
Contact:

Post by RPG »

In the BZFS source code, commands.cxx has them all listed. It just takes some poking-through.
trepan
Dev Wizard
Dev Wizard
Posts: 704
Joined: Fri Feb 21, 2003 7:50 pm

Post by trepan »

2.0.4 will have the /? and /cmds commands.

/? is server-side, and lists the server commands.

/cmds is client-side, and lists the client commands
and the server-side commands (if the server supports
the /? command).
User avatar
guitarman
Private First Class
Private First Class
Posts: 89
Joined: Sat Oct 22, 2005 9:08 pm
Location: i dont remember

Post by guitarman »

uhh.. well i know u can do /poll, which tells u poll commands, /set tells u the settings and stuff... i dunno where else, i just know them somehow :|
Image
User avatar
Hannibal
Private First Class
Private First Class
Posts: 1073
Joined: Mon May 02, 2005 10:27 pm
Contact:

Post by Hannibal »

yes, Jeff, some help with this?
Games don't make people violent, lag does.
ImageImage
temporal distraction
Sergeant
Sergeant
Posts: 250
Joined: Wed Jan 05, 2005 3:12 pm

Post by temporal distraction »

Here's the output when I do "/cmds"

Code: Select all

Client-side Commands
[CLIENT->] /cmds        /localset    /saveworld   CLIENTQUERY  
[CLIENT->] /diff        /quit        /set         
[CLIENT->] /dumpvars    /retexture   /silence     
[CLIENT->] /highlight   /roampos     /unsilence   
Server-side Commands
[SERVER->] /?               /idlestats       /reset           
[SERVER->] /ban             /kick            /say             
[SERVER->] /banlist         /kill            /sendhelp        
[SERVER->] /checkip         /lagstats        /serverquery     
[SERVER->] /clientquery     /lagwarn         /set             
[SERVER->] /countdown       /masterban       /setgroup        
[SERVER->] /date            /msg             /setpass         
[SERVER->] /deregister      /mute            /showgroup       
[SERVER->] /flag            /part            /shutdownserver  
[SERVER->] /flaghistory     /password        /superkill       
[SERVER->] /gameover        /playerlist      /time            
[SERVER->] /ghost           /poll            /unban           
[SERVER->] /grouplist       /quit            /unmute          
[SERVER->] /groupperms      /record          /uptime          
[SERVER->] /help            /register        /veto            
[SERVER->] /hostban         /reload          /viewreports     
[SERVER->] /hostbanlist     /removegroup     /vote            
[SERVER->] /hostunban       /replay          
[SERVER->] /identify        /report    
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

What the heck do /diff, /dumpvars, and /highlight do? :|
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
User avatar
RPG
Lieutenant, Junior Grade
Lieutenant, Junior Grade
Posts: 2015
Joined: Fri Sep 17, 2004 2:37 am
Location: Chicago, Illinois
Contact:

Post by RPG »

A Meteorite wrote:What the heck do /diff, /dumpvars, and /highlight do? :|
Try them and see :)
Longhair
Private First Class
Private First Class
Posts: 330
Joined: Tue Feb 08, 2005 6:06 pm
Location: Lancaster, PA
Contact:

Post by Longhair »

If you're on *nix, don't forget about:

$ man bzfs
AlliedArmour
Sergeant
Sergeant
Posts: 831
Joined: Thu Jul 14, 2005 1:29 am

Post by AlliedArmour »

GTM, thanx for trying to help. Appreciate it. :)

Thanx TDC. That'll do fine.
Post Reply