genosfive:
It's simple.
1. install python
- how? download and execute
[Only registered and activated users can see links. Click Here To Register...]
By default, it will be installed under 'c:/python27'.
- navigate to the folder 'c:/python27' by clicking (or double clicking) Start (the window button at the lower left corner on your screen ) > (My) Computer > Local Drive(C: ) > Python27
2. download 'NewElswordKomExtractorPacker.rar' from my first post and unrar(decompress, unzip or whatever ) it.
- to unrar a *.rar file, you may need to install WinRar. download and execute
[Only registered and activated users can see links. Click Here To Register...].
- Three files will be generated: komextract_new.py, kompact_new.py, and HowToDo.txt.
- you'd better read 'HowToDo.txt' first.
3. copy 'komextract_new.py' and 'kompact_new.py' to c:/python27
4. find a kom file you want to modify from the elsword game folder. copy it to c:/python27
5. now... open a command prompt window. you can find it from Start > Program > Accessories > Command Prompt.
in the command prompt window,
- type
cd c:/python27
now you are under 'c:/python27'.
- type ( here, I assume you copied 'data068.kom'. )
python.exe komextract_new.py --in data068.kom --out data68
now you can find a new folder 'data68' is created under 'c:/python27'.
all files in 'data068.kom' are found under 'data68'. modify whatever files you want, but don't touch '*.___' files.
- type
python.exe kompact_new.py --in data068 --out data068.kom
now all files under 'data68' are repacked into 'data068.kom'.
6. start Elsword. download all patches. before the elsword client launches,
copy the new 'data068.kom' into the folder where you found the original one.
That's all~