• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Help] Jur13r Gunz update.mrs

Newbie Spellweaver
Joined
Apr 1, 2017
Messages
47
Reaction score
1
Hello Good Evening
I have an problem that how to update files in jur13r Gunz.
Before i was using Skip_UPDATE. Now i need to update files to in the players systems.
How to do it. I need Full tutorial and How to get update.mrs for gunz.
Thank you
-Gowtham004
 
Newbie Spellweaver
Joined
Jul 2, 2011
Messages
78
Reaction score
21
Update1.mrs
Code:
ZApplication.cpp

void ZApplication::InitFileSystem()
{
m_FileSystem.Create("./","UPDATE");
m_FileSystem.SetPrivateKey( szPrivateKey, sizeof( szPrivateKey));

string strFileNameFillist(FILENAME_FILELIST);

	RSetFileSystem(ZApplication::GetFileSystem());
}
 
Upvote 0