Though I will just share it here in the sake of starting a discussion and seeking help. In other to not just Unpack the game files but repacked it as well.
First off here's the quickbms code to unpack.
Need to unpack the files in pkg folder or it won't work right.
Credit's goes to who ever created the code.
Code:
# Aeriagames pkg.idx/pkg???.pkg
# Eden Eternal
# Kitsu Saga
# script for QuickBMS http://quickbms.aluigi.org
getdstring DUMMY 260
getdstring SIGN 32
math PKG_OLD = -1
get FULLSIZE asize
do
get DUMMY long
get OFFSET long
get DUMMY long
get ZSIZE long
getdstring DUMMY 0x28
get SIZE long
getdstring NAME2 260
getdstring NAME 260
get DUMMY long
get PKG long
get DUMMY long
if PKG != PKG_OLD
string PKG_NAME p= "pkg%03d.pkg" PKG
open FDSE PKG_NAME 1
math PKG_OLD = PKG
endif
string NAME += NAME2
clog NAME OFFSET ZSIZE SIZE 1
savepos CURR
while CURR < FULLSIZE
I'll be the first to say I don't have a clue on how to repack edited file back to the client.
Thus why I made this thread.







