ミニマップの車両名の表示カラーをWN8の色に変更



車両名表示とプレイヤー名の色の設定を書き換えます。
編集ファイルの場所:[World_of_Tanks]-[res_mods]-[configs]-[xvm]-[default]-[minimapLabelsTemplates.xc ]
コマンド名:"vehicleSpotted" "nickSpotted"
記載行数:41~48行 57~64行

"vehicleSpotted": {
     "$ref": { "path":"def.defaultItem" },
     "x": 2,
     "y": "{{squad?7|-1}}",
     "flags": [ "ally", "enemy", "squadman", "teamKiller", "spotted", "alive" ],
     "textFormat": { "size": 7 },
     "format": "<font color='{{c:wn8}}'>{{vehicle}}</font>"
   },

"nickSpotted": {
     "$ref": { "path":"def.defaultItem" },
     "x": 2,
     "y": -1,
     "flags": [ "squadman", "spotted", "alive" ],
     "textFormat": { "size": 7 },
     "format": "<font color='{{c:wn8}}'><i>{{name%.7s~..}}</i></font>"
   },
最終更新:2016年09月22日 14:58
添付ファイル