GPBikes mods Wiki
Advertisement

This file is describing the camera available for the bike and their position.

numcameras = 6
camera0
{
	name = Tail Gyro
	position = 0, 1, -1
	rotation = 0, 0
	fov = 85
	gyro = 1
}
camera1
{
	name = Tank Gyro
	position = 0, 0.95, -0.02
	rotation = 0, 0
	fov = 100
	gyro = 1
}
...


numcameras indicates the total amount of camera described.

Each camera should have:

  • a name
  • its position relative to the chassis reference
  • its rotation if required
  • the fov (field of vision) : the angle view of the camera
  • if it is gyro stabilised (always keep the horizontal) or not. This parameter is optional
Advertisement