Adds hotloading mods and console mod management to the game.
This mod adds hotloading mods to the game which allows you to be more flexible with your development environment. This might for example be useful if you are using an IDE that requires configuration files etc, which are not allowed in the mods folder.
hotload
<file
> (replacing file with the full file path to the .cs file you want to load) and hit enter. hotload unload
.hotload
command at any time to get the status of the hotload feature.The mods
command allows you to manage mods loaded via the RaftModLoader.
mods
prints a list of all mods loaded by RML to the console.mods help
prints a help message for the mods
command directly to the console.mods refresh
refreshes the RML mod list. This is equivalent to pressing the refresh button in the mods menu.mods reload
<modname
>If you have any ideas or issues with this mod, please contact me on Discord (traxam#7012
) or open an issue in the git repository.
Description last changed on 2019-05-23