Home   Help Search Login Register  

Author Topic: SOM without briefing  (Read 1557 times)

0 Members and 1 Guest are viewing this topic.

Offline bardosy

  • Honoured Contributor
  • ***
  • campaign designer
    • CartooDiv
SOM without briefing
« 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?
Fix bayonet!

Offline laggy

  • Members
  • *
  • "Behold a pale horse"
Re: SOM without briefing
« Reply #1 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
And I looked and beheld a pale horse and his name that sat on him was Death and Hell followed with him.

Offline bardosy

  • Honoured Contributor
  • ***
  • campaign designer
    • CartooDiv
Re: SOM without briefing
« Reply #2 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:
Fix bayonet!

Offline kju

  • Members
  • *
    • PvPScene - The ArmA II multiplayer community
Re: SOM without briefing
« Reply #3 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.

Offline bardosy

  • Honoured Contributor
  • ***
  • campaign designer
    • CartooDiv
Re: SOM without briefing
« Reply #4 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... :(
Fix bayonet!