
3D Camera slider.
Generator a video from screenshots.
Description
This mod functions a little differently to how normal camera mods work, where other camera mods allow for you to capture your screen using the games display, this mod captures a video by pausing the world and capturing a screenshot at each frame location. This should in theory make this camera ignore any ingame lag, and always produce a smooth output video.
The pipeline is therefore the following: Capture screenshots using this mod, then assemble those screenshots into a video.
This unfortunately comes with the downside that no audio is captured with the video clip.
Keybinds:
Press F7 to place spline points in the world. (Spline points are the points which the camera will traverse though)
Press F9 to fly though the camera path without recording images. Press F10 to capture images while flying through the camera path.
Pressing the + and - keys on the notepad will change the daytime, such that shoots can be taken with a time transition.
Pressing L enters editing mode and makes the mouse visible on the screen. The mouse can then be used to put down new orange nodes by clicking on an arrow on the camera path. By clicking on an orange ball its placement can be altered.
The path time can be set by doing /cam time 35, which will set the camera path time to 35 seconds. The time between the orange nodes is constant, such that the time between any two nodes will be the amount of nodes (-1) divided by the full path time.
Doing /cam path “C:/imageFolder” allows for the specific output folder to be set. /cam fps 30 allows for the fps of the final recording to be set.
/cam save, saves the current path to the config file. /cam load, loads the path in the config file, this overwrites the current settings.
A word of warning: This mod leaves its markers behind in the world, if it is saved while a path is visible. Therefore please do not save hvile a path exists.
The edit mode hides the player's hud canvas, which means that clicking the escape button while in editing mode gets the player stuck in a state where the menu is hidden and nothing is clickable.
Theres a script available for download which will assemble all the screenshots in the screenshot directory and delete them afterwards: https://github.com/PepiHax/FrameTimerCamera/blob/main/VideoFile.py
The script is also available as a exe file under releases, this is the same script, but packed with its own python runtime, i.e just click the exe, theres no reason to download and install python.
Inorder to assemble the images into a video:
https://theailearner.com/2018/10/15/creating-video-from-images-using-opencv-python/
Opencv provides a easy way to do this with python.
Feel free to contact me on discord if this gives you any problems. Hax#2731
Showcase video: https://youtu.be/DKGSqiHzWkE , https://youtu.be/iavcUkz7vU0
Icon by Deantedo#4265
Versions
How to Install 3D Camera slider. on Your Server
Order Satisfactory Server
Order a Satisfactory server with at least 4 GB RAM (6 GB recommended). For multiplayer: per 4 players.
Install Mod
Open the mod manager in the dashboard and search for "3D Camera slider.". Installation dependencies are installed automatically.
Restart Server
Restart the server so the mod is loaded. Players need to have the mod installed locally as well.
Frequently Asked Questions
3D Camera slider. not working after update – what to do?
After a Satisfactory update, mods need to be updated. Check ficsit.app whether 3D Camera slider. has been updated for the new game version. With Mado Hosting: open the mod manager and click "Update All". If the mod hasn't been updated yet, temporarily remove it so the server starts.
3D Camera slider. causing crashes in multiplayer – solution
Most common cause: all players must have exactly the same mod version installed. Check server logs for "ModMismatch" or "Version Conflict". Ensure all players use 3D Camera slider. v1.2.5 and the same SML. With Mado Hosting, Satisfactory servers run with 6 GB RAM for stable multiplayer performance.
Is 3D Camera slider. compatible with other Satisfactory mods?
3D Camera slider. uses the Satisfactory Mod Loader (SML). Generally, SML-based mods are cross-compatible, but mods modifying the same game systems can cause conflicts. Test new mod combinations on a backup save. The Mado dashboard automatically detects known conflicts and warns you.
Rent 3D Camera slider. Server
Play 3D Camera slider. on your own Satisfactory server with mod support.
Mod Information
- Author
- PepiHax
- Latest Version
- v1.2.5
- Created
- September 26, 2021
- Last Updated
- July 8, 2026
- Source Code
- GitHub →