Getting Started
Installing
While it's technically possible to use Hammerstone from Steam, it's highly recommended to install from GitHub. This will allow you to view the source code as you develop your own mod, and perhaps, maybe even contribute something of your own! You can find the source code here.
You should download/clone Hammerstone to your mods directory, e.g. %appdata%\majicjungle\sapiens\mods\
What next?
Hammerstone is a framework. The next steps for you depend entirely on what you're trying to create. Here are some systems you might want to explore:
- Get started with logging with Logger.
- Get started with UI with UI Manager.
- Get started with input with Input Manager
- Get started with game saves with Save State Manager