repoRust.ModLoadercancel

8 Commits over 700 Days - 0.00cph!

1 Year Ago
Fixed regex for depot downloader
1 Year Ago
Updated repo to new csproj format, added gather hook Added gather hook for accelerated staging mod, gonna do it as a standalone harmony mod until modloader becomes more mature
3 Years Ago
Add some script lifecycle hooks (loaded and unloaded) Add publicly accessible events for script lifecycle so non-script modules can do their own initialization etc. Add some extra fields to IScriptReference to support reflection on scripts
3 Years Ago
Keep track of soft dependencies for later ILMerge dependencies together so we only need to copy one file into HarmonyMods Move namespace-less public things into Public folder
3 Years Ago
Update dependencies Refactoring to support invokes which return a value Error reporting improvements Initial work on supporting inter-script dependecies Made ModLoader class public so other harmony mod DLLs can trigger hooks Update readme, add contributing
4 Years Ago
Add some info to the readme
4 Years Ago
Add code
4 Years Ago
Initial commit