Skip to content

Fix language pack redirects not working - #349

Merged
Malkierian merged 1 commit into
HarbourMasters:develop-splitrockfrom
JeodC:fix-langpack
Aug 2, 2026
Merged

Fix language pack redirects not working#349
Malkierian merged 1 commit into
HarbourMasters:develop-splitrockfrom
JeodC:fix-langpack

Conversation

@JeodC

@JeodC JeodC commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Language packs were using a single endianness to check which version was loaded. When endianness did not match, no assets were redirected when loaded. This in turn caused demos to play garbage data, and dialogs likely didn't fully work either for some users.

I extracted the endian-agnostic method that BaseGameVersion used into a helper, and now Language.cpp is also endian-agnostic. Verified zero slowdowns with loaded packs after this.

@Malkierian
Malkierian merged commit b906efd into HarbourMasters:develop-splitrock Aug 2, 2026
5 checks passed
@JeodC
JeodC deleted the fix-langpack branch August 3, 2026 22:51
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