-
-
Notifications
You must be signed in to change notification settings - Fork 65
Methods_T_MSCLoader_ModConsole
piotrulos edited this page Dec 18, 2024
·
2 revisions
| Error | Print an error to the console. |
| Log(Object) | Same as ModConsole.Print(obj); |
| Log(String) | Same as ModConsole.Print(string); |
| Log(IList, Boolean) | Logs a list (and optionally its elements) to the ModConsole and output_log.txt |
| LogError | Same as ModConsole.Error(string); |
| LogWarning | Same as ModConsole.Warning(string); |
| Print(Object) | Prints anything to console. |
| Print(String) | Print a message to console. |
| Warning | Print an warning to the console. |
- How to install MSCLoader using MSCLInstaller
- How to install mods
- Official experimental linux support
- Unofficial tutorial for linux (wine/proton)
- Install Visual Studio for MSCLoader
- Install template for Visual Studio
- How to use templates
- Debugging your mods in Visual Studio
- Enable DevMode to help with debugging
- Uploading and creating Self update feature for your mod or reference
- How to create and use Asset Bundles