OFPEC Forum
Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: bardosy on 15 Feb 2010, 08:57:09
-
How can I delete/remove the SOM module automatic briefing?
I want to use SOM module for arty support, not for secondary objectives. So I don't need the SOM's briefing. But I cannot delete it.
Any suggestion or solution?
-
Have you tried to disable ALL Sec-Op missions?
Think it is:
mySom setVariable ["settings", [[], true, nil, nil, false]];
Don't know if that works, but worth a try if not tested.
Also look at these two links:
http://community.bistudio.com/wiki/Secondary_Operations_Manager
http://www.armaholic.com/forums.php?m=posts&p=58121#58121
-
Unfortunately: yes, I tried. And I read that topics and on the BIS forum too.
Somehow every mission designer accept this ugly item in the briefing if you use SOM. :confused:
-
You can analyze the SOM code.
Just open the FSM with the FSM editor.
This way you can either remove the tasks yourself or only call the desired functions.
-
I tried it too. Not the FSM (I don't understand the FSM), but the normal codes (sqf and sqs). I found nothing about the briefing. I guess it's in arma2 engine deeper... :(