December 2014 files

This commit is contained in:
Loki Rautio
2026-03-01 11:00:23 -06:00
parent b691c43c44
commit 8fd3ac6e37
2049 changed files with 260190 additions and 134787 deletions

View File

@@ -27,6 +27,10 @@ public:
virtual wstring getResource(const wstring& name);
virtual DLCPack * getDLCPack();
virtual wstring getDesc1() {return m_stringTable->getString(L"IDS_TP_DESCRIPTION");}
virtual wstring getName() {return m_stringTable->getString(L"IDS_DISPLAY_NAME");}
virtual wstring getWorldName() { return m_stringTable->getString(L"IDS_WORLD_NAME");}
// Added for sound banks with MashUp packs
#ifdef _XBOX
IXACT3WaveBank *m_pStreamedWaveBank;
@@ -46,7 +50,7 @@ public:
bool isTerrainUpdateCompatible();
// 4J Added
virtual wstring getPath(bool bTitleUpdateTexture = false);
virtual wstring getPath(bool bTitleUpdateTexture = false, const char *pchBDPatchFilename=NULL);
virtual wstring getAnimationString(const wstring &textureName, const wstring &path);
virtual BufferedImage *getImageResource(const wstring& File, bool filenameHasExtension = false, bool bTitleUpdateTexture=false, const wstring &drive =L"");
virtual void loadColourTable();