Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I just noticed that TTS changed sphere casts to only size off the x value (and ignore the y&z size values). Now, if you resize this bowl to be an oval, the cast stays a sphere. I wonder why they removed that functionality.
Do you know of any work arounds?
function onDestroy()
if timerID ~= nil then
Timer.destroy(timerID)
end
end
It does exit cleanly sometimes as well which throws me for a loop.
Anyone else had this issue and possibly resolved it as well?
If you ever want to take a peek at the cast, 7 lines from the bottom is: --debug=true
Remove the -- and it will visualize the casting
I've got an issue using it : after reducing size of the bowl to 0.5/0.5/0.5, it doesn't count anymore what is inside (it is counting when I keep the coin above the bowl, but give "0" when release inside").
I had to resize the coin and make it bigger to prevent that bug.
Great little tool, like all the rest of your creations.
Time to get off my butt =)
I adapted the code to count Trade Goods tokens on the race sheets in my mod .
Note: You could destroy the timer when the bowl is destroyed, else the console will be spammed with regular error messages when it happens.
· I want to count the number by setting the name of all the cards to "1"
· How can I adjust the area to be counted to matte?
This is fixed instantly, though. So if you save/load your table with multiple bowls, they will all work fine. It is just a bug with copy/paste
Thanks for your insight.
One thing is that the mats are square though, and not actually circular. You could pretty easily change the cast to a sphere instead of a box though, and that would solve the problem (with the right numbers)