[Help] Filelist generator

Newbie Spellweaver
Joined
Jan 4, 2007
Messages
22
Reaction score
0
I have downloaded the filelist generator, but i don't know how to use it. I have changed the price of rocket launcher for level 50 because it was wrong, then I put the new zitem into match server and system.mrs folder, but I still need to update filelist.xml.
Could someone teach me step by step how can I update filist.xml using filelist generator?
Where I need to put filelist generator before run it?
 
Ok First Of All... I Edited The ZItem.xml For You.

Here Are The Steps.

In Your Client Folder You Probobaly have a mrs folder to unpack and pack stuff put the file list xml generator in there and have your system unpacked then run the filelist generator. A Filelist.xml should appear. right click it then click open with note pad then press ctrl+f (f for find) then type this in <FILE NAME="system/zitem.xml" CRC32="

Then you should get a highlighted one and highlight the whole code.

example if it says

<FILE NAME="system/zitem.xml" CRC32="ee549300"/>

and just <FILE NAME="system/zitem.xml" CRC32=" that is highlighted highlight all of it like this

<FILE NAME="system/zitem.xml" CRC32="ee549300"/> (just this one) and then rightclick then click copy then go to your system.mrs folder and open the other filelist.xml with note pad then press ctrl+f then type in

<FILE NAME="system/zitem.xml" CRC32="
then high light all of it and paste. the code you would get from the filelist.xml migh tbe

<FILE NAME="system/zitem.xml" CRC32="ee549300"/>

ok?
 
Upvote 0
Back