Tabletop Simulator

Tabletop Simulator

Eternal Decks [Scripted]
8 条留言
Malixx  [作者] 21 小时以前 
There is only one script working right now, I intend to finish it someday
Starpunk 10 月 16 日 下午 6:06 
Is it just me or is the scripting not working at all? What needs to happen before clicking the setup button?
XShrike 9 月 5 日 下午 10:20 
Am I missing something? It seems like all the setups buttons say "Click to start Stage A"? Even then, it doesn't seem to be doing the Stage A setup. It is drawing a Starting Task for State E.
tirankin 8 月 17 日 上午 7:13 
Howdy! Loving the mod. Couple things, though.

1) We can't find the multiplayer Golem card. The image is present on the image files being used, but the card lined up next to Kappa, Yeti, & Cyclops is Dragon, rather than Golem.

2) It's bothersome to put a card on the field, then realize you have to move it out of the way to get your Communication Disc out from under it. Please consider adding code to the Communication Discs which causes them to "pop up" above cards dropped onto them, e.g.:

function onCollisionEnter(collision_info)
local collidedObject = collision_info.collision_object
local collidedObjectType = collidedObject.type
local collidedObjectPosition = collidedObject.getPosition()
local oldPosition = self.getPosition()
local relativeDistance = oldPosition.y - collidedObjectPosition.y
if collidedObject.type == [[Card]] and relativeDistance < 0 then
local newPosition = {x = oldPosition.x, y = oldPosition.y + 0.3, z = oldPosition.z}
self.setPosition(newPosition)
end
end
Malixx  [作者] 6 月 18 日 上午 11:47 
I don't know about the missing object, but if you're not seated at a color, the script won't work
Shas'Ui 6 月 16 日 下午 12:48 
Hey! Thanks so much for the mod. Everything is amazing especially given how little info can be found online on this game.
One issue: something does not load, and the layout buttons don't work. Nothing happens.
aka_demik 6 月 13 日 上午 5:55 
Thank you so much
Oregono 6 月 3 日 上午 11:14 
Been looking for this for a few weeks! Its impossible to buy. Thanks!