Changes

Jump to navigation Jump to search
1 byte added ,  20:15, 22 July 2020
Line 63: Line 63:     
If you want to reference external dll files, you can either put them in the '''Software Inc_Data\Managed''' folder.
 
If you want to reference external dll files, you can either put them in the '''Software Inc_Data\Managed''' folder.
 +
 
You can also add this code snippet to your ModMeta class, to load dll's from a subfolder: (Note that this requires GiveMeFreedom and it might not find the correct dll filename, adjust it to your situation)
 
You can also add this code snippet to your ModMeta class, to load dll's from a subfolder: (Note that this requires GiveMeFreedom and it might not find the correct dll filename, adjust it to your situation)
 
  public override void Initialize(ModController.DLLMod parentMod)
 
  public override void Initialize(ModController.DLLMod parentMod)

Navigation menu