How does UpdateX.mrs works
can someone make a tut or tell me how does Update1.mrs etc... works (i already know that it updates the files)
but how can i make a new one and if i make a new one should i do something else than creating a brand new Update999999.mrs
thanks in advance
~Kevin
Re: How does UpdateX.mrs works
all files in an updateX.mrs will replace a file in your client.
for example: model/woman.mrs <---- inside it: test.xml
update1.mrs <---- inside it: test.xml
your client will read the file in update1.mrs/test.xml
that can be for all the files into your gunz client.
of course, these files need to exist into another .mrs in your client.
Re: How does UpdateX.mrs works
thanks and does the reading priority goes to UpdateX.mrs first?
Re: How does UpdateX.mrs works
Quote:
Originally Posted by
shadow_slifer
all files in an updateX.mrs will replace a file in your client.
for example: model/woman.mrs <---- inside it: test.xml
update1.mrs <---- inside it: test.xml
your client will read the file in update1.mrs/test.xml
that can be for all the files into your gunz client.
of course, these files need to exist into another .mrs in your client.
Incorrect you cannot go Update1.mrs/test.xml you rebuild the path inside Update1.mrs For example : .\Model\man\man01.xml -> your edits to it -> Update1.mrs\Model\man\man01.xml or you can do this --> Update1\Model\man.mrs\man01.xml making Update1 a directory instead of .mrs
Re: How does UpdateX.mrs works
ur true, i forget the /man/ or an example folder
Quote:
thanks and does the reading priority goes to UpdateX.mrs first?
yes
all the .mrs files will be /mrsfilename into your updateX.mrs
ex:
if you want to make an update into the effects.mrs, you need to make a folder into the updateX.mrs, and add a folder called effects, inside it, all the files needed to be updated.
Re: How does UpdateX.mrs works
How far does the UpdateX.mrs goes whats the limit??
Like Update9999.mrs?
Re: How does UpdateX.mrs works
You might want to just abandon UpdateX.mrs, and just update the files directly. UpdateX.mrs are just for mini updates.
Re: How does UpdateX.mrs works
Quote:
Originally Posted by
Linear88
You might want to just abandon UpdateX.mrs, and just update the files directly. UpdateX.mrs are just for mini updates.
no if you wanted you could have your entire client in a update.mrs it's also a good way for quick updates instead of making someone download a file they already have with one thing new for example you add in a new set for the man.mrs, people would get annoyed if they had to download the entire file just for one new set, thats where the updateX.mrs system comes in handy
Re: How does UpdateX.mrs works
thanks all but how much can it go up to? 999999999999999999999999?
Re: How does UpdateX.mrs works
Quote:
Originally Posted by
minikevin12
thanks all but how much can it go up to? 999999999999999999999999?
I have no clue, I normally don't go further than 3 but I belive there is no limit, the only way to find out is to test it
Re: How does UpdateX.mrs works
Quote:
Originally Posted by
gregon13
no if you wanted you could have your entire client in a update.mrs it's also a good way for quick updates instead of making someone download a file they already have with one thing new for example you add in a new set for the man.mrs, people would get annoyed if they had to download the entire file just for one new set, thats where the updateX.mrs system comes in handy
Yes, but if you were to make an entire new client, you should just delete the UpdateX.mrs files and merge them with the original mrs files.
Quote:
Originally Posted by
minikevin12
thanks all but how much can it go up to? 999999999999999999999999?
Buffer overrun.
Try keeping it to 65530.
Re: How does UpdateX.mrs works
Quote:
Originally Posted by
Linear88
Yes, but if you were to make an entire new client, you should just delete the UpdateX.mrs files and merge them with the original mrs files.
well obviously, So then you can release newer updates if needed