mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(client): add PatchFiles class
This commit is contained in:
parent
4a74c722a4
commit
8d54e8ad0b
6 changed files with 124 additions and 8 deletions
|
|
@ -376,18 +376,17 @@ int32_t InitializeGlobal() {
|
|||
CheckAvailableLocales(existingLocale);
|
||||
locale->Set(existingLocale, true, false, false, true);
|
||||
|
||||
char path[STORM_MAX_PATH];
|
||||
SStrPrintf(path, sizeof(path), "%s%s", "Data\\", locale->GetString());
|
||||
SFile::SetDataPathAlternate(path);
|
||||
SFile::RebuildHash();
|
||||
|
||||
|
||||
OpenArchives();
|
||||
|
||||
// TODO: This method should be placed inside OpenArchives
|
||||
ClientServices::InitLoginServerCVars(1, locale->GetString());
|
||||
|
||||
// SStrPrintf(dest, 260, "%s%s", *(_DWORD *)off_AB6158, v2->m_stringValue.m_str);
|
||||
|
||||
// sub_421B50(dest);
|
||||
|
||||
// sub_423D70();
|
||||
|
||||
// sub_405DD0();
|
||||
|
||||
// CVar* v3 = CVar::Register(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue