ThePhrozenKeep / D2MOO

Reimplementation of the Diablo2 game coupled with patching facilities for modders.
MIT License
93 stars 29 forks source link

Implement STRTABLE_GetLanguage #90

Closed IAmTrial closed 1 year ago

IAmTrial commented 1 year ago

These changes add the STRTABLE_GetLanguage function. This function returns the language for the string table, and loads the "data\\local\\use" file from the archives if needed.

Fog assert reveals that the file is in the "D2Lang\\StrTable\\strtable.cpp".