INFO: userInfo.xc

Published by ORT on

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #109821
    ORT
    Member

    (Due to the lack of an official wiki and thorough public documentation of the XVM mod, this is an attempt to publish the ins and outs of XVM and cover all of the .xc files. This is intended to be a live document. Everytime there are changes to XVM, the finalized changes will be incorporated in the document. Additions/comments/corrections to the information here are welcome. If you have any comment, or noticed anything missing or needing more clarification, or anything that is wrong, please post a comment.)


    userInfo.xc is the config file for the Service Record window.
     
    Default userInfo.xc config file explained.

    Spoiler

    (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?
      }
    }

    Screenshot of Service Record default window, i.e., page 1 – SUMMARY.

    Spoiler

    2mrip0x.jpg

     

    Screenshot of Service Record window with page 4 – VEHICLES tab selected, sorted according to XVM default settings i.e., vehicle number of battles.

    Spoiler

    mszkuo.jpg

     

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.