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

Difference between revisions of "Tank"

From BZFlagWiki
Jump to: navigation, search
m (Appearance)
m (Category:Map_making to Category:Map Making)
Line 6: Line 6:
 
The tank has received few graphical upgrades over the years, and looks today much the same as it has since the first version of the game.  
 
The tank has received few graphical upgrades over the years, and looks today much the same as it has since the first version of the game.  
  
The tank model is currently [http://en.wikipedia.org/wiki/Hardcoded hardcoded] as a series of [http://en.wikipedia.org/wiki/OpenGL OpenGL] instruction in the [[BZFlag Source]] code. The model may not be changed externally with out modifications to the game client itself.
+
The tank model is currently [http://en.wikipedia.org/wiki/Hardcoded hard coded] as a series of [http://en.wikipedia.org/wiki/OpenGL OpenGL] instruction in the [[BZFlag Source]] code. The model may not be changed externally with out modifications to the game client itself.
  
 
==Appearance==
 
==Appearance==
Line 13: Line 13:
 
<gallery>
 
<gallery>
 
image:Red_tank.png‎|Red Team Tank
 
image:Red_tank.png‎|Red Team Tank
image:Blue_tank.png‎|BlueTeam Tank
+
image:Blue_tank.png‎|Blue Team Tank
 
image:Green_tank.png‎|Green Team Tank
 
image:Green_tank.png‎|Green Team Tank
 
image:Purple_tank.png‎|Purple Team Tank
 
image:Purple_tank.png‎|Purple Team Tank
Line 33: Line 33:
  
 
[[Category:Concepts]]
 
[[Category:Concepts]]
[[Category:Map_making]]
+
[[Category:Map Making]]

Revision as of 20:10, 11 March 2007

The tank is the primary avatar of the player in BZFlag.
Blue tank small.png

Overview

BZFlag was inspired by the game "BattleZone" by Atari, Inc. The BZFlag tank model has been in the game since it's inception, and been an integral part of game play.

The tank has received few graphical upgrades over the years, and looks today much the same as it has since the first version of the game.

The tank model is currently hard coded as a series of OpenGL instruction in the BZFlag Source code. The model may not be changed externally with out modifications to the game client itself.

Appearance

The Tank model has a total of 7 different colors or "skins" that it can appear in. The color of the tank results from the team the tank player is on at the current moment, or some other game logic ( such as Hunters and Rabbits in Rabbit Chase ) The 7 tank colors are as follows:

Depending on an individual client's graphical settings, the tank may have animated treads and spinning wheels. The tanks shown are the most basic version of the tank.

Dimensions

The Tank is 8.04 world units long, 2.8 units wide, and 2.08 units tall as shown here: Tank sizes.png

If one assumes that one world unit is equivalent to one real world meter, then the tank would be 26 feet 4.5 inches long 9 feet 2 inches wide, and 6 feet 10 inches tall.

History

The tank model was trigonally created by Tamar Cohen for the first versions of BZFlag and has since been extended and modified by the BZFlag developers.