You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Mind you, if you are modding, please try testing your bug in a clean version of the engine instead, this ensures the bug is actually caused by the engine itself.
This is the same script I mentioned in the previous issue.
function onEvent(name, value1, value2)
if name == 'playVideo' then
startVideo(value1)
return Function_Stop
end
return Function_Continue
end
Sure, the video works now, but I can't even control shit except for pausing. The song and vocals still play tho.
Describe your bug here.
Mind you, if you are modding, please try testing your bug in a clean version of the engine instead, this ensures the bug is actually caused by the engine itself.
This is the same script I mentioned in the previous issue.
Sure, the video works now, but I can't even control shit except for pausing. The song and vocals still play tho.
Command Prompt/Terminal logs (if existing)
https://streamable.com/9oum0l
Are you modding a build from source or with Lua?
Lua
Which branch of the engine are you using?
Latest (main)
What is your build target?
Windows
Did you edit anything in this build? If so, mention or summarize your changes.
N/A