List of client commands/cam: Difference between revisions

From Vintage Story Wiki
(update description)
(Marked this version for translation)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<!--T:1-->
<onlyinclude>
* <code>.cam [p|rp|cp|up|goto|start|loop|stop|clear|load|save|alpha|tp]</code><br /> The cinematic camera tool system.
* <code>.cam [p|rp|cp|up|goto|start|loop|stop|clear|load|save|alpha|tp]</code><br /> The cinematic camera tool system.
** <code>.cam p</code><br /> Adds the current position to the list of places to visit.
** <code>.cam p</code><br /> Adds the current position to the list of places to visit.
Line 6: Line 11:
** <code>.cam goto [num]</code><br /> Go to point <code>num</code> by teleport.
** <code>.cam goto [num]</code><br /> Go to point <code>num</code> by teleport.
** <code>.cam clear</code><br /> Clears the list of all points.
** <code>.cam clear</code><br /> Clears the list of all points.
** <code>.cam start</code><br /> Starts the cinematic camera, i.e. it will smoothly traverse all points.
** <code>.cam start [time]</code><br /> Starts the cinematic camera, the camera will complete the path in the given number of seconds.
** <code>.cam rec [real seconds] [video seconds]</code><br /> Play path and record to .avi file.
** <code>.cam stop</code><br /> Stops the cinematic camera.
** <code>.cam stop</code><br /> Stops the cinematic camera.
** <code>.cam save</code><br /> Exports the current list of points into your clipboard, which you then can paste into any text editor.
** <code>.cam save</code><br /> Exports the current list of points into your clipboard, which you then can paste into any text editor.
Line 12: Line 18:
** <code>.cam tp [0 or 1]</code><br /> Toggles whether to teleport you back to your previous position after the camera path has been completed.
** <code>.cam tp [0 or 1]</code><br /> Toggles whether to teleport you back to your previous position after the camera path has been completed.
** <code>.cam alpha [0..1]</code><br /> Modifies how the smoothly the points are traversed by the camera.
** <code>.cam alpha [0..1]</code><br /> Modifies how the smoothly the points are traversed by the camera.
** <code>.cam gui [0 or 1]</code><br /> If one, will disable the guis during the duration of the recording (default on).
</onlyinclude>
<!--T:2-->
[[List of client commands]]
</translate>

Latest revision as of 09:05, 18 May 2023

Other languages:


  • .cam [p|rp|cp|up|goto|start|loop|stop|clear|load|save|alpha|tp]
    The cinematic camera tool system.
    • .cam p
      Adds the current position to the list of places to visit.
    • .cam rp
      Removes the last added point.
    • .cam cp
      "Close path". Connects the path to the first position in the list. Useful in combination with .cam loop to create a looping camera path.
    • .cam up [num]
      Update the position and viewing angle of point num to the current location.
    • .cam goto [num]
      Go to point num by teleport.
    • .cam clear
      Clears the list of all points.
    • .cam start [time]
      Starts the cinematic camera, the camera will complete the path in the given number of seconds.
    • .cam rec [real seconds] [video seconds]
      Play path and record to .avi file.
    • .cam stop
      Stops the cinematic camera.
    • .cam save
      Exports the current list of points into your clipboard, which you then can paste into any text editor.
    • .cam load [data]
      Import supplied list of points.
    • .cam tp [0 or 1]
      Toggles whether to teleport you back to your previous position after the camera path has been completed.
    • .cam alpha [0..1]
      Modifies how the smoothly the points are traversed by the camera.
    • .cam gui [0 or 1]
      If one, will disable the guis during the duration of the recording (default on).


List of client commands