-
Notifications
You must be signed in to change notification settings - Fork 5
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
Missing text strings after rebuild of global.res #5
Comments
Aargh! Confronting the files (original and rebuilt) with a hex-editor the last one is truncated! Looking at the truncated string in the extracted CSV there's a problem in the next line (to the truncated one) too long (column 4010+!) and with wrong chars at the end:
The next line begins with strange syntax (not Unicode "...00+char+00") indeed: ... there are 1157 matches for $26$20 from the hex-editor! Here is the file: https://1drv.ms/u/s!ApMUGr0cuN39g-xP2w9n-hTxjwScpA?e=IfQdUZ (link expires at the end of November 2024) |
Ouch! It seems the original Italian global.res is broken :( ... while the italian globall.res has a much bigger garbage gap after it with $00$00 and other broken bytes: ... But this is another story. |
CONFIRMED BUGIn the meanwhile I've just found how to definitely reproduce the bug in the rebuild process of the global.res. EDIT: as a temp workaround, add 2 bytes at the end of global.csv: "...Wachholz(TAB)" --> "...WachholzAA(TAB)", and only then rebuild with the Pack global.res file button! This will generate a correct global.res binary (correctly ending with "...Wachholz(TAB)"). |
Describe the bug
Missing text strings once I rebuild it\global.res
Steps to reproduce the behavior
Extract global.res and rebuild it, without modifications.
Go to Extras from Main Menu.
'Back' button (Indietro) is missing.
Expected behavior
Back button should be visible.
Screenshots
Missing Back (Indietro) button under mouse pointer:

Environment information
Sacred Gold 2.28
SacredUtils-1.2.4.3-010219-release-1-official
Windows 11 23H2 (22631.4317)
.NET Framework version 1.1.4322 and .NET Runtime 6.0.16 x64
Additional context
If you need I can share italian global.res.
Before you ask, there are no diff if I launch the non-PureHD version.
The text was updated successfully, but these errors were encountered: