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 files 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)