World: Difference between revisions

From DDraceNetwork
(moved out tile collision stuff to a separate article)
(killbox information)
Line 1: Line 1:
{{LangNavBox}}
{{LangNavBox}}
{{stub}}
{{stub}}
The game world is a rectangular, two-dimensional grid of tiles.  
The game world is a rectangular, two-dimensional grid of tiles. Tees can interact with each other and the world through collisions, weapons, switches, and more.  
 
Imagine each tile being made up of a matrix of smaller, sub-squares. Each of these sub-squares represents a single, unique position that a tee can occupy at any given time, with one sub-square representing a possible center of a tee's position.
 
* One tile in the world has a width and height of 32 units. (This means a tee can occupy a total of 1024 unique positions inside a single tile.)


== Border Tiles ==
== Border Tiles ==
Line 11: Line 7:


== Killbox ==
== Killbox ==
The game world is contained within a killbox, which starts 200 tiles past the border in each cardinal direction. The killbox is made up of kill tiles, but are unique in the sense that they share the standard DDRace tile hitbox rather than a kill tile hitbox. Any projectiles (nade,  
The game world is contained within a killbox, which starts 200 tiles past the border in each cardinal direction. The killbox is made up of kill tiles, but are unique in the sense that they share the standard DDRace tile hitbox rather than a kill tile hitbox. Any projectiles (grenades, bullets) will have their lifetimes ended upon impact with the killbox. This allows one to grenade jump using the killbox as a "wall".


Border tiles take precedence but will not overwrite killbox tiles.
Border tiles take precedence but will not overwrite killbox tiles.


Although it may seem possible to skip past the killbox with  
Although it may seem possible to skip past the killbox with a [[Telegun|tele laser]], any tees past the killbox border will automatically be killed, even if they are positioned past the visual killbox.
[[Category:Game-Mechanic]]
[[Category:Game-Mechanic]]
[[Category:World]]
[[Category:World]]

Revision as of 04:45, 16 April 2022

EnglishEspañolPortuguês (Brasil)УкраїнськаРусский简体中文DeutschItalianoFrançaisCatalàTürkçe한국어

This article is a Stub. You can help us by editing and improving it.

The game world is a rectangular, two-dimensional grid of tiles. Tees can interact with each other and the world through collisions, weapons, switches, and more.

Border Tiles

If tiles are placed on the border of a map, they will repeat infinitely in the game world. Example: A tile placed at X: 0, Y: 4 results in tiles repeating infinitely to the left.

Killbox

The game world is contained within a killbox, which starts 200 tiles past the border in each cardinal direction. The killbox is made up of kill tiles, but are unique in the sense that they share the standard DDRace tile hitbox rather than a kill tile hitbox. Any projectiles (grenades, bullets) will have their lifetimes ended upon impact with the killbox. This allows one to grenade jump using the killbox as a "wall".

Border tiles take precedence but will not overwrite killbox tiles.

Although it may seem possible to skip past the killbox with a tele laser, any tees past the killbox border will automatically be killed, even if they are positioned past the visual killbox.