Jump to content
Sign in to follow this  
Langdale90

Associate a vehicle to the support supplied by the module SOM

Recommended Posts

You can assign a specific vehicle to SOM module?

as for the transport.

Replacing the Default Vehicles

Should you wish to replace the default support vehicles with your own (such as replacing the transport UH-1Y with a CH-47), use the following in your SOM/init.SQF:

Transport Helo:

SOM_Name setVariable ["TSS_vehicle_custom", Helo_Name]; //Where SOM_Name is the name of your SOM module, and Helo_Name is the name of your chosen helo.

Note: The helo of your choice must be manned and present on the map (it is not spawned)

I am particularly interested in associating a chopper to "gunship_run" support.

how to do? any tips?

Share this post


Link to post
Share on other sites

Transport can be changed, anything else(aircraft) is a "no go", last I checked.

Do a search on google or this forum and read til your eyes hurt...

Share this post


Link to post
Share on other sites

I have already tried but to no avail. thanks anyway.

another question, I can turn on the media from the SOM module without radio trigger?

Share this post


Link to post
Share on other sites

Create a trigger.

Set Activation to : NONE

Set Condition to : time > 5

Set Activation to : [["transport","aerial_reconnaissance","supply_drop","tactical_airstrike","artillery_barrage","gunship_run"],unitname] call BIS_SOM_addSupportRequestFunc;

(where unitname is the unit synced to the module.....)

Share this post


Link to post
Share on other sites

Thanks

But if I want in a helicopter raid the Mangusta (pendagneMOD) instead of apache, how can I do?

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  

×