Skip to content

brianide/tml-hamstarhelpers-mod

 
 

Repository files navigation

Mod Helpers

Supplies assorted helper functions and classes, and provides a handy in-game mod control panel UI for listing mods, reporting bugs, editing configs, and adding other customizeable functions.

Players: Now offers per-world mod locking and can automatically list your tModLoader server(s) with the Server Browser mod!

Modders: Now provides an in-game feedback UI for your mod(s) via. github. Simply add the following lines of code to your Mod class:

    public static string GithubUserName { get { return "<your github name>"; } }
    public static string GithubProjectName { get { return "<your github project>"; } }

Note: NO mod dependency required!

For more information on additional mod helper features, visit the homepage.

Support my mods!

About

Supplies assorted helper functions and classes. Meant for use primarily with hamstar mods. NEW! Now provides an in-game feedback UI for mods with github (see thread for usage instructions).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%