inwc3 / wc3libs

Java library for reading and modifying Warcraft III maps and game files
Apache License 2.0
31 stars 11 forks source link

StdGameDirFinder not implemented for windows #46

Closed Frotty closed 4 years ago

Frotty commented 5 years ago

https://github.com/inwc3/wc3libs/blob/06de7ae12ba5bd8b8869277e2c05d5f3db43b4a2/src/main/java/net/moonlightflower/wc3libs/port/StdGameDirFinder.java#L41

Is this on purpose?

https://github.com/inwc3/wc3libs/blob/3bc785f7ee61133735bfbf20ada92d8aad9421f5/src/main/java/net/moonlightflower/wc3libs/app/ObjMerger.java#L1071

ObjMerger uses it, which makes this only work on mac?

WaterKnight commented 5 years ago

That's weird. I am pretty sure there should be a link to WinGameDirFinder since it exists.

Frotty commented 4 years ago

will this be fixed?!