fredfred Posted May 26, 2013 Share Posted May 26, 2013 How did you add the video on your arma 3 mission where it says ahoyworld and all that jazz? Please respond iff possibly. Thank you! Link to comment Share on other sites More sharing options...
David Posted May 26, 2013 Share Posted May 26, 2013 Moved to correct location. Link to comment Share on other sites More sharing options...
tombguy5 Posted May 26, 2013 Share Posted May 26, 2013 If you are referring to when you first connect, you get the AW intro video... This is what you need to do... Step 1: Make Video (preferrably save in a .wav file format) Step 2: convert to .ogv file format (there are all sorts of converters in armaholic) Step 3: Put video file in mission folder (C:\Users\NAME\Documents\Arma 3 Alpha - Other Profiles\ProfileName\missions\nameofmission) Step 4: add this to your init.sqf file in the mission folder (if there isn't an init.sqf, go to notepad and save it as "init.sqf" on all file formats in your mission folder): [] spawn { scriptName "initMission.hpp: mission start"; ["name_of_video_file.ogv",0,0,848,480,true] spawn BIS_fnc_titlecard; }; Step 5: Now go ingame and open the mission and preview it and it should work! That's it. If you have any questions, please reply to me via Private Message and I will get to you asap Enjoy! - R. Berezon kamaradski and David 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now