It is time that someone made this happen. That someone will not be me, because I am lazy.
I have done some research on the topic of tokens, and found that it is indeed possible to show all tokens in your collection, and even to add them to decks (you can only play those decks in Sandbox Mode, though). Recall this thread for proof:
It is extremely easy to reveal individual tokens in your collection, like so:
Here’s how:
- Have Duelyst on Steam (or skip to Step 3 if you can find the file).
- Navigate to “C:\SteamLibrary\steamapps\common\Duelyst\resources\app\src”.
- Open “duelyst.js” with Notepad++ (after copying it to your Desktop just in case).
- Hit “Ctl+F” to search the document. Be warned – the file is huge, and so searching/editing it is very slow. Also, the devs decided to be annoying by putting all the code on a single line.
- Search for “.setIsHiddenInCollection(!0)” and hit “Find Next” until you find the token you want (you’ll probably be able to tell based on the name that will be somewhere around there in the document, though almost none of the names are the same as in the game).
- Change the “!0” to “!1”. (can someone tell me why they would use “not false” instead of “true”?)
- Save the file
So, why can’t I just Replace All “.setIsHiddenInCollection(!0)” with “.setIsHiddenInCollection(!1)”, you ask? The answer is: Bloodbound Spells are the Devil! BBS cannot be displayed in your collection, so changing one to be visible will cause the game to never load.
[deep and tortured sigh]
So, that is why we need a sacrifice… someone willing to waste their time manually going through the duelyst.js document and changing all non-BBS .setIsHiddenInCollection(!0) to .setIsHiddenInCollection(!1). Also, I would avoid changing boss tokens to be visible – it does not break the game, but as far as I could tell they did not show up in the collection anyway. There are 100 tokens minimum that would have to be converted this way.
So, why should you do this? Whoever does (and uploads their modded duelyst.js here, of course) will get to decide the word for my next Word-to-Card Contest! Also, it’s a challenge. Who will accept it?
WHO IS OUR SACRIFICE?!