ミニマップの車両名の表示カラーを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>"
   },


●Ctrlキーでのミニマップの拡大位置の設定
編集ファイルの場所:[World_of_Tanks]-[res_mods]-[configs]-[xvm]-[default]-[minimap.xc]
コマンド名:"zoom"
記載行数:42~49行
"centered"をtrueにするとctrlキーで中央に拡大
"centered"をfalseにするとctrlキーで右下に拡大
最終更新:2016年09月23日 23:52