Unity WebPlayer

Doubts, help and support about QuickBMS and other game research tools
cyberdog
Posts: 12
Joined: Mon Nov 23, 2020 6:42 am

Unity WebPlayer

Post by cyberdog »

Hello, i find qbms script for unity webplayer: https://aluigi.altervista.org/bms/unity3d_webplayer.bms
But it's doesn't work for my file: https://drive.google.com/file/d/1I8c4gP ... sp=sharing

I try to use another tool to unpack and it's work, but this tools provide most expensive pack features, maybe possible adopt quickbms script for this file?
Thank you.

Error log:
Can't read 2 bytes from offset 013c627d.
Anyway don't worry, it's possible that the BMS script has been written
to exit in this way if it's reached the end of the archive so check it
or contact its author or verify that all the files have been extracted.
Please check the following coverage information to know if it's ok.

coverage file 0 100% 20734589 20734589 . offset 013c627d

Last script line before the error or that produced the error:
19 get ZSIZE long
coverage file 0 100% 20734589 20734589 . offset 013c627d
cyberdog
Posts: 12
Joined: Mon Nov 23, 2020 6:42 am

Re: Unity WebPlayer

Post by cyberdog »

yeah, i unpack this damn data file (with UnityEX), and now need to decompile new file *.unity3d, but script for it does'nt work.
data.unity3d: https://drive.google.com/file/d/1NovUnp ... sp=sharing

unity.bms:

Code: Select all

Can't read 1 bytes from offset 590661ba.
       Anyway don't worry, it's possible that the BMS script has been written
       to exit in this way if it's reached the end of the archive so check it
       or contact its author or verify that all the files have been extracted.
       Please check the following coverage information to know if it's ok.

  coverage file 0     0%   24         7946607    . offset 590661ba

Last script line before the error or that produced the error:
  84  get DUMMY byte
  coverage file 0     0%   24         7946607    . offset 590661b


unity3d_webplay:

Code: Select all

- signature of 9 bytes at offset 0x00000000 doesn't match the one
  expected by the script:

  this one: "UnityFS"
  55 6e 69 74 79 46 53 00 00                        UnityFS..

  expected: "UnityWeb."
  55 6e 69 74 79 57 65 62 2e                        UnityWeb.

- 0 files found in 0 seconds
  coverage file 0     0%   9          7946607    . offset 00000009
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Unity WebPlayer

Post by aluigi »

For Unity stuff:
viewtopic.php?f=17&t=12