Search the Community
Showing results for tags 'intro'.
Found 11 results
-
How do I make a title card before mission starts
icecreamshampoo posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
How do I make the beginning of a mission a black screen with the mission name that then fades into the game. Im new and dont know where to start. all tutorials are 10 years old so i joined this forum. thankyou -
Hey guys, I am currently planning an Intro sequence in a large multiplayer mission and I would like the players to shut the f*** up. Well, as it is the internet and its a lot of people, everybody will be talking during that sequence. As we are also using tfar, I can't seem to find a way to mute all the players during the sequence. Does anybody know a way how to achive this while the intro sequence is playing?
-
Hello guys i put my Working version of the Animated Opening Intro " same of Tac OPS " In first times , escuse my english 😉 Ok For the First step you need to creat 2 sqf file : timeline.sqf and initIntro.sqf In the eden editor you needto one intro with a player soldier.And save the intro. In your description.sqf enter this code : class CfgFunctions { class A3_Missions_F_Tacops { tag = "BIS"; project = "arma3"; #include "\A3\Missions_F_Tacops\cfgFunctions.inc" }; }; Now you need to add code in timeline.sqf . private _timeline = [ [ 0.000, { //playMusic "LeadTrack01_F_Tacops"; //0 fadeMusic 1; [MODE_BLACKIN,0,false] call bis_fnc_animatedScreen; 0 = [true, ["Guess what", "This is some text you're reading"], STYLE_TITLE_AND_SENTENCE] spawn BIS_fnc_TO_AS_ShowStaticText; } ], [ 4.7, { [MODE_BLACKOUT,3,false] call bis_fnc_animatedScreen; }], [ 7.709503, { // < Image 01 - //[MODE_DESTROY ] call bis_fnc_animatedScreen; //[MODE_INIT, [2,3,1.00] ] call bis_fnc_animatedScreen; playsound3D ["a3\Sounds_F_Tacops\SFX\Missions\c01_1.wss",player, false, getPosASL player, 0.35]; [MODE_RESET,[true,true]] call bis_fnc_animatedScreen; //[MODE_BLACKOUT, 0.01, true ] call bis_fnc_animatedScreen; [MODE_LAYER_CREATE, 1, "AOSlide1.jpg" ] call bis_fnc_animatedScreen; [MODE_LAYER_ROTATE, 1, 8,5 ] call bis_fnc_animatedScreen; [MODE_LAYER_ANIMATE, 1, 8,nil,1.1 ] call bis_fnc_animatedScreen; [MODE_LAYER_CREATE, C01_SLIDE5_ID_PARTICLEMIST, C01_SLIDE5_IMG_PARTICLEMIST, nil,0.5,1 ] call bis_fnc_animatedScreen; [MODE_LAYER_CREATE, C01_SLIDE5_ID_PARTICLEMIST2, C01_SLIDE5_IMG_PARTICLEMIST, nil,0.4,1.9 ] call bis_fnc_animatedScreen; [MODE_LAYER_ANIMATE, C01_SLIDE5_ID_PARTICLEMIST, 20, [0.7,0.65], nil, [0.3,0.65] ] call bis_fnc_animatedScreen; [MODE_LAYER_ANIMATE, C01_SLIDE5_ID_PARTICLEMIST2, 20, [0.3,0.65], nil, [0.7,0.65] ] call bis_fnc_animatedScreen; [MODE_LAYER_ROTATE, C01_SLIDE5_ID_PARTICLEMIST2, 10, -30 ] call bis_fnc_animatedScreen; [MODE_BLACKIN, 2, false ] call bis_fnc_animatedScreen; } ], [09.504309, { //0 = [localize "Amazing that you can read this!", STYLE_DYNAMIC_TOPLEFT, 0] spawn BIS_fnc_TO_AS_ShowDynamicText; } ], [10.055399, { //0 = [localize "Holy Shit", STYLE_DYNAMIC_CENTER1, 1] spawn BIS_fnc_TO_AS_ShowDynamicText; } ], [ 13.255399, { // Image 01 > //fade to black [MODE_BLACKOUT,2,false] call bis_fnc_animatedScreen; } ], [ 15.388489, { // < Text 01 //[MODE_DESTROY ] call bis_fnc_animatedScreen; //[MODE_INIT, [1,3,1.05] ] call bis_fnc_animatedScreen; [MODE_RESET,[true,true]] call bis_fnc_animatedScreen; [MODE_BLACKIN,0,false] call bis_fnc_animatedScreen; 0 = [true, [ "Amazing that you can read this!"], STYLE_ONE_SENTENCE] spawn BIS_fnc_TO_AS_ShowStaticText; } ], [ 20.059, { [MODE_BLACKOUT,3,false] call bis_fnc_animatedScreen; }], [ 23.071934, { // < Image 02 - //[ MODE_DESTROY ] call bis_fnc_animatedScreen; //[ MODE_INIT, [8,3,1.00] ] call bis_fnc_animatedScreen; playsound3D ["a3\Sounds_F_Tacops\SFX\Missions\c01_2.wss",player, false, getPosASL player, 0.23]; [ MODE_RESET,[true,true]] call bis_fnc_animatedScreen; [ MODE_BLACKOUT, 0.01, true ] call bis_fnc_animatedScreen; [ MODE_LAYER_CREATE, 2, "AOSlide2.jpg" ] call bis_fnc_animatedScreen; [ MODE_SKYBOX_CREATE, C01_SLIDE2_ID_SKYBOX, C01_SLIDE2_IMG_SKYBOX, 1, 30 ] call bis_fnc_animatedScreen; //[ MODE_LAYER_CREATE, C01_SLIDE2_ID_BLOOD_A, C01_SLIDE2_IMG_BLOOD_A ] call bis_fnc_animatedScreen; //[ MODE_LAYER_CREATE, C01_SLIDE2_ID_BLOOD_B, C01_SLIDE2_IMG_BLOOD_B ] call bis_fnc_animatedScreen; //[ MODE_LAYER_CREATE, C01_SLIDE2_ID_BLOOD_C, C01_SLIDE2_IMG_BLOOD_C ] call bis_fnc_animatedScreen; //[ MODE_LAYER_CREATE, C01_SLIDE2_ID_ABOVEBLOOD, C01_SLIDE2_IMG_ABOVEBLOOD ] call bis_fnc_animatedScreen; //[ MODE_LAYER_CREATE, C01_SLIDE2_ID_SOLDIER_WITH_AK, C01_SLIDE2_IMG_SOLDIER_WITH_AK ] call bis_fnc_animatedScreen; [ MODE_LAYER_FADE, [C01_SLIDE2_ID_BLOOD_A,C01_SLIDE2_ID_BLOOD_C], 0.001,0,1 ] call bis_fnc_animatedScreen; //fade away the black screen [MODE_BLACKIN,2,false] call bis_fnc_animatedScreen; //rotate background [MODE_LAYER_ROTATE, [2,C01_SLIDE2_ID_BLOOD_A,C01_SLIDE2_ID_BLOOD_B,C01_SLIDE2_ID_BLOOD_C,C01_SLIDE2_ID_ABOVEBLOOD],10,15] call bis_fnc_animatedScreen; [MODE_LAYER_ANIMATE, [2,C01_SLIDE2_ID_BLOOD_A,C01_SLIDE2_ID_BLOOD_B,C01_SLIDE2_ID_BLOOD_C,C01_SLIDE2_ID_ABOVEBLOOD],10,nil,1.3] call bis_fnc_animatedScreen; //rotate FOREGROUND //[MODE_LAYER_ROTATE,C01_SLIDE2_ID_SOLDIER_WITH_AK,8,10] call bis_fnc_animatedScreen; //[MODE_LAYER_ANIMATE,C01_SLIDE2_ID_SOLDIER_WITH_AK,8,nil,1.8] call bis_fnc_animatedScreen; //uisleep 2; [MODE_LAYER_FADE, C01_SLIDE2_ID_BLOOD_B, 2, 0, 1] call bis_fnc_animatedScreen; [MODE_LAYER_FADE, C01_SLIDE2_ID_BLOOD_A, 2, 1, 0] call bis_fnc_animatedScreen; } ], [ 24.940964, { //00 = [localize "Will it just not cease to amaze?", 999, 0,[0.5,0.45]] spawn BIS_fnc_TO_AS_ShowDynamicText; } ], [ 25.875478, { //00 = [localize "No it continues ever onwards", 999, 1,[0.15,0.75]] spawn BIS_fnc_TO_AS_ShowDynamicText; } ], [ 28.675478, { [MODE_BLACKOUT,2,false] call bis_fnc_animatedScreen; }], [ 30.724647, { // < Text 02 //[MODE_DESTROY ] call bis_fnc_animatedScreen; //[MODE_INIT, [1,3,1.05] ] call bis_fnc_animatedScreen; [MODE_RESET,[true,true]] call bis_fnc_animatedScreen; [MODE_BLACKIN,0,false] call bis_fnc_animatedScreen; 0 = [true, [ "Truly spectacular that you can see this now!"], STYLE_TITLE_AND_SENTENCE] spawn BIS_fnc_TO_AS_ShowStaticText; } ], [ 36.096, { [MODE_BLACKOUT,2,false] call bis_fnc_animatedScreen; }], [ 38.434257, { // < Image 03 - //[MODE_DESTROY ] call bis_fnc_animatedScreen; //[MODE_INIT, [2,3,1.00] ] call bis_fnc_animatedScreen; playsound3D ["a3\Sounds_F_Tacops\SFX\Missions\c01_3.wss",player, false, getPosASL player, 0.7]; [MODE_RESET,[true,true]] call bis_fnc_animatedScreen; [MODE_BLACKOUT, 0.01, true ] call bis_fnc_animatedScreen; [MODE_LAYER_CREATE, 3, "AOSlide3.jpg" ] call bis_fnc_animatedScreen; //[MODE_LAYER_CREATE, C01_SLIDE3_ID_BACKGROUND2, C01_SLIDE3_IMG_BACKGROUND2,nil,0 ] call bis_fnc_animatedScreen; //[MODE_LAYER_CREATE, C01_SLIDE3_ID_BACKGROUND3, C01_SLIDE3_IMG_BACKGROUND3,nil,0 ] call bis_fnc_animatedScreen; [MODE_LAYER_CREATE, C01_SLIDE3_ID_SPARKS, C01_SLIDE3_IMG_SPARKS ] call bis_fnc_animatedScreen; [MODE_LAYER_ROTATE, [ 3, C01_SLIDE3_ID_BACKGROUND2, C01_SLIDE3_ID_BACKGROUND3 ], 8,5 ] call bis_fnc_animatedScreen; [MODE_LAYER_ROTATE, C01_SLIDE3_ID_SPARKS, 8,15 ] call bis_fnc_animatedScreen; [MODE_LAYER_ANIMATE, [ 3, C01_SLIDE3_ID_BACKGROUND2, C01_SLIDE3_ID_BACKGROUND3 ], 8,nil,1.1 ] call bis_fnc_animatedScreen; [MODE_LAYER_ANIMATE, [ C01_SLIDE3_ID_SPARKS ], 8,nil,1.1 ] call bis_fnc_animatedScreen; [MODE_LAYER_PULSE, C01_SLIDE3_ID_BACKGROUND2, 3,0.9,0,5 ] call bis_fnc_animatedScreen; [MODE_LAYER_PULSE, C01_SLIDE3_ID_BACKGROUND3, 1,0.9,0.2,5 ] call bis_fnc_animatedScreen; //[MODE_LAYER_PULSE, C01_SLIDE3_ID_SPARKS, 1,0.9,0.2,8 ] call bis_fnc_animatedScreen; //[MODE_LAYER_PULSE, C01_SLIDE3_ID_SPARKS, 0.5,1,0,10 ] call bis_fnc_animatedScreen; [MODE_BLACKIN, 2, false ] call bis_fnc_animatedScreen; } ], [ 42.246390, { //00 = [localize "And that", STYLE_DYNAMIC_TOPLEFT] spawn BIS_fnc_TO_AS_ShowDynamicText; } ], [ 44.607636, { //00 = [localize "is a wrap", STYLE_DYNAMIC_BOTTOMRIGHT] spawn BIS_fnc_TO_AS_ShowDynamicText; } ], [ 44.007636, { [MODE_BLACKOUT,2,false] call bis_fnc_animatedScreen; }], [ 46.129644, { // < Text 03 //[MODE_DESTROY ] call bis_fnc_animatedScreen; //[MODE_INIT, [1,3,1.05] ] call bis_fnc_animatedScreen; [MODE_RESET,[true,true]] call bis_fnc_animatedScreen; [MODE_BLACKIN,0,false] call bis_fnc_animatedScreen; 0 = [true, [ "But now it is almost time to end this"], STYLE_ONE_SENTENCE] spawn BIS_fnc_TO_AS_ShowStaticText; } ], [ 51.700, { [MODE_BLACKOUT,2,false] call bis_fnc_animatedScreen; }], [ 53.825030, { // < Image 04 - //[MODE_DESTROY ] call bis_fnc_animatedScreen; //[MODE_INIT, [2,3,1.00] ] call bis_fnc_animatedScreen; playsound3D ["a3\Sounds_F_Tacops\SFX\Missions\c01_4.wss",player, false, getPosASL player, 0.85]; [MODE_RESET,[true,true]] call bis_fnc_animatedScreen; [MODE_BLACKOUT, 0.01, true ] call bis_fnc_animatedScreen; [MODE_LAYER_CREATE, 4, "AOSlide4.jpg" ] call bis_fnc_animatedScreen; [MODE_LAYER_ROTATE, 4, 8,5 ] call bis_fnc_animatedScreen; [MODE_LAYER_ANIMATE, 4, 8,nil,1.1 ] call bis_fnc_animatedScreen; [MODE_BLACKIN, 2, false ] call bis_fnc_animatedScreen; } ], [ 55.679835, { //00 = [localize "Just", STYLE_DYNAMIC_TOPLEFT] spawn BIS_fnc_TO_AS_ShowDynamicText; } ], [ 56.571677, { //00 = [localize "About", STYLE_DYNAMIC_BOTTOMRIGHT] spawn BIS_fnc_TO_AS_ShowDynamicText; } ], [ 59.368241, { [MODE_BLACKOUT,2,false] call bis_fnc_animatedScreen; }], [ 61.513304, { // < Text 04 //[MODE_DESTROY ] call bis_fnc_animatedScreen; //[MODE_INIT, [1,3,1.05] ] call bis_fnc_animatedScreen; [MODE_RESET,[true,true]] call bis_fnc_animatedScreen; [MODE_BLACKIN,0,false] call bis_fnc_animatedScreen; 0 = [true, [ "So thanks so much for reading", "It truly means alot"], STYLE_TWO_SENTENCES] spawn BIS_fnc_TO_AS_ShowStaticText; } ], [ 67.179569, { [MODE_BLACKOUT,2,false] call bis_fnc_animatedScreen; }], [ 69.162460, { //key 26 // < Image 05 - //[ MODE_DESTROY ] call bis_fnc_animatedScreen; //[ MODE_INIT, [9,3,1.05] ] call bis_fnc_animatedScreen; playsound3D ["a3\Sounds_F_Tacops\SFX\Missions\c01_5.wss",player, false, getPosASL player, 0.55]; [MODE_RESET,[true,true]] call bis_fnc_animatedScreen; [ MODE_BLACKOUT, 0.01, true ] call bis_fnc_animatedScreen; //[ MODE_SKYBOX_CREATE, C01_SLIDE5_ID_PARTICLESMOKE, C01_SLIDE5_IMG_PARTICLESMOKE, 1, 20 ] call bis_fnc_animatedScreen; [ MODE_LAYER_CREATE, C01_SLIDE5_ID_PARTICLESMOKE, C01_SLIDE5_IMG_PARTICLESMOKE ] call bis_fnc_animatedScreen; //[ MODE_LAYER_CREATE, C01_SLIDE5_ID_BACKGROUND, C01_SLIDE5_IMG_BACKGROUND ] call bis_fnc_animatedScreen; [ MODE_LAYER_CREATE, C01_SLIDE5_ID_CONVOY, C01_SLIDE5_IMG_CONVOY ] call bis_fnc_animatedScreen; [ MODE_LAYER_CREATE, C01_SLIDE5_ID_SOLDIER, C01_SLIDE5_IMG_SOLDIER ] call bis_fnc_animatedScreen; [ MODE_LAYER_CREATE, C01_SLIDE5_ID_SOLDIERSHARP, C01_SLIDE5_IMG_SOLDIERSHARP ] call bis_fnc_animatedScreen; [ MODE_LAYER_CREATE, C01_SLIDE5_ID_PARTICLEMIST, C01_SLIDE5_IMG_PARTICLEMIST, nil,nil,0.75 ] call bis_fnc_animatedScreen; [ MODE_LAYER_CREATE, C01_SLIDE5_ID_PARTICLEMIST2, C01_SLIDE5_IMG_PARTICLEMIST, nil,nil,0.8 ] call bis_fnc_animatedScreen; [ MODE_LAYER_ROTATE, [C01_SLIDE5_ID_SOLDIER,C01_SLIDE5_ID_SOLDIERSHARP], 15,10 ] call bis_fnc_animatedScreen; [ MODE_LAYER_ROTATE, [C01_SLIDE5_ID_BACKGROUND,C01_SLIDE5_ID_CONVOY], 30,30 ] call bis_fnc_animatedScreen; [ MODE_LAYER_ROTATE, C01_SLIDE5_ID_PARTICLESMOKE, -10,30 ] call bis_fnc_animatedScreen; [ MODE_LAYER_ANIMATE, [C01_SLIDE5_ID_BACKGROUND,C01_SLIDE5_ID_PARTICLESMOKE,C01_SLIDE5_ID_CONVOY], 30, nil, 1.3 ] call bis_fnc_animatedScreen; [ MODE_LAYER_ANIMATE, [C01_SLIDE5_ID_SOLDIER,C01_SLIDE5_ID_SOLDIERSHARP], 10, nil, 1.3 ] call bis_fnc_animatedScreen; [ MODE_LAYER_ANIMATE, C01_SLIDE5_ID_PARTICLESMOKE, 10, [0.5,0.4], 1.0 ] call bis_fnc_animatedScreen; [ MODE_LAYER_FADE, C01_SLIDE5_ID_SOLDIERSHARP, 5,0 ] call bis_fnc_animatedScreen; [ MODE_LAYER_FADE, [C01_SLIDE5_ID_PARTICLEMIST,C01_SLIDE5_ID_PARTICLEMIST2], 0,0.15 ] call bis_fnc_animatedScreen; [ MODE_LAYER_FADE, C01_SLIDE5_ID_PARTICLESMOKE, 0,0.75 ] call bis_fnc_animatedScreen; [ MODE_LAYER_ANIMATE, C01_SLIDE5_ID_PARTICLEMIST, 20, [0.7,0.5], nil, [0.3,0.5] ] call bis_fnc_animatedScreen; [ MODE_LAYER_ANIMATE, C01_SLIDE5_ID_PARTICLEMIST2, 20, [0.3,0.5], nil, [0.7,0.5] ] call bis_fnc_animatedScreen; [ MODE_BLACKIN,0,false] call bis_fnc_animatedScreen; } ], [ 71.026742, { //00 = [localize "Gosh Golly, just wonderful", STYLE_DYNAMIC_TOPLEFT, 0] spawn BIS_fnc_TO_AS_ShowDynamicText; } ], [ 72.967529, { //00 = [localize "It has been a ride has it not", STYLE_DYNAMIC_BOTTOMRIGHT, 1] spawn BIS_fnc_TO_AS_ShowDynamicText; } ], [ 76.805115, { [MODE_BLACKOUT,2,false] call bis_fnc_animatedScreen; }], [ 79.093933, { //[MODE_DESTROY ] call bis_fnc_animatedScreen; //[MODE_INIT, [1,3,1.05] ] call bis_fnc_animatedScreen; [MODE_RESET,[true,true]] call bis_fnc_animatedScreen; [MODE_BLACKIN,0,false] call bis_fnc_animatedScreen; 0 = [true, [ "End of Text", "Now run along!"], STYLE_TITLE_BIG] spawn BIS_fnc_TO_AS_ShowStaticText; } ], [ 88.1, { [MODE_BLACKOUT,1,false] call bis_fnc_animatedScreen; }], [ 91.9, { ["Timeline finished:%1", 0 ] call BIS_fnc_LogFormat; }] ]; Now you need to add code in the initIntro.sqf #include "\a3\Missions_F_Tacops\Functions\fn_TO_AnimatedOpening.inc"; enableEnvironment false; #include "timeline.sqf"; _d = [ _timeline, 0, "LeadTrack01_F_Tacops" ] spawn BIS_fnc_animatedOpening; waitUntil { !(missionNamespace getVariable "BIS_fnc_eventTimeline_playing"); false}; endMission "END1"; For custome The picture and song just change the path of yours immage and song in the timeline.sqf You cant custom text and layer . Et voilà les amis .
-
Creating and Editing Campaigns.
Cpt.ScottMiller836 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello Lads, I am new to Arma Community and i have been into Arma since 6 months. i learned a lot and i'm in love of this game, and Frankly i want to do my own campaigns, Missions, Mods, and Intros. But i can't due lack of Experience in Arma 3, i watch a lot of Youtube Videos and tutorials, i'll get straight to point ... i want to use the Damn F*cking Intro/ Scenario/Outro Bar and it's Complicated with Feurex Tutorial Video - like Class Campaign {}, Class missionDefault {}, and a lot a lot... i just need assistance in my work that's all, if anyone could give me an example of the perfect Campaign or show me how to open Eastwind Project mission files so i can learn from the Original Campaign, i would be very fuckin Appreciate. Also i have military Experience, i know a lot of Covert Ops and Operations done amazingly by The US Armed Forces and British Armed Forces including The SAS, US Delta, US Navy SEALs and i can assist in Mission Making for anyone including Middle East Military.- 8 replies
-
- arma 3 intro
- arma 3 campaign
- (and 8 more)
-
Hi, I need a script that every time a player connects on server directly when he is spawning exec 2 scripts (welcome music, intro) but only the player who connected should see it, like a init... i tryed it with Init.sqf,initPlayerLocal.sqf,initPlayerServer.sqf. Init only runs the 2 scripts on Server Mission start. an the other 2 did nothing? could you please help me?... Sry for my bad english!
-
Custom main menu scene not showing up
Roach_ posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
I've made an intro in the editor which works fine and I decided to turn it into the background scene in the main menu. However, the scene doesn't seem to work and the camera simply appears to be looking down the terrain from the sky, so the mission doesn't seem to be loading properly. Here's my config. I don't get any errors while packing the mod, nor while the addons are being loaded. I also made sure to name the intro script "initIntro.sqf" as stated here. class RscStandardDisplay; class RscDisplayMain: RscStandardDisplay { enableDisplay=0; delete Spotlight; class controls { delete Spotlight1; delete Spotlight2; delete Spotlight3; delete BackgroundSpotlightRight; delete BackgroundSpotlightLeft; delete BackgroundSpotlight; }; }; class CfgPatches { class BvT_Main_Menu { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"A3_Map_Altis","A3_Map_Stratis","A3_Map_Stratis_Scenes","A3_Map_Altis_Scenes","A3_Map_Tanoabuka","A3_Map_Enoch"}; author[]= { "Blackest Night" }; fileName="BvT_Main_Menu.pbo"; worlds[]={}; }; }; class CfgMissions { class Cutscenes { class Tanoa_Intro1 { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; class Altis_Intro1 { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; class Stratis_Intro1 { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; class Map_VR_anim01 { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; class Enoch_intro1 { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; class Malden_intro { directory="BvT_Main_Menu\scenes\BVT_Intro1.Enoch"; }; }; };- 2 replies
-
- main menu scene
- cutscene
-
(and 3 more)
Tagged with:
-
CfgMusic Error, Cant seem to get it working
Brandon E posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello so im creating a mission with a song that triggers when I start the mission. So in my description.ext file i've got this class CfgMusic { tracks[] = {}; class MyIntro { // display name name = "intro"; // filename, volume, pitch sound[] = { "\music\sound1.ogg", db + 0, 1.0 }; }; class MyOutro { name = "outro"; sound[] = { "\music\sound2.ogg", db + 10, 1.0 }; }; }; Copy and pasted from Bohemia's website on how to import the music/make it play and in my init.sqf file i've got the following execVM "description.ext"; playMusic "MyIntro"; vehicle player switchCamera "EXTERNAL"; Now everything works, the mission loads up, it forces you to 3rd person and even starts playing the music however no matter who's code I use I always am getting presented with this error '...s\Sniper.Stratis\description.ext" class |#|CfgMusic {tracks[] = {}; class MyIntro ...' File C:\Users\Brandon\Documents\Arma 3\mpmissions\Sniper.Stratis\desc..., line 1 Error Missing ; This above error pops up in black box on the screen the moment the mission loads. It's missing a semi colon but I have no idea where and i keep adding one and nothing, works. Any Ideas? -
Hi all, I'm about to issue a D-Day mission SP/MP (Iron Front addon + CUP terrains). Everything goes well so far but I'm trying to add an intro via 3den for SP sessions. This should be simple... For test, I'm just clicking on intro layer in 3den, then adding a simple player and a waypoint. I added a condition true trigger with countdown set to 20 sec and end1 termination (to terminate the intro). No camera sequence at this level. Just a basic intro... Well! Not sure to understand the following: a bunch of errors in rpt file and on screen: I thought intro was running before scenario, then before init.sqf and all EH stuffs.... In fact, I don't understand how it works! - Why intro is running the init.sqf with all the init fields of non-yet existing units! I have plenty of units and variables in my scenario I don't care for intro!!! for example, I named the playable group : HUBERT... and I got an error for a non-defined HUBERT in intro.... Sure! What for? I don't want to copy/paste all units from scenario to intro! - Not found a good tuto. I don't mean a way to make a video but something explaining the sequence, initialization order, things to do on 3den intro. I discovered lately the need to have a player as unit, even if there is no playable thing in intro (and no player defined?) or the need to place something to exit the sequence... Not sure what exactly. So, is there any pro of intro, BI dev, who could help for general information about that? (I'm not looking for mission example but rather a minimum things to know). Thanks
- 3 replies
-
- intro
- mission.sqm
-
(and 2 more)
Tagged with:
-
Questions about inserting a picture in a intro scenario
BigApple_ posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I created a intro scene and inserted a picture into it, but when I preview it, the picture is always directly below the screen. How can I put it in the center of the screen? This is mine initintro.sqf : titletext ["","BLACK FADED", 0]; _camera = "camera" camcreate [0,0,0]; _camera CameraEffect ["Internal","Back"]; _camera camPrepareTarget (getPosVisual targ1); _camera camPreparePos (getPosVisual cam1); _camera camPrepareFOV 0.300; _camera camCommitPrepared 0; showCinemaBorder false; sleep 3; titletext ["","BLACK IN", 3]; sleep 3; titletext ["<img image='123.jpg' size = '20'/>", "BLACK FADED", 30, true, true]; -
Have a problem with objects build in the Intro. When the into starts all Objects placed are disapeared ;( Its like the camera is only present in Scenario... Is there any command what executes the intro for scenario ? video about my problem =
-
I am working on a little Mission with an Intro. After some hrs of Editing a sound Bug apeared when i launch the Intro. It is like my Camera is making the AR2 Drone Engine noise, very loud and annoying. I try many things but the Sound appears directly when the Camera is created. My Camera Script _camera = "camera" camCreate [0,0,0]; _camera cameraEffect ["Internal","BACK"]; //we created a camera in the middle of nothing; _camera camPrepareTarget [90329.63,71810.31,185.18]; _camera camPreparePos [12850.97,8587.50,1.80]; _camera camPrepareFOV 0.700; _camera camCommitPrepared 0; sleep 12; waituntil {camCommitted _camera}; _camera camPrepareTarget bobcam_medic; _camera camPreparePos [12853.50,8584.91,2.81]; _camera camPrepareFOV 0.700; _camera camCommitPrepared 2; sleep 4; waituntil {camCommitted _camera}; _camera camPrepareTarget bobcam_medic; _camera camPreparePos [12868.13,8589.99,1.47]; _camera camPrepareFOV 0.700; _camera camCommitPrepared 1; sleep 4; waituntil {camCommitted _camera}; _camera camPrepareTarget bobcam_medic; _camera camPreparePos [12884.71,8578.38,3.12]; _camera camPrepareFOV 0.700; _camera camCommitPrepared 0; sleep 2; waituntil {camCommitted _camera}; _camera camPrepareTarget bobcam_medic; _camera camPreparePos [12896.10,8531.54,32.11]; _camera camPrepareFOV 0.700; _camera camCommitPrepared 0; sleep 2; waituntil {camCommitted _camera}; _camera camPrepareTarget cam_2; _camera camPreparePos [12917.74,8529.25,58.01]; _camera camPrepareFOV 0.700; _camera camCommitPrepared 1; sleep 3; waituntil {camCommitted _camera}; _camera camPrepareTarget cam_2; _camera camPreparePos [12979.86,8418.11,5.84]; _camera camPrepareFOV 0.700; _camera camCommitPrepared 1; sleep 2; waituntil {camCommitted _camera}; _camera attachTo [huso_9, [0, 20, 0]]; _camera setDir 360; _camera camPrepareFOV 0.750; _camera camCommitPrepared 1; sleep 10; titlecut ["","BLACK OUT",3]; _camera cameraEffect ["Terminate","back"]; EndIntro = true; Greatings