次は、ハンガーの諸設定が記述されている hanger.xc です。
この中で有用な機能は、
・自動的に搭乗員を戻す
・取り外し可能な拡張パーツの自動返却
・ゴールドの代わりにクレジットを使用する
などでしょうか。
これらの機能に慣れてしまうと、アップデートなどでXVMが使用出来なくなった場合、
非常に不便な思いをする事になります。
慣れって怖いですね。苦笑
また、
・弾薬が不足している場合、出撃出来ないようにする
は、弾薬が不足している場合、[戦闘開始!]ボタンが押せないようになります。
素のクライアント(いわゆるバニラ)状態でも弾薬不足と表示はされますが、
出撃自体は出来てしまうので、気が付かずに、そのまま出撃してしまうと、
戦場で何も出来ず... なんて事にもなりかねません。(初心者のうちは、何度かやるでしょう?)
自動補給を有効にして、十分なクレジットがあれば、問題ないのですが、
まぁ、一種の保険として有効としておくと、もしもの時に助けられるかもしれません。
同様に、ゴールドの使用ロックやフリー経験値の使用ロックは、
大事なゴールドやフリー経験値を間違って使用しないように各種ボタンを無効化します。
こちらも保険として有効としておくと、泣くに泣けないミスを防いでくれるかもしれません。
"hangar": {
// hangar type: null (default), "premium", "basic"
// ハンガータイプ: null (デフォルト), "premium", "basic"
"hangarType": null,
// Hangar camera settings
// ハンガーのカメラセッティング
"camera": {
// Minumim distance
// 最短距離
"minDistance": 6.5,
// Maximum distance
// 最長距離
"maxDistance": 12,
// Start distance
// 開始距離
"startDistance": 11,
// Camera zoom sensitivity (lower is slower)
// カメラズームの感度(小さいほど、ゆっくりになる)
"zoomSensitivity": 1
},
// Show "Buy premium" button
// プレミアム延長ボタンの表示
"showBuyPremiumButton": true,
// Show "Premium shop" button
// プレミアムショップボタンの表示
"showPremiumShopButton": true,
// true - enable locker for gold
// true - ゴールドのロックを有効化する
"enableGoldLocker": false,
// true - enable locker for free XP
// true - フリー経験値のロックを有効化する
"enableFreeXpLocker": false,
// Show/hide server info or change its parameters
// サーバー情報の表示/非表示、また、それらのパラメータの変更
"serverInfo": {
// Show server info in hangar.
// サーバー情報を表示する
"enabled": true,
// Transparency in percents [0..100].
// 透過度
"alpha": 100,
// Rotation in degrees [0..360].
// 回転角度
"rotation": 0,
// Shift X position
// 横(X)方向への移動
"shiftX": 0,
// Shift Y position
// 縦(Y)方向への移動
"shiftY": 0
},
// true - Enable crew auto return function
// true - 自動的に搭乗員を戻すを有効化する
"enableCrewAutoReturn": true,
// true - Return crew check box is selected by default
// true - 自動的に搭乗員を戻すのチェックボックスをデフォルトで選択状態とする
"crewReturnByDefault": false,
// Number of perks to show without grouping
// グルーピングなしで表示するスキルの数
"crewMaxPerksCount": 8,
// Show/hide common quests button or change its parameters
// ミッションボタンの表示/非表示、また、それらのパラメータの変更
"commonQuests": {
// Show common quests button in hangar.
// ミッションボタンを表示する
"enabled": true,
// Transparency in percents [0..100].
// 透過度
"alpha": 100,
// Rotation in degrees [0..360].
// 回転角度
"rotation": 0,
// Shift X position
// 横(X)方向への移動
"shiftX": 0,
// Shift Y position
// 縦(Y)方向への移動
"shiftY": 0
},
// Show/hide personal quests button or change its parameters
// パーソナルミッションボタンの表示/非表示、また、それらのパラメータの変更
"personalQuests": {
// Show personal quests button in hangar.
// パーソナルミッションボタンを表示する
"enabled": true,
// Transparency in percents [0..100].
// 透過度
"alpha": 100,
// Rotation in degrees [0..360].
// 回転角度
"rotation": 0,
// Shift X position
// 横(X)方向への移動
"shiftX": 0,
// Shift Y position
// 縦(Y)方向への移動
"shiftY": 0
},
// Show/hide current vehicle name, type and level or change their parameters
// 選択中の車両名・タイプ・レベルの表示/非表示、また、それらのパラメータの変更
"vehicleName": {
// Show current vehicle name, type and level in hangar.
// 選択中の車両名・タイプ・レベルを表示する
"enabled": true,
// Transparency in percents [0..100].
// 透過度
"alpha": 100,
// Rotation in degrees [0..360].
// 回転角度
"rotation": 0,
// Shift X position
// 横(X)方向への移動
"shiftX": 0,
// Shift Y position
// 縦(Y)方向への移動
"shiftY": 0
},
// true - Use credits instead of gold as default currency for ammo and equipment
// true - 弾薬と消耗品のデフォルト通貨としてゴールドの代わりにクレジットを使用する
"defaultBoughtForCredits": false,
// true - Enable removable equipment auto return (Camouflage net, Stereoscope, Toolbox)
// true - 取り外し可能な拡張パーツの自動返却を有効にする(カモネット、双眼鏡、工具箱)
"enableEquipAutoReturn": false,
// true - Make vehicle not ready for battle if low ammo
// true - 弾薬が不足している場合、出撃出来ないようにする
"blockVehicleIfLowAmmo": false,
// Below this percentage, ammo is low. (0 - 100)
// 弾薬不足とする残弾数の割合
"lowAmmoPercentage": 20,
// Behavior of the system channel notifications button on new notifications:
// none - do nothing
// blink - blink button
// full - blink and show counter (default client behavior)
// 新しい通知に対するシステムチャネル通知ボタンの動作:
// none - 何もしない
// blink - ボタンをブリンク
// full - ブリンクとカウンターの表示 (クライアントのデフォルト動作)
"notificationsButtonType": "full",
// true - Hide price button in tech tree
// true - 技術ツリー上の値段ボタンを隠す
"hidePricesInTechTree": false,
// true - Show mastery mark in tech tree
// true - 技術ツリー上のマスターバッジマークを表示する
"masteryMarkInTechTree": true,
// true - Allow to consider the exchange of experience with gold in tech tree
// true - 技術ツリー上でゴールドによる経験値の変換を許可する
"allowExchangeXPInTechTree": true,
// true - Show flags in barracks
// true - 兵舎で国旗を表示する
"barracksShowFlags": true,
// true - Show skills in barracks
// true - 兵舎でスキルを表示する
"barracksShowSkills": true,
// Ping servers
// ping サーバー
"pingServers": {
// true - Enable display of ping to the servers
// true - サーバーの ping 情報を表示する
"enabled": false,
// Update interval, in ms
// 更新間隔(ミリ秒)
"updateInterval": 10000,
// Axis field coordinates
// 座標位置
"x": 85,
"y": 52,
// Horizontal alignment of field at screen ("left", "center", "right").
// 水平アラインメント
"hAlign": "left",
// Vertical alignment of field at screen ("top", "center", "bottom").
// 垂直アラインメント
"vAlign": "top",
// Transparency
// 透過度
"alpha": 80,
// If set, draw image at background.
// もし設定されていれば、背景にイメージが描画される
// example: "bgImage": "cfg://My/img/my.png",
"bgImage": null,
// Server to response time text delimiter
// サーバー応答時間テキストの分割文字
"delimiter": ": ",
// Maximum number of column rows
// 最大行数
"maxRows": 2,
// Gap between columns
// 列間の隙間
"columnGap": 3,
// Leading between lines.
// 行間の隙間
"leading": 2,
// layer - "bottom", "normal" (default), "top".
// レイヤ - "bottom", "normal" (по-умолчанию), "top".
"layer": "normal",
// true - show title "Ping"
// true - タイトルとして"Ping"を表示する
"showTitle": true,
// true - show server names in list
// true - サーバー名のリストを表示する
"showServerName": true,
// expand server names to this amount of symbols. recommended to use monospace font if this option is set.
// サーバー名を指定文字数まで拡張する。(もしこのオプションをセットする場合、固定長フォントの使用をお勧めします。)
"minimalNameLength": 4,
// expand values to this amount of symbols. recommended to use monospace font if this option is set.
// 応答時間の値を指定文字数まで拡張する。(もしこのオプションをセットする場合、固定長フォントの使用をお勧めします。)
"minimalValueLength": 0,
// text to show in case of error
// エラーの場合に表示するテキスト
"errorString": "--",
// List of ignored servers, for example, ["RU1", "RU3"]
// 無視するサーバーのリスト, 例, ["RU1", "RU3"]
"ignoredServers": [],
// Text style
//
"fontStyle": {
// Font name
//
"name": "$FieldFont",
"size": 12, //
"bold": false, //
"italic": false, //
// Different colors depending on server response time
//
"color": {
"great": "0xFFCC66", // Отличный
"good": "0xE5E4E1", // Хороший
"poor": "0x96948F", // Так себе
"bad": "0xD64D4D" // Плохой
},
// Mark current server in the list, possible options: "none" (don't mark), "normal", "bold", "italic", "underline"
// リスト中のカレントサーバーをマークする方法: "none" (не выделять), "normal", "bold", "italic", "underline"
"markCurrentServer": "bold",
// Color for server name and delimiter (for example, "0x8080FF"). Empty string "" - use same color as online value
// サーバー名と分割文字の文字色。空文字の場合、応答時間と同じ色を使用する。
"serverColor": ""
},
// Threshold values defining response quality
//
"threshold": {
// Below this value response is great
//
"great": 35,
// Below this value response is good
//
"good": 60,
// Below this value response is poor
//
"poor": 100
// Values above define bad response
//
},
// Shadow options
//
"shadow": {
// false - no shadow
//
"enabled": true,
"distance": 0, // (in pixels) / offset distance / дистанция смещения
"angle": 0, // (0.0 .. 360.0) / offset angle / угол смещения
"color": "0x000000", // "0xXXXXXX" / color / цвет
"alpha": 70, // (0 .. 100) / opacity / прозрачность
"blur": 4, // (0.0 .. 255.0) / blur / размытие
"strength": 2 // (0.0 .. 255.0) / intensity / интенсивность
}
},
"onlineServers": {
// true - Enable display online of servers
// true - サーバーのログイン人数を表示する
"enabled": false,
// Axis field coordinates
// 座標位置
"x": -3,
"y": 51,
// Horizontal alignment of field at screen ("left", "center", "right").
// 水平アラインメント
"hAlign": "right"оризонтальное выра,
// Vertical alignment of field at screen ("top", "center", "bottom").
// 垂直アラインメント
"vAlign": "top",
// Transparency
// 透過度
"alpha": 80,
// If set, draw image at background.
// もし設定されていれば、背景にイメージが描画される
// example: "bgImage": "cfg://My/img/my.png",
"bgImage": null,
// Server to online text delimiter
// オンライン人数テキストの分割文字
"delimiter": ": ",
// Maximum number of column rows
// 最大行数
"maxRows": 2,
// Gap between columns
// 列間の隙間
"columnGap": 3,
// Leading between lines.
// 行間の隙間
"leading": 0,
// layer - "bottom", "normal" (default), "top".
// レイヤ - "bottom", "normal" (по-умолчанию), "top".
"layer": "normal",
// true - show title "Online"
// true - タイトルとして"Online"を表示する
"showTitle": true,
// true - show server names in list
// true - サーバー名のリストを表示する
"showServerName": true,
// expand server names to this amount of symbols. recommended to use monospace font if this option is set.
// サーバー名を指定文字数まで拡張する。(もしこのオプションをセットする場合、固定長フォントの使用をお勧めします。)
"minimalNameLength": 4,
// expand values to this amount of symbols. recommended to use monospace font if this option is set.
// オンライン人数の値を指定文字数まで拡張する。(もしこのオプションをセットする場合、固定長フォントの使用をお勧めします。)
"minimalValueLength": 0,
// text to show in case of error
// エラーの場合に表示するテキスト
"errorString": "--k",
// List of ignored servers, for example, ["RU1", "RU2"]
// 無視するサーバーのリスト, 例, ["RU1", "RU3"]
"ignoredServers": [],
// Text style
//
"fontStyle": {
// Font name
//
"name": "$FieldFont",
"size": 12, //
"bold": false, //
"italic": false, //
// Different colors depending on people online
//
"color": {
"great": "0x60ff00", //
"good": "0xF8F400", //
"poor": "0xFE7903", //
"bad": "0xFE0E00" //
},
// Mark current server in the list, possible options: "none" (don't mark), "normal", "bold", "italic", "underline"
// リスト中のカレントサーバーをマークする方法: "none" (не выделять), "normal", "bold", "italic", "underline"
"markCurrentServer": "bold",
// Color for server name and delimiter (for example, "0x8080FF"). Empty string "" - use same color as online value
// サーバー名と分割文字の文字色。空文字の場合、応答時間と同じ色を使用する。
"serverColor": ""
},
// Threshold values defining server online and thus shorter battle queue
//
"threshold": {
"great": 30000,
"good": 10000,
"poor": 3000
//below this value the queue might be long
//
},
// Shadow options
//
"shadow": {
"enabled": true,
"distance": 0,
"angle": 0,
"color": "0x000000",
"alpha": 70,
"blur": 4,
"strength": 2
}
},
// Parameters for tank carousel
// 車両カルーセルのパラメータ
"carousel": ${"carousel.xc":"carousel"},
// Parameters for widgets
// ウィジェットのパラメータ
"widgets": ${"widgets.xc":"widgets.lobby"}
}