Slay the Spire

Slay the Spire

353 ratings
StS Deck Tracker
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
37.485 KB
25 Feb, 2019 @ 4:46am
5 Aug, 2022 @ 8:16am
21 Change Notes ( view )

Subscribe to download
StS Deck Tracker

Description
Adds a simple deck tracker for both your current draw deck and your discard deck. Hovering over a card in the tracker provides the text for the card.

It's currently not very pretty, but it works.

Mod Compatibility:
- Custom cards / characters should work fine, HOWEVER the custom orb image may work and the hover-over text may be incorrect.

Special thanks:
-Kiooeht and the other basemod developers for all the patch apis
-bug-sniper for the displaying the expanded description code

Source-code: https://github.com/girogore/DeckTracker
34 Comments
ngoodblood 26 Nov, 2023 @ 8:50am 
works great!
GXY12581 20 Aug, 2023 @ 4:23am 
Nice mod,Thanks!
Ocean 4 Aug, 2022 @ 9:30pm 
any chance u could check my PR?
Eli 28 Mar, 2022 @ 2:35am 
man i dislike that it hides my turn order tracker and if i have too many cards it starts covering my enegry and i know i can shrink it but it then looks weird
ShirasuAzusa_Trinity 18 Jun, 2021 @ 3:30am 
It's like Chono Ark! I love it! Thx!
折线 18 Dec, 2020 @ 8:00pm 
It's really convenient, a great mod.
Hand Banana 19 Nov, 2020 @ 2:25pm 
I didn't read all the comments so I'm not sure if it's been suggested, but having the cards show up in order when you have the frozen eye would be a really helpful change.
Enchanteur 26 Oct, 2020 @ 12:10am 
Thanks, this mod is great!
Bubbles  [author] 12 Mar, 2020 @ 3:00am 
the issue was less that it was failing to render and more that it was logging that it was failing to render.
EYB 11 Mar, 2020 @ 6:57am 
If a card uses a custom way to render portraits, like those in my mod (The Animator), the DeckTrackerCard class will keep throwing and catching the same exception "Decktracker:: cardName failed to draw" causing noticeable lag.

I suggest caching that result and skipping the portrait rendering once you catch that exception.