Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Elementclient crashing after unpacking and compressing litmodels.pck

Newbie Spellweaver
Joined
Jul 6, 2020
Messages
11
Reaction score
0
Hi, I am using PW Client 1.5.5 and I am trying to add a new map in my client. However, I cant edit litmodels.pck...

I already did the merge method:

copy /B litmodels.pck + litmodels.pkx templitmodels.pck

Then I unpacked this pck. After that, I compressed it back to normal again using uPCK compression level 9.
As soon as the .exe opens, it shows an error with chinese letters referencing litmodels.pck.

(I have both files updated: litmodels.pck and litmodels.pkx)
 
Newbie Spellweaver
Joined
Jul 6, 2020
Messages
11
Reaction score
0
Can we get a screen cap of what the error says? can we get log files from the client to see why she's dying.

haiguribr - Elementclient crashing after unpacking and compressing litmodels.pck - RaGEZONE Forums




Yes. I just got it from the log file...

haiguribr - Elementclient crashing after unpacking and compressing litmodels.pck - RaGEZONE Forums
Screen capture of the error url:
haiguribr - Elementclient crashing after unpacking and compressing litmodels.pck - RaGEZONE Forums
 
Last edited:
Upvote 0
Skilled Illusionist
Joined
Nov 24, 2013
Messages
325
Reaction score
22
I would look at the
"LitModels\Login\1\litmodel_269.bmd" and all of that first. make sure everything is typed right and case sensitive and all that jazz.
(litmodels not LitModels, unless the client did that.. its been a minute since I messed with this stuff lol.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 6, 2020
Messages
11
Reaction score
0
I would look at the
"LitModels\Login\1\litmodel_269.bmd" and all of that first. make sure everything is typed right and case sensitive and all that jazz.
(litmodels not LitModels, unless the client did that.. its been a minute since I messed with this stuff lol.

I've just opened the litmodels.pck.folder and the file Login\1\litmodel_269.bmd is right. I didnt' do any changes to this .pck... I've just unpacked and compressed it back again without doing anything. I've also tried the same steps with a client of two friends of mine and I got the same error.
 
Upvote 0
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
Sounds to me like the problem begins with the merging of the pck and pkx.
Most likely, when you rePCKed it, the size exceeds 2,147,483,392 bytes.
When repacking, you should end back up with a PCK and PKX.

Try using this:
 
Upvote 0
Newbie Spellweaver
Joined
Jul 6, 2020
Messages
11
Reaction score
0
Sounds to me like the problem begins with the merging of the pck and pkx.
Most likely, when you rePCKed it, the size exceeds 2,147,483,392 bytes.
When repacking, you should end back up with a PCK and PKX.

Try using this:

Thanks, it worked!
 
Upvote 0
Back
Top