Changes

Jump to navigation Jump to search
86 bytes added ,  20:14, 22 July 2020
Line 62: Line 62:  
== Dependencies ==
 
== Dependencies ==
   −
If you want to reference external dll files, you can either put them in the '''Software Inc_Data\Managed''' folder, or add this code snippet to your ModMeta class, to load dll's from a subfolder: (Note that this requires GiveMeFreedom)
+
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)
 
  public override void Initialize(ModController.DLLMod parentMod)
 
  public override void Initialize(ModController.DLLMod parentMod)
 
     {
 
     {

Navigation menu