Tabletop Simulator

Tabletop Simulator

Dominant Species
6 kommenttia
aclif  [tekijä] 26.1.2023 klo 7.17 
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.1.2023 klo 21.17 
Thanks for the mod. Any way to move the animal boards? They seem stuck to the right side?
aclif  [tekijä] 14.12.2022 klo 10.13 
Thanks for reporting the bug. I've merged in the change. Let me know if you find anything else
Splunge 11.12.2022 klo 0.05 
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  [tekijä] 9.8.2022 klo 8.40 
You're welcome. Thanks to Kai & GMT for giving me approval and the assets
-Eclips- 8.8.2022 klo 9.42 
Thanks for making a working version of this mod!