Jump to content

Carousel Order


Recommended Posts

Posted

Hi,

 

I have a problem with tank order. I want to sort by "-level" and edited carousel.xc file but it doesnt work.

 

D:\Games\World_of_Tanks_EU\res_mods\configs\xvm\Aslain\carousel.xc

 

/**
 * Parameters for tank carousel.
 * Параметры карусели танков.
 */
{
  "carousel": {
    // false - disable customizable carousel.
    // false - отключить настраиваемую карусель.
    "enabled": true,
    // Type of cells - "default" (depends from window size), "normal" or "small".
    // Вид ячеек - "default" (в зависимости от размера окна), "normal" (обычные), "small" (маленькие).
    "cellType": "normal",
    // Normal cells settings.
    // Настройки ячеек обычного размера.
    "normal": ${"carouselNormal.xc":"normal"},
    // Small cells settings.
    // Настройки ячеек маленького размера.
    "small": ${"carouselSmall.xc":"small"},
    // Number of rows at carousel. 0 - use client settings
    // Количество рядов карусели. 0 - использовать настройки клиента
    "rows": 0,
    // Background transparency (default - 100).
    // Прозрачность подложки (по умолчанию - 100).
    "backgroundAlpha": 100,
    // Slot transparency (default - 100).
    // Прозрачность слота (по умолчанию - 100).
    "slotBackgroundAlpha": 100,
    // Slot border transparency (default - 100).
    // Прозрачность рамки слота (по умолчанию - 100).
    "slotBorderAlpha": 100,
    // Transparency of gradient frames at the carousel edges (default - 100).
    // Прозрачность градиентных рамок  по краям карусели (по умолчанию - 100).
    "edgeFadeAlpha": 100,
    // Mouse wheel scrolling speed multiplier (default - 1).
    // Множитель скорости прокрутки колесом мыши (по умолчанию - 1).
    "scrollingSpeed": 1,
    // true - hide cell "Buy vehicle".
    // true - скрыть ячейку "Купить машину".
    "hideBuyTank": false,
    // true - hide cell "Buy slot".
    // true - скрыть ячейку "Купить слот".
    "hideBuySlot": false,
    // true - hide cell "Restore Tank".
    // true - скрыть ячейку "Восстановить машину".
    "hideRestoreTank": false,
    // true - show total slots count in the "Buy vehicle" cell.
    // true - показывать общее количество слотов в ячейке "Купить машину".
    "showTotalSlots": false,
    // true - show used slots count in the "Buy slot" cell.
    // true - показывать количество занятых слотов в ячейке "Купить слот".
    "showUsedSlots": true,
    // set to false to remove background for locked vehicles (default: true).
    // поставить false, чтобы отключить фон для заблокированной техники (по-умолчанию: true).
    "enableLockBackground": true,
    // Visibility filters.
    // Видимость фильтров.
    "filters": {
      // false - hide filter.
      // false - скрыть фильтр.
      "params":   { "enabled": true }, // main params    / основные параметры
      "bonus":    { "enabled": true }, // x2 bonus       / x2 бонус
      "favorite": { "enabled": true }, // favorite tanks / основные танки
      "elite":    { "enabled": true }, // elite tanks    / элитные танки
      "premium":  { "enabled": true }  // premium tanks  / премиум танки
    },
    // Spacing between filters cells.
    // Отступ между ячейками фильтров.
    "filtersPadding": {
      "horizontal": 11, // по горизонтали
      "vertical": 13    // по вертикали
    },
    // Order of nations.
    // Порядок наций.
    //"nations_order": ["ussr", "germany", "usa", "china", "france", "uk", "japan", "czech", "poland", "sweden", "italy"],
    "nations_order": [],
    // Order of types of vehicles.
    // Порядок классов техники.
    "types_order":   ["lightTank", "mediumTank", "heavyTank", "AT-SPG", "SPG"],
    // Tank sorting criteria, available options: (minus = reverse order)
    // Критерии сортировки танков, доступные значения: (минус = в обратном порядке)
    // "nation", "type", "level", "-level", "maxBattleTier", "-maxBattleTier", "premium", "-premium",
    // "battles", "-battles", "winRate", "-winRate", "markOfMastery", "-markOfMastery", "xtdb", "-xtdb",
    // "xte", "-xte", "wtr", "-wtr", "damageRating", "-damageRating", "marksOnGun", "-marksOnGun"
    "sorting_criteria": ["-level", "nation", "type"],
    // Suppress the tooltips for tanks in carousel.
    // Убрать подсказки к танкам в карусели.
    "suppressCarouselTooltips": false
  }
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.