-
Notifications
You must be signed in to change notification settings - Fork 27
Installation
The simplest way to install the plugin is to use Atom's in-built package manager. In Atom's Settings
, click on the Install
panel, and then type "tabletop" into the search box and hit enter; the top hit should be the tabletopsimulator-lua
package: install it.
This will give you the newest official release of the package, and Atom will then keep it up-to-date whenever a new version becomes available.
Updates to the Atom package build up over time before being pushed out with a version update when Tabletop Simulator itself is updated. If you would like to receive updates as soon as they are merged into the Git repository then you can clone it to your computer and then update it at any time by pulling:
- Uninstall any version of this package you have installed in Atom (Settings->Packages->Click Uninstall)
- Install GitHub Desktop https://desktop.github.com/
- Install node.js https://nodejs.org/en/download/
- On the GitHub page for the project hit
Clone->Open In Desktop
- In GitHub Desktop go to
Repository->Open command prompt
(ignore warnings about no Git if you get them) - Type
apm link
- Type
apm install
- You should be done! Fire up Tabletop Simulator and Atom and see if you can
Get Lua Scripts
In future, to update your version simply run Github Desktop and hit Fetch origin / Pull. On the GitHub project page you can hit the Watch
button at the top right to be notified when the repository is updated.
If you would like to be even more cutting-edge, or if you would like to develop your own improvements to the plugin, then you can install a fork of the main repo that is being worked on. Follow the instructions above, but instead of cloning the master version of the plug-in clone the fork you want. Note that while the Pre-Release version is likely to be stable (though not guaranteed!), Development versions are quite likely to be unstable. You have been warned!
Tabletop Simulator by Berserk Games: Knowledgebase | Forums | Forum post for this package