-
Notifications
You must be signed in to change notification settings - Fork 20
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
Modding D2 via text files doesn't work #3
Comments
Please resolve this, I am experiencing the same problem, thank you. |
1 similar comment
Please resolve this, I am experiencing the same problem, thank you. |
I have been looking into this and have found the following function is causing this issue. If I remark out where this function is called then txt files in \data\global\excel work. Looking at the code it looks like it was a work in progress. `void Install_PlugYFiles()
}` |
I have fixed this ready for testing. |
Now fixed on https://github.com/ChaosMarc/PlugY. @markm11 Thank you very much. I will create a new release with a precompiled binary very soon |
I'm still experiencing this issue on 14.01 |
To reproduce
Result:
The changes don't take effect. The game has recognized the command line - it has spawned *.bin files in the \excel\ folder; and I have checked game.exe in process explorer - it was started with with "-w -direct -txt" parameters; but the change that was made doesn't happen.
The text was updated successfully, but these errors were encountered: