Why on the national gunz source dont work UpdateXX.mrs
I change in the cml folder the MZFilesystem.cpp and .h and still the problem what i should do it or change, replace.
Plz help me.
Why on the national gunz source dont work UpdateXX.mrs
I change in the cml folder the MZFilesystem.cpp and .h and still the problem what i should do it or change, replace.
Plz help me.
Dont change anything lol.
You arent doing it correctly i guess, Update.mrs should contains open folder folder and not packed ones.
Nonono, National Gunz source does not have UpdateX.mrs enabled. You must enable it like this.
Search for this:
Replace with this:Code:void ZApplication::InitFileSystem() { m_FileSystem.Create("./",""); m_FileSystem.SetPrivateKey( szPrivateKey, sizeof( szPrivateKey)); string strFileNameFillist(FILENAME_FILELIST);
Credits to Sahar :DCode:void ZApplication::InitFileSystem() { m_FileSystem.Create("./","update"); m_FileSystem.SetPrivateKey( szPrivateKey, sizeof( szPrivateKey)); string strFileNameFillist(FILENAME_FILELIST);
A file without name, seems legit.
What? ^
But where i think on ZApplication right?
Or another one more.