Page 1 of 1

[Unity] BattleTeam 2

Posted: Tue Apr 20, 2021 1:14 pm
by PeterZ
website:https://www.ssjj.cn/
Sample:https://drive.google.com/drive/folders/ ... sp=sharing

The game files seems to be encrypted.And AssetStudio/UnityStudio failed to load them correctly. Is there anyone write a script to extract assets :D
20210420201237.png

Re: [Unity] BattleTeam 2

Posted: Wed Aug 09, 2023 8:18 pm
by mama2023
Yes, the .ab files are not encrypted, but the index file .assets is encrypted. Hoping for an expert to step in and decrypt this game.
The following are all index files“https://drive.google.com/drive/folders/ ... VFD03cevv-

Re: [Unity] BattleTeam 2

Posted: Fri Aug 11, 2023 12:55 pm
by bionicjellyfish
I have been trying to unpack this game recently, but I encountered problems. So I am very happy that there are other people working on this game too.

I found that its AssetBundle file is different from the regular UnityFS. In the file, flag value of blocks info may be 0x05, may correspond to the encryption method designed by the developer. When using AssetRipper to unpack, it will get "Error Bundle compression '5' isn't supported". I have tried to test comtype_scan2.bms on one data block, but I did not get the correct algorithm that uncompressed size is consistent with the "uncompressed block size" in UnityFS blocks info.

I am a novice in unpacking and I hope to get some help. Thanks in advance. :wink:

This is a .ab sample: https://we.tl/t-in3II09QV0 (PM me if expired)

Re: [Unity] BattleTeam 2

Posted: Mon Oct 02, 2023 7:37 am
by xiong1524877065
BattleTeam 2 Has anyone solved it?