Tabletop Simulator

Tabletop Simulator

Dominant Species
6 Comments
aclif  [author] 26 Jan, 2023 @ 7:17am 
You could unlock them with the "L" key or right-click -> go to toggles -> click lock/unlock. I think most of the scripting will still work, but I can't guarantee it.
WrathofGnon 25 Jan, 2023 @ 9:17pm 
Thanks for the mod. Any way to move the animal boards? They seem stuck to the right side?
aclif  [author] 14 Dec, 2022 @ 10:13am 
Thanks for reporting the bug. I've merged in the change. Let me know if you find anything else
Splunge 11 Dec, 2022 @ 12:05am 
Thanks for the mod. It works great and we had a lot of fun.

But I think there is a small bug when calculating the dominance for the amphibians. They start with three water elements but only two seem to be count with the the other animals.

I locally fixed this by making the following changes to the function "getAnimalElements":
if animal == ELEMENT_TO_SPECIES[element] then
table.insert(elements, element)
table.insert(elements, element)
if animal == TAG_AMPHIBIANS then
table.insert(elements, element)
end
end

Maybe you can fix this also in your public mod. Thank!
aclif  [author] 9 Aug, 2022 @ 8:40am 
You're welcome. Thanks to Kai & GMT for giving me approval and the assets
-Eclips- 8 Aug, 2022 @ 9:42am 
Thanks for making a working version of this mod!