1 post / 0 new
Last post
Wolffy.au
Offline
Joined: 24/06/2009
Multiplayer Call Support

Addons:
None


Summary:
This mission is to demonstrate the use of multiplayer compatible Call Support functionality. You can direct any AI unit(s), who will mount up, move to, and dismount, to any location on the map.


Usage:
Drop an unit or group and provide a name e.g. for a repair truck, REPAIR.


To initialise the code and action item for team leaders, add the following to your INIT.SQF file.


Code:
f_initCallSupport = compile preprocessFileLineNumbers "crB_scripts\crB_initCallSupport.sqf";
[player, REPAIR, "Repair Truck"] call f_initCallSupport;

setGroupIconsVisible [true, false]; // this line is optional but useful in tracking where the units are on the map.


Parameters:
player - applies to all players loading the mission
REPAIR - this is the AI unit name
"Repair Truck" - a description used to identify the unit


Created by:
(AEF)Wolffy.au [CTB]


Visit us a http://creoBellum.org


Change Log:
v0.2
Initial release


TODO:
- override the menu Call Support option if possible (if you know how, please let me know)
- add support for helo's (I already have the code for this, just need to integrate it)


Syndicated:


AttachmentSize
cB_callSupport_0-2.zip8.47 KB
 
Original Design by Gary Storey