Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code searches for full path in wrong order; should check latest data dir first #14

Open
AsesinoBlade opened this issue Sep 7, 2021 · 0 comments

Comments

@AsesinoBlade
Copy link

Hi, I had an issue where I had a mod in a data dir; and then an override in a later dir; the override patched tr_data.esm to tamriel_data.esm. However, the merger was using the original esp instead of the patched version.

I noticed around line 350, you build up the data_dirs list and then step through it to find the full path. By adding data_dirs.reverse() on line 358, i was able to resolve my issue.

Thank you for building this merger; it is very much needed!

Thanks
A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant