Jump to content

carousel editing


bubs79

Recommended Posts

wonder if someone can help me  ,  I'm trying to  edit the carousel so that  I have  heavys showing first , example I want heavys first   mediums 2nd  lights 3rd tds 4th arty 5th

I'm messing round with config file and  I just cant get it right

Link to comment
  • Moderator

in carousel.xc, you should see a line near the bottom with:

    "types_order":   ["lightTank", "mediumTank", "heavyTank", "AT-SPG", "SPG"],

 

Change that to:

    "types_order":   ["heavyTank", "mediumTank", "lightTank", "AT-SPG", "SPG"],

 

And if you want all heavy tanks next to one another, regardless of the nation, the line beneath types_order, you should probably remove nation as the first sorting criteria

Edited by Quaksen
Link to comment
17 minutes ago, Quaksen said:

in carousel.xc, you should see a line near the bottom with:

    "types_order":   ["lightTank", "mediumTank", "heavyTank", "AT-SPG", "SPG"],

 

Change that to:

    "types_order":   ["heavyTank", "mediumTank", "lightTank", "AT-SPG", "SPG"],

 

And if you want all heavy tanks next to one another, regardless of the nation, the line beneath types_order, you should probably remove nation as the first sorting criteria

thanks ill try that way , I did set the types order the way u have , but I edited  the line beaeath it and , when started game  I ended up with default 1 row vanilla   carousel

Link to comment
1 minute ago, Quaksen said:

Maybe you made small mistake in the config when you edited it, one small character being wrong, will break the config, and load default XVM stuff :)

 

hmm strange ive put the config as u have said but this is how it comes out

 

 

 

 

shot_005.jpg

Link to comment

now this is weird ive got it almost there . but the the tanks just not setting out right  here is my config

 

  // Order of nations.
    // Порядок наций.
    //"nations_order": ["ussr", "germany", "usa", "france", "uk", "china", "japan", "czech"],
    "nations_order": [],
    // Order of types of vehicles.
    // Порядок классов техники.
    "types_order":   ["heavyTank", "mediumTank", "lightTank", "AT-SPG", "SPG"],
    // Tank sorting criteria, available options: (minus = reverse order)
    // Критерии сортировки танков, доступные значения: (минус = в обратном порядке)
    // "type", "nation", "level", "-level", "maxBattleTier", "-maxBattleTier", "premium", "-premium",
    // "winRate", "-winRate", "markOfMastery", "-markOfMastery", "xtdb", "-xtdb", "xte", "-xte",
    // "damageRating", "-damageRating", "marksOnGun", "-marksOnGun"
    "sorting_criteria": ["type", "nation", "level"],
    // Suppress the tooltips for tanks in carousel
    // Убрать подсказки к танкам в карусели
    "suppressCarouselTooltips": false
  }
}

 


problem is  tanks r still over the place

Link to comment
  • Moderator

Default nations order is probably used, when you use the sorting criteria nation.

 

If you want all heavy tanks, regardless of nation, next to eachother, you should probably remove nation completely from the sorting_criteria.

 

Not really sure about the above. :) Hehe.

 

Otherwise I see nothing wrong in your screenshot.

The tanks are sorted top to bottom, column by column.

Edited by Quaksen
Link to comment
Just now, Quaksen said:

Default nations order is probably used, when you use the sorting criteria nation.

 

If you want all heavy tanks, regardless of nation, next to eachother, you should probably remove nation completely from the sorting_criteria.

 

Otherwise I see nothing wrong in your screenshot.

The tanks are sorted top to bottom, column by column.

I think its something to do with the ratings too  , would removing that be ok ?

Link to comment
3 minutes ago, Quaksen said:

Not sure that matters?

 

In your screenshot, they are sorted by type, as you wanted, and afterwards sorted by level, which also looks fine in the screenshot.

 

yes that's ok  I don't mind that view but I was wanting to get all heavys first  regardless of level and  nation,  ive tried numerous things  and still no joy

Link to comment
4 minutes ago, Quaksen said:

Did you try the sorting criteria as:

    "sorting_criteria": ["type", "level"],

or

    "sorting_criteria": ["type"],

ive tried that and still no joy , oh well ill just use the config  for what I have screen shotted , its close enough to what I wanted

Link to comment

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.