Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] Jur13r Gunz update.mrs

Newbie Spellweaver
Joined
Apr 1, 2017
Messages
47
Reaction score
1
Hello Good Evening :D
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
Back
Top