Jump to content
Sign in to follow this  
sgtskywalker

Module with ALL support options

Recommended Posts

Is it possible? Is there a way I can codes or script or anything to the simple support module so I have all support options? ( like gunship run, UAV, etc. in addition to those who are already there like the arty strike, CAS, etc.)

Share this post


Link to post
Share on other sites

Oh, nm, you want a custom module or something. No, currently you can't.

Share this post


Link to post
Share on other sites

love the support module (and modules in general), just wish you could select it to be available once (now you can only set probability presence = on/off chance). If it is possible then I do not know how :P

Share this post


Link to post
Share on other sites

Just put one of more of these in the init field of the SSM module:

BIS_SSM_AmmoDrop_AVAILABLE_WEST = false;
BIS_SSM_UnitsDrop_AVAILABLE_WEST = false;
BIS_SSM_Airstrike_AVAILABLE_WEST = false;
BIS_SSM_Mortar_AVAILABLE_WEST = false;
BIS_SSM_Artillery_AVAILABLE_WEST = false;
BIS_SSM_CeaseFire_AVAILABLE_WEST = false;

CeaseFire is also "Cancel Support". Change WEST to EAST or GUER as needed.

Share this post


Link to post
Share on other sites
Just put one of more of these in the init field of the SSM module:

BIS_SSM_AmmoDrop_AVAILABLE_WEST = false;
BIS_SSM_UnitsDrop_AVAILABLE_WEST = false;
BIS_SSM_Airstrike_AVAILABLE_WEST = false;
BIS_SSM_Mortar_AVAILABLE_WEST = false;
BIS_SSM_Artillery_AVAILABLE_WEST = false;
BIS_SSM_CeaseFire_AVAILABLE_WEST = false;

CeaseFire is also "Cancel Support". Change WEST to EAST or GUER as needed.

Where did you get the codes? Are there other codes like those for other support options? If yes can you post them here too plz?

Maybe other codes like those can be found by looking into the SOM module too to add other support options.

Edited by sgtskywalker

Share this post


Link to post
Share on other sites

Thank you for the link :)

I've found the codes I needed but now I need to add those support options to the simple support module. I am no scripter, so anyone's help is appreciated. I guess that their is other codes because the code I've found do not include the "Gunship Run" support and others aswell.

[["transport", "aerial_reconnaissance", "supply_drop", "tactical_airstrike", "artillery_barrage"], player] call BIS_SOM_addSupportRequestFunc;

Here's the link where I've found it http://community.bistudio.com/wiki/Secondary_Operations_Manager

Edited by sgtskywalker

Share this post


Link to post
Share on other sites

SOM and SSM are totally separate and cannot use the same support methods. You can't add something from SOM to SSM for example.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×