BO3 MODDTOOLS TUTORIAL: Play custom videos in-game
HANDBRAKE OLD VERSION:
https://handbrake.fr/rotation.php?file=HandBrake-1.1.2-x86_64-Win_GUI.exe&old=true
#using scripts\shared\lui_shared;
//add in main function at the bottom
thread init_video1();
thread init_video2();
function init_video_1()
{
trig = GetEnt("trigger_movie","targetname");
trig waittill("trigger", player);
player lui::play_movie("my_video", "fullscreen", true);
//level lui::play_movie("my_video", "fullscreen");
}
function init_video_2()
{
trig = GetEnt("trigger_movie2","targetname");
while(1)
{
trig waittill("trigger", player);
VideoStart("my_video",true);
trig waittill("trigger", player);
VideoPause("my_video");
trig waittill("trigger", player);
VideoUnpause("my_video");
trig waittill("trigger", player);
VideoStop("my_video");
}
}
Other Videos By Symbo
Other Statistics
Counter-Strike 2 Statistics For Symbo
There are 1,456 views in 3 videos for Counter-Strike 2. Less than an hour worth of Counter-Strike 2 videos were uploaded to his channel, or 1.02% of the total watchable video on Symbo's YouTube channel.