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!

Luna Version - Client Version Explanation

Newbie Spellweaver
Joined
Nov 15, 2016
Messages
69
Reaction score
2
Good Day a little knowledge to share !

To those who doesnt know how to use Version of Luna Launcher and client regarding to the issue " Client Version Error " here are some explanation & Guide for all.

Once you do some update you also need to :

Update your clientversion on source depends on Patch Version for example :
Your MHVersion is : EXEX00000008
you also need to update your client version on source in LUNAClient.cpp on line 83 or just search g_CLIENTVERSION:

Example :
from = g_CLIENTVERSION[32] : "EXEX00000007"; to = g_CLIENTVERSION[32]: "EXEX00000008";

Next is you also need to update your ClientVerInfo.ver to EXEX00000008 then your LunaVerInfo.ver to EXEX00000008.

Note : Every time you update something on your Files you always need to update it to your ClientVersion, because if u dont update it based on your MHVersion the Client Version Has Change will appear, Always Check on your LunaVerInfo.ver its important when updating .

i hope this thread will help other.
~RADevelopment
 
Back
Top