Tabletop Simulator

Tabletop Simulator

Not enough ratings
Card Editor
   
Award
Favorite
Favorited
Unfavorite
Type: Utility
Complexity: Low Complexity
Tags: Tools
File Size
Posted
Updated
40.980 KB
Jun 28, 2020 @ 8:59pm
Mar 24, 2021 @ 10:15pm
22 Change Notes ( view )

Subscribe to download
Card Editor

Description
A simple Card Editor for rapid prototyping card-based games.

Features:
-Spawn Custom Cards
-Edit Card Names and Descriptions
-Name and Descriptions stay even if shuffled into a deck.
-Quick and Easy

Instructions:
To Spawn a card: Click the White Area of the "Spawn Card" Card.
To Edit a card: Hover over the card and press Numpad 1 or Numpad 2 depending on whether you want to edit the card's name or description respectively.
You can also move the "Spawn Card" Card by grabbing the top black area and dragging where ever.

*NOTE* There is a small problem with needing to click on the table area at least once between edits. This is a problem with TTS and how it deals with event buttons and UI interaction, not much I can do about it.

Enjoy! I may return to this in later times and clean up some of the UI stuff for adding images to cards.

9 Comments
Cabledragon  [author] Jan 24, 2021 @ 9:51pm 
That is not what this utility is for Dimondom. It's not meant to replace the default method of making cards. If you want cards you can export and take anywhere. Just make actual images for them and import an image sheet and do it the way TTS intended. This is for rapid testing of card games and ideas meant to be played on this table. You could at most copy the code over to a different type of table if you wanted to change the table itself, but other than that these cards aren't meant to be exported or used elsewhere.
Dimondom Jan 24, 2021 @ 2:36pm 
I made a few cards but when I saved them and moved them into another table they were blank. The description remained but the card itself is blank. What am i doing wrong?
MIKA Nov 20, 2020 @ 11:00am 
Why the function is global?
I don't like to copy/paste global code to mods.
Especialy, if there alrady is one.
Cabledragon  [author] Oct 27, 2020 @ 5:43pm 
There is no support for images currently because images are a pain in the ass with TTS because you have to host them or upload them to their cloud and then there's problems with XML and handling that stuff, again mostly just TTS. Also, at the point you are adding images, you might as well just make the image of the entire cards and upload them with TTS's standard card handling stuff. This tool is specifically for making rapid cards that just have descriptions with no images, so I probably won't add this feature in the future anytime soon.
MindЯewind Oct 9, 2020 @ 8:00pm 
Very cool! good job @Author How do you add images? Seems like there would be a way, I just dont understand how(⌯˃̶᷄ ﹏ ˂̶᷄⌯)
Cabledragon  [author] Sep 9, 2020 @ 3:28pm 
You can do all of that fine, edit your text in a text editor like wordpad and then copy and paste it in to the form.
Argus Sep 3, 2020 @ 5:14am 
This is so close to being exactly what I want, but the inability to put line breaks in, and also the editor being a single line and not the whole text, kinda makes it impossible to use. And I dunno if it'll ever have that function. I'm glad you made this, it's gonna be useful for a lot of people, and I'm mostly leaving this comment so I can remember it exists in the future, just in case you update it to have the hyper-specific tricks that I need.
Cabledragon  [author] Jul 9, 2020 @ 5:09am 
Update: Fixed a bug causing cards to appear upside down in hand.
*Note*: I have no idea why it works the way it does though, Xml is a strange and mysterious beast.
Cabledragon  [author] Jul 8, 2020 @ 1:44pm 
Update: Fixed a bug with card description position changing after editing a card.