Skip to content

Properties_T_MSCLoader_Mod

piotrulos edited this page Oct 8, 2021 · 1 revision

Mod Properties

The Mod type exposes the following members.

Properties

 

Name Description
Public property Author Author of the mod (Enter your nickname in this variable)
Public property Description Short Description of your mod
Public property Icon Mod Icon from Resources or Embedded Resources.
Public property ID The ID for your mod (This should be unique).
Public property isDisabled true if mod is disabled
Public property LoadInMenu Load this mod in Main Menu.
Public property Name The name of mod that will be displayed in settings. (if not set, will be same as ID)
Public property SecondPass Enable SecondPassOnLoad() that will execute after all mods have been loaded.
Public property UseAssetsFolder Set this to true if you want load custom files from Assets folder (This will create a subfolder for your mod)
Public property Version The current version of the mod. (prefered standard version format: 2, 3 or 4 digits)
  Back to Top

See Also

Reference

Mod Class
MSCLoader Namespace

Clone this wiki locally