Discussion: ArmA - Development / ArmA - Mission Development - Things to know about the Lingor Units - Hey guys, I just thought I'd pass on a note here for mission makers so
Hey guys, I just thought I'd pass on a note here for mission makers so that they can implement Lingor Units properly without hassles on the lines of ACE. Currently, Lingor Units (and possible the BB_OA Units) do not have ACE configs set up. What this means is that they will not inherit the special properties that ACE provides for medics, crewmen, and pilots. As a result, medics will not be equipped with medical gear and they will not be able to preform medical duties (if medics are the only ones allowed to), crewman will be affected by over-pressure more easily, and pilots will be more susceptible to G-Force effects.
To get around these restrictions, ACE has a few handy API functions that allow us to manually set these special properties. It is highly suggested that when using these units you use the following to ensure that the class you are assigning inherits everything they need to.
For Medics:
Code:
this setVariable ["ace_w_ismedic",true];
For crewman or pilots:
Code:
nul = [*unit name (or 'this' if in the units init line)*, true] call ace_fnc_setCrewProtection;
|TG| Blackpython [Pathfinder]
TG Pathfinder - TGU ArmA Instructor - Ex-31st RECCE Member
Bravo Microsoft, you have now surpassed EA in poor decisions and once and for all seized the crown for the worst 'Reveal' ever. That EA were standing there on the stage with you when you did it was...
Posted By Wicks (2 Comments)
05-22-2013, 01:04 PM in Wicks
It is not often that I encounter across myself when researching a topic. I found the following in a recent article on the uses of ethnography in virtual environments:
Posted By E-Male (0 Comments)
05-09-2013, 03:18 PM in E-Male
Took a gamble and got a refurbished 30 GB OCZ Vertex 1 off of NewEgg for the low, low price of $30. Had some trouble getting the drive to be recognized by Windows or by my BIOS. Had to use a jumper...
Bookmarks