1. Please be advised of a few specific rules and guidelines for this section.

RELEASED Starbound Template Library

Discussion in 'Other' started by looter, Dec 12, 2013.

  1. looter

    looter Void-Bound Voyager

    Starbound Template Library
    A community made helper library for Starbound lua scripting. Right now it has lots of helper functions for the string, math and table libraries for you to use in projects.

    You can find it on Github.

    How to use
    • Clone starbound-template-library into your mods folder
    • Add starbound-template-library to your .modinfo dependencies array
    • Include /helpers/stl.lua in your scripts array in your objects definition file
    How to contribute
    Submit your desired changes as a pull request, and try to keep it to one pull request per change so its easier to manage.
     
    Last edited: Dec 16, 2013
  2. looter

    looter Void-Bound Voyager

    Updated to use the new modinfo system.
     

Share This Page