Tabletop Simulator Source

by Kaiochao
Free source code! [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Kaiochao.TabletopSimulatorSource##version=0

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Kaiochao.TabletopSimulatorSource##version=0

105 downloads
Latest Version
Date added: Dec 15 2015
Last updated: Dec 16 2015
1 fan

Comments

KingCold999: (Jun 7 2016, 4:42 pm)
Yup.
Well thankyou :D

Found a few more problems, likely to do with layers as well, like the dice not showing numbers and cards can't seem to hold images (unless I'm doing it wrong, which is probable). Gonna see if I can fix them
Kaiochao: (Jun 7 2016, 1:02 pm)
KingCold999 wrote:
Not sure if it's just me, but nothing seems to be movable currently. :(
It seems the newer BYOND versions broke the layering here. It's a simple fix, though:

_lib/mouse.dm:35
    New()
. = ..()
screen += new /atom/movable {
name = ""

layer = -1#INF // remove this
plane = -100 // add this

mouse_opacity = 2
screen_loc = "SOUTHWEST to NORTHEAST"
}

But, if I do get it working, am I allowed to include this in a tabletop project game I am making? (With credit of course)
Yup.
KingCold999: (Jun 7 2016, 12:49 pm)
Not sure if it's just me, but nothing seems to be movable currently. :(

But, if I do get it working, am I allowed to include this in a tabletop project game I am making? (With credit of course)
Rushnut: (Dec 16 2015, 3:01 pm)
Finally, Rushnut can be is cool.