Arma 3内でユニット名を表示させる TSS ネームタグ アドオン がBIフォーラム上で公開されました。
このアドオンは他の同様のアドオンと同様にプレイヤー名を表示しますが、ミッション内で表示する距離や陣営などを限定する事が可能となっている事が特徴です。
特徴
- ユニットを指した時だけ名前を表示できる
- 独自に割り当てたキーでユニット名を表示可能
- ユーザー設定による高いカスタマイズ性(機能の切り替え、表示を開始する距離、死体になった名前の表示、AI や色と大きさなど)
- description.ext による設定でユーザー設定を上書き
- init.sqf で特定の変数を設定可能
- 階級を表示
ミッションでは以下のように設定する事が出来ます。また、ミッション側で設定された項目はuserconfigの設定よりも優先度が高くなっています。
またミッション作成者は description.ext で以下のような設定が可能です。
class TSS_NAMETAG { enable = 1; // 1== on, 0 ==off, can't be forced on, only off distance = 10; // maximum display distance, if clientside setting is smaller it will be set to the smaller value showFaction = 4; // does overwrite clientside settings, which faction names will be displayed, for more details see userconfig showDead = 1; // show name of dead player, can't be forced on, only off showAI = 1; // show AI names, can't be forced on, only off showSorrounding = 1; // allow or disallow the usage of the the feature which displays all names in the surrounding showUnitsInVehicle = 1; // allow or disallow the feature to display units in vehicles showRank = 2; // Overwrite the settings of the player to show rank unless he has it turned off by him self, 0 = force off, 1 = short name, 2 = image }そして、init.sqfへ
TSS_NAMETAG_MISSION_DISABLE ="xyz"; //the value can be basically anything even number, since the variable only needs to be defined
アドオンには Arma 3 用 Community Base Addons が必要です。
0 コメント:
コメントを投稿