Can you explain further? I cannot use much of this "Scripts, Com, Company, AssemblyGameClient, Parameters, Parameters" Take it as I'm a Newbie to editing in clients.
Thanks anyways for the response.
Originally Posted by gamingmillion2
Can you explain further? I cannot use much of this "Scripts, Com, Company, AssemblyGameClient, Parameters, Parameters" Take it as I'm a Newbie to editing in clients.
If you want to change the label itself but not the client version, search the client for "{VERSION}" and change this: private const BUILD_LABEL:String = "RotMG #{VERSION}.{MINOR}";
Originally Posted by 059
If you want to change the label itself but not the client version, search the client for "{VERSION}" and change this: private const BUILD_LABEL:String = "RotMG #{VERSION}.{MINOR}";
Thanks! That can come in handy
- - - Updated - - -
Originally Posted by 059
If you want to change the label itself but not the client version, search the client for "{VERSION}" and change this: private const BUILD_LABEL:String = "RotMG #{VERSION}.{MINOR}";
I am using JPEXS, but Cannot search properly. Can you exactly tell me where the "private const BUILD_LABEL:String = "RotMG #{VERSION}.{MINOR}" is located at?
Originally Posted by gamingmillion2
Thanks! That can come in handy
- - - Updated - - -
I am using JPEXS, but Cannot search properly. Can you exactly tell me where the "private const BUILD_LABEL:String = "RotMG #{VERSION}.{MINOR}" is located at?
Then double click any of those results and you'll find it. Is search broken on yours? It takes a long time the first search you do.
Originally Posted by 059
Then double click any of those results and you'll find it. Is search broken on yours? It takes a long time the first search you do.