Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Sony Online Entertainment .soe file

Featured Replies

  • Author
  • Localization

MexicanPB, posted Sat May 07, 2022 6:58 am (71433)


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
  • Author
  • Localization

mrmemmo_, posted Sat May 07, 2022 11:19 am (71436)


it's zlib compress.
Code:
char magic[4];
char compress[4];
int size;
int zsize;
int unknown;
byte buffer[zsize];
  • Author
  • Localization

xmotoracer, posted Sat May 07, 2022 5:07 pm (71441)


nope
  • Author
  • Localization

MexicanPB, posted Sat May 07, 2022 5:58 pm (71443)


mrmemmo_ wrote:
it's zlib compress.
Code:
char magic[4];
char compress[4];
int size;
int zsize;
int unknown;
byte buffer[zsize];


Seems to not work for me
  • Author
  • Localization

MexicanPB, posted Sat May 07, 2022 6:59 pm (71445)


Okay, I solved it. I just used offzip
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.