This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "Single Player Mode"

From BZFlagWiki
Jump to: navigation, search
(formatting)
Line 24: Line 24:
 
== Windows ==
 
== Windows ==
  
3 Windows
+
* Select a shortcut icon (on desktop, in Start->Programs or Quick Launch bar - doesn't matter where). Right-click and choose "Create Shortcut". This will give you a second shortcut (numbered "(2)", "(3)", etc.) which you can change without affecting the first one.
  
1. Select a shortcut icon (on desktop, in Start->Programs or Quick Launch bar - doesn't matter where). Right-click and choose "Create Shortcut". This will give you a second shortcut (numbered "(2)", "(3)", etc.) which you can change without affecting the first one.
+
* Go to your shortcut, right click and choose Properties. Shortcut Target will be highlighted.
  
2. Go to your shortcut, right click and choose Properties. Shortcut Target will be highlighted.
+
* Press the "End" key and add to the end of the target the desired options (" -solo 5" for instance). The changed target line will look like this:
 
+
3. Press the "End" key and add to the end of the target the desired options (" -solo 5" for instance). The changed target line will look like this:
+
  
 
  "C:\Program Files\BZFlag2.0.8\bzflag.exe" -solo 5
 
  "C:\Program Files\BZFlag2.0.8\bzflag.exe" -solo 5
  
4. This icon will start a game with 5 bots. You can start a server on your own computer from within BZFlag if desired.
+
* This icon will start a game with 5 bots. You can start a server on your own computer from within BZFlag if desired.

Revision as of 02:22, 20 February 2007

Before you read below please be advised that many server owners do not like you putting bots on their servers. This could earn you a ban at the owner's discretion. If you wish to run bots on a public server ask permission from the server owner first.

BZFlag can start a local BZFS. See the start menu, then join "localhost" on the default port (5154 for 1.10 and newer).

Use -solo <n> to include bots when you join the server. This allows you to play locally.

Note: Not all of the server options are available from inside bzflag. You are better off starting the server in another window. See CreatingAServer for more information.

Additional Info

Open up a terminal (unix) or command prompt (windows) and change directory to wherever you installed BZFlag (something like cd "C:\Program Files\BZFlag2.0.8\" on windows). Then type the following command.

bzflag -solo X callsign@servername:5154

Replace "X" with the number of bots you want, "callsign" with your callsign and "servername" with the address of the server. A callsign or server is not required at the command line, as the GUI will start if not given.

Example:

bzflag -solo 5 lamebot@bzflag.secretplace.us:5154

This will start a BFZlag client with 5 robots and you can then play along with your robots. You dont need to start a second session just for yourself, you'll be the player without a number after your name.


Windows

  • Select a shortcut icon (on desktop, in Start->Programs or Quick Launch bar - doesn't matter where). Right-click and choose "Create Shortcut". This will give you a second shortcut (numbered "(2)", "(3)", etc.) which you can change without affecting the first one.
  • Go to your shortcut, right click and choose Properties. Shortcut Target will be highlighted.
  • Press the "End" key and add to the end of the target the desired options (" -solo 5" for instance). The changed target line will look like this:
"C:\Program Files\BZFlag2.0.8\bzflag.exe" -solo 5
  • This icon will start a game with 5 bots. You can start a server on your own computer from within BZFlag if desired.