Skip to content

Fix strings_pt.bin not being packaged, bump to v1.0.1 - #2

Merged
Ed1z19 merged 1 commit into
Ed1z19:mainfrom
birabittoh:pt-language-fix-strings-path
Aug 11, 2026
Merged

Fix strings_pt.bin not being packaged, bump to v1.0.1#2
Ed1z19 merged 1 commit into
Ed1z19:mainfrom
birabittoh:pt-language-fix-strings-path

Conversation

@birabittoh

Copy link
Copy Markdown

strings_pt.bin lived at src/strings_pt.bin, outside src/pt_language/, so make_mods.py's per-mod copytree never packaged it into the built mod. The game looks for D:\media\strings_pt.bin at runtime and never found it, so Portuguese text stayed in English despite the mod loading correctly.

Moves the file to src/pt_language/game/MEDIA/strings_pt.bin, matching the overlay path other mods use, and bumps the mod version to 1.0.1.

The asset lived at src/strings_pt.bin, outside src/pt_language/, so
make_mods.py's per-mod copytree never packaged it and the game never
found D:\media\strings_pt.bin at runtime. It now lives at
src/pt_language/game/MEDIA/strings_pt.bin, matching the overlay path
other mods use.
@Ed1z19
Ed1z19 merged commit 142bbf2 into Ed1z19:main Aug 11, 2026
6 of 7 checks passed
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 this pull request may close these issues.

2 participants