List of client commands/cam: Difference between revisions

From Vintage Story Wiki
(Added link to client commands)
Tags: Mobile edit Mobile web edit
(Marked this version for translation)
 
(One intermediate revision by the same user 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 14: Line 19:
** <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).
** <code>.cam gui [0 or 1]</code><br /> If one, will disable the guis during the duration of the recording (default on).
<noinclude><br/>[[List of client commands]]</noinclude>
</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