Sorry, we don't support your browser.  Install a modern browser

A way to copy/import custom UI assets (under Scripting)#2910

Currently, there’s no way to import or copy over custom UI assets. This is a nuisance when you’re working on the UI a lot.

Use case: this Ready UI mod, which has Ready and Not Ready for every player color. Adding this to your mod is a tedious task of copy-pasting all the assets over one by one.

If you’re working from scratch, you can load that mod first and then edit from there, but if you’re working on an existing mod (with a delicate setup that can’t be loaded in), you have to do it the manual way.

4 months ago

This can be done by script:
Either directly via https://api.tabletopsimulator.com/ui/#setcustomassets or the 2nd argument on setXml() / setXmlTable() https://api.tabletopsimulator.com/ui/#setxmltable

4 months ago