Sony Online Entertainment .soe file
-
- Posts: 15
- Joined: Tue Apr 07, 2020 5:44 am
Sony Online Entertainment .soe file
I am trying to mod Bejeweled 2, but the file is in some weird format. I notice the .soe format is common with games developed by Sony Online Entertainment. The header for the file I provided below has a header of SOE.ZLB https://drive.google.com/file/d/1-1jpyPwp1oC7ql1c5lG-MFyAnLYeaWdq/view?usp=sharing
-
- Posts: 46
- Joined: Sat Mar 16, 2019 1:21 pm
Re: Sony Online Entertainment .soe file
it's zlib compress.
Code: Select all
char magic[4];
char compress[4];
int size;
int zsize;
int unknown;
byte buffer[zsize];
-
- Posts: 6
- Joined: Sun May 01, 2022 6:07 pm
-
- Posts: 15
- Joined: Tue Apr 07, 2020 5:44 am
Re: Sony Online Entertainment .soe file
mrmemmo_ wrote:it's zlib compress.Code: Select all
char magic[4];
char compress[4];
int size;
int zsize;
int unknown;
byte buffer[zsize];
Seems to not work for me
-
- Posts: 15
- Joined: Tue Apr 07, 2020 5:44 am
Re: Sony Online Entertainment .soe file
Okay, I solved it. I just used offzip