PDA

View Full Version : (Hopefully) Simple Mission Intro



2LtJester
Jan 21 2011, 14:30
Hey all, I've been racking my brains and doing some pretty intense searching over the last few days on how to make a simple intro at the start of my mission (though possibly not hard enough :confused:). I'm wanting to just have it fade in, with some text showing the date/time and possibly the location and operation name in the centre - essentially as it is in the campaign. I'm entirely new to this side of things in the editor, I was assuming it could be done with the trigger effects but I'm struggling to even make that work :mad:

Is it this simple or is it far more complicated? Any help would be greatly appreciated :)

Mosh
Jan 21 2011, 14:39
Throw this in your init.sqf


TitleText ["MISSION\n\nSTUFF\n\nSTUFF\n\nSTUFF", "BLACK FADED", 1];take out or add
\n for line breaks

2LtJester
Jan 21 2011, 14:46
Thank you man, really was pretty simple after all! :D now just to work on enhancing it (text colour etc). really appreciate it :notworthy: I hope it's also not too much to ask for some advice on this as well? Cheers in advance if so :)