Liquidize / FFXIV_PercentilePlugin

Percentile Plugin for ACT
26 stars 10 forks source link

Error on plugin load #2

Closed xeno002 closed 6 years ago

xeno002 commented 6 years ago

Getting this error inizialisation. what am i doing wrong? https://i.imgur.com/Q2HMPTv.png https://i.imgur.com/piQSDOv.png

Liquidize commented 6 years ago

You need to place the DLL's in the folder with the "Advanced Combat Tracker.exe". ACT only looks for DLL's to load with plugins within its own folder. I have yet to make the plugin hotload its dependencies like the OverlayPlugin does.

xeno002 commented 6 years ago

Thank you. Putting only 'PercentilePlugin.Shared.dll' in the same folder as 'Advanced Combat Tracker.exe' fixed it.

I try to keep the root folder clean. Hope the other 2 DLLs can stay in an extra folder.