send me a tell
Type: Posts; User: Tragic
send me a tell
This was one of those mods I never got around to finishing...
The boardgame publisher.
Yes they know that there are iffy and even mods that are banned by publishers. It is not their problem. They provide a "tool" and the "tool" can be used legitimacy. It...
steam takes downs are done by steam.. not Beserk. Any game dev and ask for the pirated assets to be removed if they want and steam will always agree.
Hi... been using TTSbackup for a while now and it is a must have tool for serious modding imo... fantastic work...
I have a feature suggestion that I thin would really help modders fix broken...
I'm having a super strange problem with my current mod.... everytime I try and "send to TTS" from Atom.. I get these errors I have not ever seen before....
https://i.imgur.com/UqSQm39.jpg
This...
unfortunately I have not really played with the XML stuff .. so I can not help.. sorry.
Based on your reply I seem to have failed to express my meaning. I'm not really a great teacher, sorry, as you have completely misunderstood me. The thing is though is that you are so incredibly rude...
#1 - Well that is how I do it, you can take it or leave it! : ) When you get into more advanced takeobject functions you may find that having it automatically start moving the instant spawns not be...
1# Objects should retain their rotation they had when put in the bag... so if you drop a token in it in face up, it will be face up when you pull it out. If the object is changing rotation, I would...
sorry, I assume english is not your 1st language... but I do not really understand what you are asking... are you asking for a chest that has a button that randomly draws a item form within it?
Simple Sounding Function
function round2(num, numDecimalPlaces)
return tonumber(string.format("%." .. (numDecimalPlaces or 0) .. "f", num))
end
Anyone that has tried to do if...
Work Around Solution
(does not address the problem, only avoids it)
I have a solution that seems to have fixed this.. but it is not addressing the error, just avoiding it.
The script I wrote...
Hi there... I have a small script that changes a object as it is moved around through script zones. The idea is that the player board has a "fetch card" button that changes each time someone moves...
The easiest way to do this is to use STATES, which is a function that dose not require any scripting.
Just place both objects next to each other, drag a box around them, right click on one and go...
I do not know of anything like that... but stackechange is a searchable question and answer thing you can look at. Almost anything a beginner could think to ask is most likely already asked and...
Traditionally when you cut a deck you place the bottom on the top. This for example is how it is done in every casino on the planet and in most games that require cutting I know of.
actually it does.. not sure why it didn't show up in the search before.
https://api.tabletopsimulator.com/base/#spawnobjectjson
https://api.tabletopsimulator.com/object/#get-functions
Improved MegaFreeze (make Objects non-Intractable)
One of the first scripts I posted into this thread was called "MegaFreeze". It was a script that you placed in global and simply set groups of...
You should try using the button code.
If you make a button but have the size at zero, it just displays text and there is nothing to click. This way it is acts and looks exactly like a text...
does not seem to be in the API?
Thanks, but what I am just asking is, if there is a way to dynamically GET the existing timer names. In the same way you can go self.getButtons() or obj.getCustomObject() .. etc etc
You can't make objects behave like cards... but you can make them be able to be loaded into a player hand.
Looking at your image, that is how I would do it. I would make a two sided token, with...
You can use PNG images with transparency for cards to make them hexagons but it isn't perfect.... the "stack" is still using the rectangular bounding box....
https://i.imgur.com/APbXsDV.png
But...
that is the question though.... is there a way to "find them" or to clear them without knowing the tags.