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

Case sensitivity issue with RTP. #92

Open
ijuintekka opened this issue Oct 22, 2023 · 3 comments · May be fixed by #93
Open

Case sensitivity issue with RTP. #92

ijuintekka opened this issue Oct 22, 2023 · 3 comments · May be fixed by #93

Comments

@ijuintekka
Copy link

There is an issue loading certain files that also exist in the RTP if there is a case mismatch.

For example:

If the game contains a battler sprite named spider.png
The RTP contains a battler sprite named Spider.png
and Enemies.rvdata2 references battler_name = Spider

Spider.png will be loaded from the RTP folder instead of spider.png from the game folder. The opposite is true in the original implementation.

@WaywardHeart
Copy link

Ah, that's what you meant. I actually just made a PR that should fix this.

@ijuintekka
Copy link
Author

Awesome. I'll give it a try.

@ijuintekka
Copy link
Author

That fixed it! Thank you very much.

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

Successfully merging a pull request may close this issue.

2 participants