-
-
Notifications
You must be signed in to change notification settings - Fork 67
M_MSCLoader_ModUI_CreateProgressBar
piotrulos edited this page Jun 19, 2026
·
1 revision
Create Custom Progress Bar
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.2.410
C#
public static void CreateProgressBar(
string title,
int maxValue,
string status
)View Source
- String
- Progress bar title
- Int32
- Max value of progress bar
- String
- Progress bar status text
- 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