OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: bardosy on 15 Feb 2010, 08:57:09

Title: SOM without briefing
Post 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?
Title: Re: SOM without briefing
Post by: laggy on 16 Feb 2010, 00:49:45
Have you tried to disable ALL Sec-Op missions?

Think it is:
Code: [Select]
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
Title: Re: SOM without briefing
Post by: bardosy on 16 Feb 2010, 10:42:20
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:
Title: Re: SOM without briefing
Post by: kju on 16 Feb 2010, 12:53:25
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.
Title: Re: SOM without briefing
Post by: bardosy on 16 Feb 2010, 14:00:35
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... :(