z-edit / zedit

An integrated development environment for Bethesda Plugin Files.
https://z-edit.github.io
MIT License
304 stars 55 forks source link

Problem with files with long path strings when merging mods #282

Open RoorMakurosu opened 2 years ago

RoorMakurosu commented 2 years ago

Everytime the path to a file seems to be longer than 256 characters (when written to the output folder for a merged mod) , the merger operation fails...

In order to solve this, I had to move my "merges" folder from my usual location ( P:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Tools\ZEdit\merges\ ) into just "c:\Merges\" in order to gain some additional characters (around 80) to circumvent this limitation.

Nevertheless, it would be great for ZEdit to handle this on its own ;)