Closed RoadTrain closed 3 years ago
@Greavesy1899 tell me what you think. If this approach is OK, I'll need to update some language strings and readme probably.
@RoadTrain I do like this change. I've always disliked the "move dll to Toolkit folder" prerequisite, so I am happy with this change. :)
I'll wait for localization and readme changes before merging
Done. Please let me know if I need to improve wording :)
Looks perfect. Thanks for the changes!
First commit is a fix for build errors I encountered locally. Second one is the meat of this PR.
I've written a custom resolver so that we don't have to copy
oo2core_8_win64.dll
to toolkit folder anymore -- it's resolved directly from game directory. This is a new .NET approach, wasn't available in .NET Framework, AFAICT.