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.

pes mobile bin files

Featured Replies

  • Author
  • Localization

Meee, posted Thu Nov 02, 2017 1:33 pm (29654)


I was able to extract the obb file and I got CPK files. After extracting those with quickbms got bin files. Now I am stuck and I can't extract the files anymore. A sample file attached. Please help.

  • Author
  • Localization

aluigi, posted Thu Nov 02, 2017 2:23 pm (29658)


decompressing script for quickbms:
Code:
goto 8  # "\x00\x10" "WESYS"
get ZSIZE long
get SIZE long
savepos OFFSET
get NAME basename
get EXT extension
string NAME "_unpack."
string NAME EXT
clog NAME OFFSET ZSIZE SIZE
  • Author
  • Localization

Meee, posted Thu Nov 02, 2017 2:48 pm (29660)


. Thanks very much for the script. I think I have the required data in the decompressed file. Do you know how to get those data/read that file ?

Appreciate your efforts
  • Author
  • Localization

aluigi, posted Thu Nov 02, 2017 3:43 pm (29661)


I think I have found the format, it's a container of japanese strings and names apparently.
Use this script on the decompressed file you obtained with the previous script and it will generate a text file.
Code:
get SLOG_NAME basename
string SLOG_NAME ".txt"
get BIN_SIZE asize
do
    get DUMMY long
    get DUMMY longlong
    get DUMMY long
    slog SLOG_NAME -1 0x2e
    slog SLOG_NAME -1 0x2e
    savepos TMP
while TMP != BIN_SIZE

Do you plan to translate it?
That's possible with quickbms but requires some steps.

I guess that already exist tools for doing the job but I'm not sure if they allow to make full translations, try searching the following on Google:
"WESYS" pes
  • Author
  • Localization

Meee, posted Thu Nov 02, 2017 4:06 pm (29664)


That seems to be working with coach data but not with player data. Please see the attached file.
  • Author
  • Localization

aluigi, posted Thu Nov 02, 2017 8:51 pm (29671)


Unfortunately I can't support all these different files.
You need a tool for doing the job, if there is nothing available then I have no other suggestions.
  • Author
  • Localization

Meee, posted Fri Nov 03, 2017 3:41 am (29677)


Please! Please! Please!. Only this file too. Please bro, I really need it. Was been digging on google for last 3 days. Please help me open this file.
  • Author
  • Localization

aluigi, posted Fri Nov 03, 2017 9:56 am (29681)


Code:
get SLOG_NAME basename
string SLOG_NAME ".txt"
get BIN_SIZE asize
do
    getdstring DUMMY 0x34
    slog SLOG_NAME -1 0x2e
    slog SLOG_NAME -1 0x2e
    slog SLOG_NAME -1 0x30
    savepos TMP
while TMP != BIN_SIZE
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.