Tabletop Simulator

Tabletop Simulator

Not enough ratings
Deck Sorter
2
   
Award
Favorite
Favorited
Unfavorite
Assets: Scripting
File Size
Posted
Updated
43.580 KB
9 Oct, 2017 @ 8:48pm
9 Oct, 2017 @ 8:51pm
2 Change Notes ( view )

Subscribe to download
Deck Sorter

Description
A tool to sort your decks into order using names/descriptions on the card. Uses card names (easy to modify) as well as suits (also easy to modify).

I did NOT design this to work with large decks. If you have 100+ cards in a deck, it may crash Tabletop Simulator.

This works well with the deck naming tool by Skor: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1108448503

I also stole the deck from there.
3 Comments
Finaryman 10 Oct, 2022 @ 3:24pm 
to work alphabetically make script turn all letters to uppper or lower case before comparing
anniemuse 1 Jun, 2022 @ 10:43pm 
This is a pretty neat mod, great for a traditional deck / card game. I love how user friendly the kitty script is, and easy to modify to get the desired results (before you get to the real deal). Thanks so much for sharing, really love your work!

I'm currently attempting to make a deck builder mod, and the load time was dramatically decreased by containing individual cards in custom cardboxes (bag items). Meaning, I can't make use of your Deck Sorter mod for my sorting needs, as no deck is found.

I can't seem to find a simple A-Z name and/or desc sorter for objects in a container other than a deck, do you know of any? I really thought it would be a default TTS sorting option ..
You must be the genius everyone else is making their deck sorters from ;)
『C J』 16 Oct, 2017 @ 4:21pm 
How would I simply make it work Alphabetically? Change the ref_CardOrder array to read A,B,C,D, and so on all the way to Z?