Jump to content

Idea for new storage carousel filter


Mawel

Recommended Posts

Hello,

 

Would it be possible to create a vehicle storage filter by rank in ascending order (I,II,III,IV,V,VI,VII,VIII,IX,X) or descending (X,IX,VIII,VII,VI,V,IV,III,II,I) depending on the choice not like the current that removes all the tanks of the other row.

 

Tank you in advance for your reply.

 

Regards.

Link to comment
  • Administrator

Hmm,

 

Maybe try to edit res_mods\configs\xvm\Aslain\carousel.xc

    // Order of nations.
    //"nations_order": ["ussr", "germany", "usa", "france", "uk", "china", "japan"],
    "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", "maxBattleTier", "premium", "-level", "-maxBattleTier", "-premium"
    "sorting_criteria": ["nation", "type", "level"],

Change tank sorting criteria.

  • Upvote 1
Link to comment

Thanks for your reponse

 

I have changed the value in the "carousel.xc"

 

"sorting_criteria": ["level"] (for ascending order)

 

or

 

"sorting_criteria": ["-level"] (for descending order)

 

and it work fine.

 

If one person was interest for this solution, i join files"carousel.xc" modify to this post.

 

Remember to save the original version of the file in case of flashback

carousel.xc

Edited by Mawel
Link to comment

I would also like to see this.  Every time I update I change the file as below.

 

    // "nation", "type", "level", "maxBattleTier", "premium", "-level", "-maxBattleTier", "-premium"
    "sorting_criteria": ["level", "type", "nation"],
 
And I know a couple of people in my clan would like this as they are too lazy to edit each time.
 
Oh, the title to this thread is not quite right.  This isn't a filter, but instead changes the default garage tank order.  This makes it so most of the time I don't need filters.
Edited by FullTank
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.