Can anyone tell me what is Update1.mrs and update2.mrs used for ?? i have seen many servers using this but i neva understood the usage...
please explain in detail .
Printable View
Can anyone tell me what is Update1.mrs and update2.mrs used for ?? i have seen many servers using this but i neva understood the usage...
please explain in detail .
When you've updated man.xml but you dont want to let everyone redownload man.mrs
Put it in update#.mrs with the following folder structure: 'Model\Man' and put the XML there.
GunZ will see the latest update# the files inside as files to load.
Example if you have these files in model.mrs:
a.xml
b.elu.ani
c.elu
in update1.mrs:
Model/a.xml
Model/b.elu.ani
in update2.mrs:
Model/a.xml
The client will load:
a.xml from Update2.mrs
b.elu.ani from Update1.mrs
c.elu from Model.mrs
do we need to make any source changes for this update or it directly goes to file we want ?
i mean i want to change man.xml in Model/man.mrs .
So should i add like this ?
Update1 = model/man/man.xml ?
will it update to man.mrs directly ?