Tabletop Simulator

Tabletop Simulator

Not enough ratings
Bag Tools for Modding
   
Award
Favorite
Favorited
Unfavorite
Type: Utility
Complexity: Low Complexity
Language: English
File Size
Posted
56.662 KB
12 May, 2024 @ 7:02pm
1 Change Note ( view )

Subscribe to download
Bag Tools for Modding

In 1 collection by _______
Modding Tools - Quality of Life Improvements
5 items
Description
Tools for quickly and easily interacting with bags while modding

Bag Transfer Tool - Copy all objects from one bag to another in a single click
Un-Bagging Tool - Remove all objects from a bag in a single click
Bag Tagger - Add a specific tag to all objects within a bag in a single click

If you need any help with using these tools, feel free to get in touch.

Happy modding!
11 Comments
Adil3tr 16 Jun, 2024 @ 12:46pm 
You might want to consolidate all the functions into one tool, like the make anything editable tool: https://steamhost.cn/steamcommunity_com/workshop/filedetails/?id=3179636357
Adil3tr 6 Jun, 2024 @ 6:45am 
Something that could be really nice is a simple template object that lets me give it a script that it’ll inject objects with when you put in their GUID and press the button. If I’m not the host it can be hard to add helpful scripts to objects sometimes.
_______  [author] 25 May, 2024 @ 10:21pm 
No worries! Glad that it helped. I whipped up a little tool which I THINK is what you want for the bag counters. https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3254608039

I haven't done heaps of testing with it though so hopefully there aren't any cheeky bugs in the code. If you have any issues with it, feel free to give me a yell and I'll see what I can do.
Adil3tr 24 May, 2024 @ 6:36pm 
I don't have the first tool so thanks for making it! I just added it to my Captains of Industry mod.
_______  [author] 24 May, 2024 @ 5:17pm 
I missed that you've probably got the first tool already but I made it so I thought I may as well publish! https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3253707189

I'll have a look at the label one now- I think I have an idea that might make it easy but we'll see how it goes. I'll probably just make it for bags right now but I can possibly add functionality for decks later. The issue is that decks are so dynamic and can be created and destroyed very easily so it makes it tricky.
Adil3tr 23 May, 2024 @ 9:05pm 
If the number counter worked on decks, that would be terrific. There's an object that does it for decks right now but it's very buggy
Adil3tr 23 May, 2024 @ 6:07pm 
Sure thing. You can add this function to this mod if you want too, I got the code from someone else anyway.

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3244936914
_______  [author] 23 May, 2024 @ 5:52pm 
No worries! I think I should be able to whip something up when I get some free time. :) I'll let you know here once it's done.
Adil3tr 23 May, 2024 @ 5:30pm 
Yup, a bag that will reject stacks or split them and only then take them in. And a simple way to add a number indicator for how many things are in a bag. Most people use the Make Anything a Bag Tool so being able to choose the scale or position of the number is important.
_______  [author] 23 May, 2024 @ 5:11pm 
Hey! Thanks for the suggestions. I can have a look into it! Just to clarify, you want a bag that will only accept single items rather than a deck of cards or tokens? And the second request is simple to show the number of items inside the bag as a label without having to hover over the bag?