-
-
Notifications
You must be signed in to change notification settings - Fork 3
Workshop
KiwifruitDev edited this page Jul 22, 2023
·
12 revisions
This page illustrates how to submit custom video/audio effects to the Steam Workshop.
- Nonsensical Video Generator installed on Steam.
Effects can easily be created using a template from within the software.
To do so, open Nonsensical Video Generator and head to the Effects tab.
Then, click on the Workshop Effect Management button to start the process.
The following interactable controls are available:
-
Effect Name
- The name of the effect. This will be used as the title of the effect in the Steam Workshop and will be suffixed by "Effect".
- Default:
My Effect
-
Effect File Name
- The internal name of the effect. This will be used as the name of the effect's folder and file under a
.lua
extension. - Default:
myeffect
- The internal name of the effect. This will be used as the name of the effect's folder and file under a
-
Minimal Template
- Toggles whether to use the minimal template or not.
- Default:
Off
-
Back
- Returns to the Effects tab.
-
Reload All
- Removes all effect libraries, updates Steam Workshop subscriptions, and re-queries Lua scripts.
- This should be pressed after updating the effect script as they are only run once otherwise.
-
Create
- Creates the effect using the specified parameters and returns to the Effects tab.