-
ArmA 2 Briefing Manager
Hello
I've installed the Arma 2 briefing manager addon and I've saved a briefing for a mission. However im having trouble making it appear within themission itself. Can anyone help me if they have used this program and got it working, such as showing me what texts to put in the file itself. Any help will be apprieciated.
Thanks
-
If you're previewing in the editor you need to hold Shift when you start the preview for the briefing screen to come up.
-
thanks mate, but what i meant to say is, what is the code to get it to appear on the mission within the breifing document itself
-
Ahh ok. Assuming you called your briefing file briefing.sqf, create a new file called init.sqf in your mission folder then add this text to that file:
Code:
execVM "briefing.sqf";
If your mission is ArmA2 only, also create a file called briefing.html even if it's empty in the same folder.
That should do it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules