Adjustable FPS Video Recording
From Vintage Story Wiki
Vintage Story comes with an inbuilt video recording system that ensures the video to be in sync with the game's framerate, so even if the recording itself has low fps, the resulting video will have a high frame rate. While this tool is currently only available through chat commands you can always use the macro manager to put any sequence of commands on a keyboard key of your choosing.
Note:
- The video recorder does not currently support audio recording.
- You can use the video recorder and cinematic camera in conjunction by using the command
.cam rec
.
.vrec [start|stop|toggle|codec|videofps|tickfps|filetarget]
The cinematic camera tool system.
.vrec start
: Starts the recording of the video.
.vrec stop
: Stops the recording of the video.
.vrec toggle
: Starts the recording if not currently recording and stops it if currently recording.
.vrec codec
: Sets the encoder of the output video. For X264 you have to install [x264vfw].
.vrec videofps
: Sets the framerate of the output video.
.vrec tickfps
: Sets the tick framerate of the game. You probably want it to be the same as the videofps.
.vrec filetarget
: Sets the path to where the video should be written to (default is the 'My Videos' folder).
See also : Special:MyLanguage/List of client commands
Wondering where some links have gone?
The modding navbox is going through some changes! Check out Navigation Box Updates for more info and help finding specific pages.
Modding | |
---|---|
Modding Introduction | Getting Started • Theme Pack |
Content Modding | Content Mods • Developing a Content Mod • Basic Tutorials • Intermediate Tutorials • Advanced Tutorials • Content Mod Concepts |
Code Modding | Code Mods • Setting up your Development Environment |
Property Overview | Item • Entity • Entity Behaviors • Block • Block Behaviors • Block Classes • Block Entities • Block Entity Behaviors • Collectible Behaviors • World properties |
Workflows & Infrastructure | Modding Efficiency Tips • Mod-engine compatibility • Mod Extensibility • VS Engine |
Additional Resources | Community Resources • Modding API Updates • Programming Languages • List of server commands • List of client commands • Client startup parameters • Server startup parameters Example Mods • API Docs • GitHub Repository |