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
(Dimensions)
m (removed non existent wiki link and placed name in bold)
 
(17 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 
The tank is the primary avatar of the player in BZFlag.[[image:Blue_tank_small.png|right]]
 
The tank is the primary avatar of the player in BZFlag.[[image:Blue_tank_small.png|right]]
  
==Overview==
+
==2.0.10 and earlier==
BZFlag was inspired by the game [http://en.wikipedia.org/wiki/Battlezone "BattleZone"] by [http://en.wikipedia.org/wiki/Atari Atari, Inc]. The BZFlag tank model has been in the game since it's inception, and been an integral part of game play.
+
This Classic BZFlag tank model has been in the game since its inception, and is an integral part of game play.  This tank model 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 classic tank model is [http://en.wikipedia.org/wiki/Hardcoded hard coded] as a series of [http://en.wikipedia.org/wiki/OpenGL OpenGL] instructions in the [[BZFlag Source]] code. The model may not be changed externally without 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.
+
The 2.0.10 tank model has been exported from the code, and can be found as a wavefront obj file at https://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/bzflag/misc/tank.obj This model is licensed under the LGPL as it is pulled from the bzflag sources.
 +
This can be imported into most 3d modeling packages.
  
==Appearance==
+
===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 tank model has 7 different colors, or "skins", that it can appear in. The color of the tank results from the team in which the tank is playing, or some other game logic (such as Hunters and Rabbits in [[Rabbit Hunt]])  
 
The 7 tank colors are as follows:
 
The 7 tank colors are as follows:
 
<gallery>
 
<gallery>
Line 23: Line 24:
 
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.
 
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==
+
===Dimensions===
The Tank is 8.04 [[World units|world units]] long, 2.8 units wide, and 2.08 units tall as shown here:
+
[[image:Tank_sizes.png|frame|right|Tank dimensions in [[world units]]]]
[[image:Tank_sizes.png]]
+
The Tank's visible model is 8.04 [[world units]] long, 2.8 [[World units|units]] wide, and 2.05 [[World units|units]] tall as shown in the image. If one assumes that one [[World units|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.
Also, the turret is 1.6 world units high. This means that a tank can barely shoot over a box 1.5 world units high.
+
If one assumes that one [[World units|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 bounding box (used in collisions with world objects) is 6 [[world units]] long, 2.8 [[World units|units]] wide, and 2.05 [[World units|units]] tall, and does not include the barrel forward of the tip of the treads. The muzzle of the barrel is 1.57 (visually only 1.53) [[World units|world units]] from the ground, meaning that a tank can shoot over a box 1.5 [[World units|units]] high.
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.
+
 
 +
===History===
 +
The tank model was originally created by '''Tamar Cohen''' for the first versions of BZFlag and has since been extended and modified by the BZFlag developers.
 +
 
 +
==Future Versions==
 +
The tank model will most likely be redone for a future version. [[Image:3 0 tank test render.png]]
 +
 
 +
It will be an external loaded model and have the same basic dimensions as the older tank.
  
 
[[Category:Concepts]]
 
[[Category:Concepts]]
 
[[Category:Map Making]]
 
[[Category:Map Making]]

Latest revision as of 16:36, 23 July 2016

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

2.0.10 and earlier[edit]

This Classic BZFlag tank model has been in the game since its inception, and is an integral part of game play. This tank model 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 classic tank model is hard coded as a series of OpenGL instructions in the BZFlag Source code. The model may not be changed externally without modifications to the game client itself.

The 2.0.10 tank model has been exported from the code, and can be found as a wavefront obj file at https://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/bzflag/misc/tank.obj This model is licensed under the LGPL as it is pulled from the bzflag sources. This can be imported into most 3d modeling packages.

Appearance[edit]

The tank model has 7 different colors, or "skins", that it can appear in. The color of the tank results from the team in which the tank is playing, or some other game logic (such as Hunters and Rabbits in Rabbit Hunt) 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[edit]

Tank dimensions in world units

The Tank's visible model is 8.04 world units long, 2.8 units wide, and 2.05 units tall as shown in the image. 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.

The tank bounding box (used in collisions with world objects) is 6 world units long, 2.8 units wide, and 2.05 units tall, and does not include the barrel forward of the tip of the treads. The muzzle of the barrel is 1.57 (visually only 1.53) world units from the ground, meaning that a tank can shoot over a box 1.5 units high.

History[edit]

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

Future Versions[edit]

The tank model will most likely be redone for a future version. 3 0 tank test render.png

It will be an external loaded model and have the same basic dimensions as the older tank.