Difference between revisions of "Custom Camera"

From Armagetron
Line 1: Line 1:
There are alot of different Custom Camera veiws. What they do is center the camera behind the user at the coordinates selected by the input, its locked in positon so wont move like smart cam. You can make their own or use other players veiws. In order to set these, you have to have a "Con button". Set this in global keyboard settings. Once you have that, press your Con button. The commands are CAMERA_CUSTOM_BACK distanceGoesHere, CAMERA_CUSTOM_RISE distanceGoesHere, and CAMERA_CUSTOM_PITCH distanceGoesHere. Once you've got a suitable camera setting for your playing abilitys and prefrences you exit the game and open the armagetronad file. Go into the settings file, and alter the relative settings somewhere down the list to equal the settings you made in game. You can use decimals in these settings. NOTE: If you enter the settings in game they dont save, you have to edit the config file. You can use C (default) to switch through camera veiws, or go into player settings and camera setup, and switch the camera veiw to "Custom".
+
== About ==
 +
The custom camera, unlike the smart camera, does not swing widely around when you turn, and it stays at a fixed pitch, rise, and back.
  
 +
== Settings ==
 +
There are three settings that affect your custom_camera:
 +
* <code>camera_custom_back </code> -- The position of the camera behind the cycle
 +
* <code>camera_custom_pitch</code> -- The angle the camera is at
 +
* <code>camera_custom_rise</code> -- The height of the camera
  
A few known camera veiws are (NOTE: This is in Back,Rise,Pitch format):
+
You must edit these setting in your configuration files to make them become permanent. If the settings are changed through the console they will be lost upon quit.
  
3.1,2,-.5
+
== Examples ==
 +
=== Default settings ===
 +
* <code>camera_custom_back 30</code>
 +
* <code>camera_custom_pitch -0.7</code>
 +
* <code>camera_custom_rise 20</code>
  
6.5,5,-.5
+
=== nemostultae's settings ===
 +
* <code>camera_custom_back 20</code>
 +
* <code>camera_custom_pitch -1</code>
 +
* <code>camera_custom_rise 20</code>
  
 +
=== Miscellaneous Settings ===
  
Feel free to add more as you discover them.
+
==== 1 ====
 +
* <code>camera_custom_back 3.1</code>
 +
* <code>camera_custom_pitch -0.5</code>
 +
* <code>camera_custom_rise 2</code>
 +
 
 +
==== 2 ====
 +
* <code>camera_custom_back 6.5</code>
 +
* <code>camera_custom_pitch -0.5</code>
 +
* <code>camera_custom_rise 5</code>

Revision as of 00:29, 22 October 2005

About

The custom camera, unlike the smart camera, does not swing widely around when you turn, and it stays at a fixed pitch, rise, and back.

Settings

There are three settings that affect your custom_camera:

  • camera_custom_back -- The position of the camera behind the cycle
  • camera_custom_pitch -- The angle the camera is at
  • camera_custom_rise -- The height of the camera

You must edit these setting in your configuration files to make them become permanent. If the settings are changed through the console they will be lost upon quit.

Examples

Default settings

  • camera_custom_back 30
  • camera_custom_pitch -0.7
  • camera_custom_rise 20

nemostultae's settings

  • camera_custom_back 20
  • camera_custom_pitch -1
  • camera_custom_rise 20

Miscellaneous Settings

1

  • camera_custom_back 3.1
  • camera_custom_pitch -0.5
  • camera_custom_rise 2

2

  • camera_custom_back 6.5
  • camera_custom_pitch -0.5
  • camera_custom_rise 5