Video script - Pico8430/PsychEngineScriptsIUse GitHub Wiki
This script runs when a song is played on Story Mode, and it basically shows, an animated cutscene.
File directory
File info
- videoscript.lua
Works as a normal script, and this runs the video that will appear when a song its about to be played.
Putting a video
(Note that it needs to be a 1280x720 resolution video)
Setting up the script
Replace this text with your video name.
Result
Do not
Insert a video name on the code that doesnt exist, it will stop everything.
Insert a video that isnt in 1280x720 resolution.
Mess around with the code, dont do it.