]> git.rm.cloudns.org Git - xonotic/xonotic.wiki.git/commitdiff
Restructure
authorBuddyFriendGuy <bfggeneral@gmail.com>
Sun, 17 May 2015 15:16:38 +0000 (15:16 +0000)
committerBuddyFriendGuy <bfggeneral@gmail.com>
Sun, 17 May 2015 15:16:38 +0000 (15:16 +0000)
Recording/Demo_Camera.markdown [new file with mode: 0644]
Recording/Demo_Camera.md [deleted file]

diff --git a/Recording/Demo_Camera.markdown b/Recording/Demo_Camera.markdown
new file mode 100644 (file)
index 0000000..91fcdbe
--- /dev/null
@@ -0,0 +1,45 @@
+Demo Camera
+===========
+
+The demo camera allows you to customize camera position and angles during demo playback. It was designed mainly for video recording, not for spectating complete matches although maybe you can use it for this purpose depending on the map.
+
+Note that depending on server configuration you might not see all players all the time in your demos, this is due to the anti-wallhack feature that works by not sending to you information about players you can’t see.
+
+Currently most camera options can be configured only using the console or config files. For more information about advanced configuration you can see Chapter 2 and Chapter 4 of the great [Nexuiz In Depth](http://www.youtube.com/user/NexuizInDepth) series by Green Marine. Also probably you will want to associate some camera commands to keyboard keys or mouse buttons, see this link for more information.
+
+Basic usage
+-----------
+
+### Enable camera
+
+This camera is available only during demo playback, to enable it you have to set the following variable (cvar)
+
+    camera_enable 1
+
+Instantly you will be able to look anywhere and change the camera position using standar movement keys. Use 0 instead of 1 to disable it :)
+
+### Camera angles
+
+Like I said before you can control vertical and horizontal angles using the mouse. To rotate the view you need to use the commands `+right` and `+left`. To move up and down, you can use `+moveup` and `+movedown`. Probably you will want to bind them to keyboard keys with something like:
+
+    bind UPARROW "+moveup"
+    bind DOWNARROW "+moveDOWN"
+    bind LEFTARROW "+left"
+    bind RIGHTARROW "+right"
+
+### Camera position
+
+Using standard movement keys you can move to right/left and forward/backward, also by default you can move up/down just looking up/down and moving forward/backward.
+For moving up/down you can use +moveup and +movedown.
+
+### Camera modes
+
+The camera has two modes: chase and free. By default the camera starts in chase mode, chaning the position according to player movements. To switch to free mode, where you can put the camera anywhere on the map, use:
+
+    camera_free 1
+
+Advanced usage
+--------------
+
+For more advanced configuration variables look for the prefix `camera_` in the advanced settings menu: Settings-\>Misc-\>Advanced Settings...
+
diff --git a/Recording/Demo_Camera.md b/Recording/Demo_Camera.md
deleted file mode 100644 (file)
index d2659b0..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-Demo Camera
-===========
-
-The demo camera allows you to customize camera position and angles during demo playback. It was designed mainly for video recording, not for spectating complete matches although maybe you can use it for this purpose depending on the map.
-
-Note that depending on server configuration you might not see all players all the time in your demos, this is due to the anti-wallhack feature that works by not sending to you information about players you can’t see.
-
-Currently most camera options can be configured only using the console or config files. For more information about advanced configuration you can see Chapter 2 and Chapter 4 of the great [Nexuiz In Depth](http://www.youtube.com/user/NexuizInDepth) series by Green Marine. Also probably you will want to associate some camera commands to keyboard keys or mouse buttons, see this link for more information.
-
-Basic usage
------------
-
-### Enable camera
-
-This camera is available only during demo playback, to enable it you have to set the following variable (cvar)
-
-    camera_enable 1
-
-Instantly you will be able to look anywhere and change the camera position using standar movement keys. Use 0 instead of 1 to disable it :)
-
-### Camera angles
-
-Like I said before you can control vertical and horizontal angles using the mouse. To rotate the view you need to use the commands `+roll_right` and `+roll_left`. Probably you will want to bind them to keyboard keys with something like:
-
-    bind e +roll_right
-    bind q +roll_left
-
-### Camera position
-
-Using standard movement keys you can move to right/left and forward/backward, also by default you can move up/down just looking up/down and moving forward/backward.
-For moving up/down you can use +moveup and +movedown.
-
-### Camera modes
-
-The camera has two modes: chase and free. By default the camera starts in chase mode, chaning the position according to player movements. To switch to free mode, where you can put the camera anywhere on the map, use:
-
-    camera_free 1
-
-Advanced usage
---------------
-
-For more advanced configuration variables look for the prefix `camera_` in the advanced settings menu: Settings-\>Misc-\>Advanced Settings...
-