Results 1 to 9 of 9

Thread: Module with ALL support options

  1. #1

    Module with ALL support options

    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

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

  3. #3
    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

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

    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;
    CeaseFire is also "Cancel Support". Change WEST to EAST or GUER as needed.

  5. #5
    Quote Originally Posted by kylania View Post
    Just put one of more of these in the init field of the SSM module:

    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;
    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.
    Last edited by sgtskywalker; Jul 30 2010 at 16:27.

  6. #6
    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.

  7. #7
    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/S...ations_Manager
    Last edited by sgtskywalker; Jul 31 2010 at 16:41.

  8. #8
    BUMP anyone? plz?

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •