(default userInfo.xc config file)
/**
* UserInfo window.
*/
{
“userInfo”: {
// Initial page (1, 2, 3, 4). <<<< the pages mentioned are 1 – SUMMARY, 2 – AWARDS, 3 – STATISTICS, and 4 – VEHICLES.
“startPage”: 1,
On page 4 – VEHICLES, the columns can be sorted according the shown criteria.
// number of column for sorting by default. Sort order: >0 – ascending, <0 – descending
// 1 – Nation
// 2 – Type
// 3 – Level
// 4 – Name
// 5 – Fights
// 6 – Wins
// 7 – Average XP
// 8 – Class mark
// 9 – xTE
“sortColumn”: -5, <<<< default the column is sorted by number of battles of the vehicle in a descending order.
// true – Show xTE column in the vehicle list
“showXTEColumn”: true, <<<< xTE is the player’s per-vehicle efficiency, values 00-99, XX for Tops.
// true – Enable filter tanks in hangar by default.
“inHangarFilterEnabled”: false,
// true – Show filters on tanks.
“showFilters”: true,
// true – Set the default focus to the filter text input
“filterFocused”: true,
// TODO: description of the substitutions (+all, -premium, …)
// default value of the filter
“defaultFilterValue”: “” <<<< yet to be explained by XVM devs?
}
}