RyMaxim / cotw-mod-builder

A tool to create custom mods for COTW. Under new management.
https://www.nexusmods.com/thehuntercallofthewild/mods/410
6 stars 0 forks source link

Replacing dropzone makes invalid paths #7

Open TravisUNT opened 1 week ago

TravisUNT commented 1 week ago

When you create mods and tell it to replace the dropzone folder, it creates extra backslashes and thus an invalid path. For example, I created a mod, told it to replace the dropzone folder, and it said "[WinError 3] The system cannot find the path specified: 'F:\Program Files\Steam\Steamapps\common\theHunterCotW\dropzone'"

TravisUNT commented 1 week ago

Oh that's funny, github fixed the path... replace every backslash with double backslashes