You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns false/NULL even if the label exists and _GET_LABEL_TEXT (0x7B5280EBA9840C72) returns the correct string. Seems like something changed in CTextFile.GetStringByHash.
The text was updated successfully, but these errors were encountered:
On b2372 a new slot for additional text was added which shifted some members of CTextFile, so offset 0x258 was the main text map instead of OverridesTextMap. This somehow caused the call to CTextFile.GetStringByHash to return NULL, at least in the example code.
Now the OverridesTextMap offset is found with a pattern at startup.
Returns
false
/NULL
even if the label exists and_GET_LABEL_TEXT (0x7B5280EBA9840C72)
returns the correct string. Seems like something changed inCTextFile.GetStringByHash
.The text was updated successfully, but these errors were encountered: