Difference between revisions of "Bugs"

From Stunts Wiki
(New page: Originally, "bug" designed a problem caused by insects (bugs) present inside the very first computers and that made the "computer" crash. This situation happened really and the name remain...)
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Originally, "bug" designed a problem caused by insects (bugs) present inside the very first computers and that made the "computer" crash. This situation happened really and the name remained. A real "bug" like this one can be seen at the beginning of the movie ''Brazil''.
 
Originally, "bug" designed a problem caused by insects (bugs) present inside the very first computers and that made the "computer" crash. This situation happened really and the name remained. A real "bug" like this one can be seen at the beginning of the movie ''Brazil''.
  
Nowadays, a bug is the name given to a programmation error. As programmers usually say, "It's not a bug, it's an undocumented feature !" (part of the Murphy's law adapted to computers, see external links).
+
Nowadays, a bug is the name given to a programming error. As programmers usually say, "It's not a bug, it's an undocumented feature !" (part of the Murphy's law adapted to computers, see external links).
  
Bugs mentionned below are known for PC versions, Amiga version of the game is almost bug-free.
+
Bugs mentioned below are known for [[Game versions#PC versions|PC versions]]. The [[4D Sports Driving 1.2|Amiga]] version of the game is almost bug-free.
  
  
=Collision bugs=
+
==Collision bugs==
  
 
Stunts game engine is based upon vector graphics, but it is known to have not been optimized.
 
Stunts game engine is based upon vector graphics, but it is known to have not been optimized.
 
Therefore, it happens that some bugs happen during collisions, like the car going up straight to the sky after landing at the border of an elevated road.
 
Therefore, it happens that some bugs happen during collisions, like the car going up straight to the sky after landing at the border of an elevated road.
  
Also, it is possible to go through the wall of a cork up/down at slow speed, or you can change car direction and go backward with appropriated trick at the top of a loop.
+
Also, it is possible to go through the wall of a [[cork up/down]] at slow speed, or you can change car direction and go backward with appropriated trick at the top of a loop.
  
Some other known collision bugs are going through loop basement or through concrete blocks in some conditions (speed and wheel direction).
+
Some other known collision bugs are going through [[Loop bug|loop basement]] or through [[Slalom bug|concrete blocks]] in some conditions (speed and wheel direction).
  
 
Collision bugs are numerous in the game, and they are obviously a part of the game interest.
 
Collision bugs are numerous in the game, and they are obviously a part of the game interest.
  
  
=Graphic bugs=
+
==Graphic bugs==
  
 
Stunts game engine displays only a few squares in front of the car, and the hills or scenery appears progressively, with a high clipping. but sometimes, it happens that elements don't appear in correct order : you can see what is behind a hill without seeing the hill for example. This graphic bug appears rarely, and only when car is at certain position compared to the concerned track elements.
 
Stunts game engine displays only a few squares in front of the car, and the hills or scenery appears progressively, with a high clipping. but sometimes, it happens that elements don't appear in correct order : you can see what is behind a hill without seeing the hill for example. This graphic bug appears rarely, and only when car is at certain position compared to the concerned track elements.
Line 25: Line 25:
  
  
=Powergear=
+
==Powergear==
  
 
Another main bug of the game is the ability of some cars to reach an extra speed named [[Power_Gear|powergear]] in which they don't slow when racing on the grass. Check the [[Power_Gear|powergear]] page for detailled informations regarding this feature.
 
Another main bug of the game is the ability of some cars to reach an extra speed named [[Power_Gear|powergear]] in which they don't slow when racing on the grass. Check the [[Power_Gear|powergear]] page for detailled informations regarding this feature.
  
  
=external links=
+
==External links==
  
 
Murphy's law adapted to computers : http://www.murphys-laws.com/murphy/murphy-computer.html
 
Murphy's law adapted to computers : http://www.murphys-laws.com/murphy/murphy-computer.html

Latest revision as of 05:59, 28 February 2010

Originally, "bug" designed a problem caused by insects (bugs) present inside the very first computers and that made the "computer" crash. This situation happened really and the name remained. A real "bug" like this one can be seen at the beginning of the movie Brazil.

Nowadays, a bug is the name given to a programming error. As programmers usually say, "It's not a bug, it's an undocumented feature !" (part of the Murphy's law adapted to computers, see external links).

Bugs mentioned below are known for PC versions. The Amiga version of the game is almost bug-free.


Collision bugs

Stunts game engine is based upon vector graphics, but it is known to have not been optimized. Therefore, it happens that some bugs happen during collisions, like the car going up straight to the sky after landing at the border of an elevated road.

Also, it is possible to go through the wall of a cork up/down at slow speed, or you can change car direction and go backward with appropriated trick at the top of a loop.

Some other known collision bugs are going through loop basement or through concrete blocks in some conditions (speed and wheel direction).

Collision bugs are numerous in the game, and they are obviously a part of the game interest.


Graphic bugs

Stunts game engine displays only a few squares in front of the car, and the hills or scenery appears progressively, with a high clipping. but sometimes, it happens that elements don't appear in correct order : you can see what is behind a hill without seeing the hill for example. This graphic bug appears rarely, and only when car is at certain position compared to the concerned track elements.

You can also "force" graphic bugs when doing illusion tracks, check this part of the wiki for more informations.


Powergear

Another main bug of the game is the ability of some cars to reach an extra speed named powergear in which they don't slow when racing on the grass. Check the powergear page for detailled informations regarding this feature.


External links

Murphy's law adapted to computers : http://www.murphys-laws.com/murphy/murphy-computer.html