Difference between revisions of "UO A3 Nametags"

From UOAF Codex
Jump to navigation Jump to search
Line 1: Line 1:
 
'''UO A3 Nametags''' is an addon, as part of the [[UOMODS_A3#UnitedOperations_-_Custom_Content|UO Mods Repository]], that allows easy implementation of Nametags into Missions, without any further scripting required.
 
'''UO A3 Nametags''' is an addon, as part of the [[UOMODS_A3#UnitedOperations_-_Custom_Content|UO Mods Repository]], that allows easy implementation of Nametags into Missions, without any further scripting required.
 
 
== Usage ==
 
== Usage ==
 
To implement the UO A3 Nametags into a Mission, the following lines need to be included in the preinit or [[init.sqf]]:
 
To implement the UO A3 Nametags into a Mission, the following lines need to be included in the preinit or [[init.sqf]]:

Revision as of 20:51, 16 November 2014

UO A3 Nametags is an addon, as part of the UO Mods Repository, that allows easy implementation of Nametags into Missions, without any further scripting required.

Usage

To implement the UO A3 Nametags into a Mission, the following lines need to be included in the preinit or init.sqf: <syntaxhighlight lang="cpp" style="width:550px;"> uo_a3_nameHUD_active = true; uo_a3_nameHUD_enabled = true; </syntaxhighlight>

In-Game

Once enabled in a mission, players can toggle the nametags in-game through the CBS self-interaction menu, using the UO Nametags -> Toggle Nametags menu entry.

Addon

uo_a3_nametags.pbo

fn
fn_nameHUD_selfInteractMenu.sqf
fn_nameHUD_set_name_tag.sqf
fn_nameHUD_toggle_name_tag.sqf
fn_nameHUD_get_near_units.sqf
config.bin
XEH_postInit.sqf