https://github.com/williamvenner/gmod-smoothcam
Garry's Mod cinematic tool for smooth + precise camera interpolation along defined paths
https://github.com/williamvenner/gmod-smoothcam
cinematic garrysmod
Last synced: 10 months ago
JSON representation
Garry's Mod cinematic tool for smooth + precise camera interpolation along defined paths
- Host: GitHub
- URL: https://github.com/williamvenner/gmod-smoothcam
- Owner: WilliamVenner
- License: mit
- Created: 2020-12-07T23:39:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T06:18:19.000Z (about 5 years ago)
- Last Synced: 2024-10-11T11:34:14.129Z (over 1 year ago)
- Topics: cinematic, garrysmod
- Language: Lua
- Homepage:
- Size: 13.7 KB
- Stars: 31
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SmoothCam
SmoothCam is a cinematic utility for Garry's Mod which provides smooth and precise camera movement along defined paths.
One of the main features of this utility is that the smoothing can be framerate-locked, allowing for the guaranteed rendering of every single frame. However, third-party video editing software must be used to remove any duplicate frames as a result of lag.
[](https://i.venner.io/GrIwzn1ZkM.mp4)
### Usage
```
] smoothcam help
SmoothCam: Made by Billy (STEAM_0:1:40314158)
SmoothCam: TIP: You can press E (your +use bind) to cancel playing a sequence
SmoothCam: TIP: Sine in/out easing is on by default. To turn it off for a linear sequence, use the linear command.
SmoothCam: help
SmoothCam: Shows this list of commands
SmoothCam: play
SmoothCam: Plays the currently setup sequence
SmoothCam: reset
SmoothCam: Resets all smooth camera points
SmoothCam: add
SmoothCam: Adds a new camera point where you are standing & looking
SmoothCam: remove
SmoothCam: Removes the last camera point
SmoothCam: remove
SmoothCam: Removes the camera point at the given index
SmoothCam: list
SmoothCam: Lists all setup camera points
SmoothCam: time
SmoothCam: Sets the playback time in seconds for the entire sequence.
SmoothCam: fps
SmoothCam: Locks the FPS for the entire sequence.
SmoothCam: Set this to 0 to unlock the framerate.
SmoothCam: sv_cheats must be on for FPS < 30
SmoothCam: ease
SmoothCam: Enables easeInOutSine easing for each point.
SmoothCam: linear
SmoothCam: Disables any easing.
SmoothCam: save
SmoothCam: Saves the camera points to a file with the given name
SmoothCam: load
SmoothCam: Loads the camera points from the file with the given name
SmoothCam: forget
SmoothCam: Deletes the camera points file with the given name
SmoothCam: saved
SmoothCam: Lists all saved camera point files
```