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.)
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.)
Soon
"Soon" does not imply any particular date, time, decade, century, or millennia in the past, present, and certainly not the future. "Soon" shall make no contract or warranty between BIS and the end user. "Soon" will arrive some day, BIS does guarantee that "soon" will be here before the end of time. Maybe. Do not make plans based on "soon" as BIS will not be liable for any misuse, use, or even casual glancing at "soon".
Very Soon
Another common term implemented by BIS often misleading players into excitement for future content. "Very Soon" is guaranteed to arrive between now and the end of time with a higher chance of arriving on the "now" half of the time table. Although this means closer to now than "soon" there is no guarantee that you will live long enough to see the content finally released.
Now<--------------Very Soon--------Soon--------------->End of Time
Oh, nm, you want a custom module or something. No, currently you can't.
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
Just put one of more of these in the init field of the SSM module:
CeaseFire is also "Cancel Support". Change WEST to EAST or GUER as needed.Code: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;
Last edited by sgtskywalker; Jul 30 2010 at 16:27.
http://community.bistudio.com/wiki/C...Editor_Modules
Those codes I actually found in the module itself.I put them up on the wiki for others to find now as well.
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.
Here's the link where I've found it http://community.bistudio.com/wiki/S...ations_Manager[["transport", "aerial_reconnaissance", "supply_drop", "tactical_airstrike", "artillery_barrage"], player] call BIS_SOM_addSupportRequestFunc;
Last edited by sgtskywalker; Jul 31 2010 at 16:41.
SOM and SSM are totally separate and cannot use the same support methods. You can't add something from SOM to SSM for example.