-
-
Notifications
You must be signed in to change notification settings - Fork 67
M_MSCLoader_Mod_SetupFunction_1
piotrulos edited this page Jun 19, 2026
·
2 revisions
Setup selected function for your mod
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.2.410
C#
public void SetupFunction(
<a href="T_MSCLoader_Mod_Setup">Mod.Setup</a> functionType,
Action function,
string customStatusText
)View Source
- Mod.Setup
- Function type
- Action
- Your own function to execute that type
- String
- Custom status text on loading progress bar (Only in OnNewGame, PreLoad, OnLoad, PostLoad)
- 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