The sword of love
Mobile Games package
Sample:https://mega.nz/#!WkUEgC7J!qbthZqMStECHNHnAZ6XAKVhc3Z9fxC2t9tLoCyCBky8
The sword of love Mobile Games package
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 54
- Joined: Tue Aug 19, 2014 10:30 am
Re: The sword of love Mobile Games package
aluigi wrote:http://aluigi.org/bms/angelica_file_package.bms
Hello aluigi
This type of UnityRaw can unpack?
Sample:https://mega.nz/#!60NFQTSY!bGTFDb_RHRoisMS32iUVJE6VYvMhe-EuD5ReUwBiEAQ
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: The sword of love Mobile Games package
Yes, but first you have to remove the initial names.
This script automatically generates the file without those names:
Then use the Unity script:
http://aluigi.org/bms/unity.bms
This script automatically generates the file without those names:
Code: Select all
get DUMMY long
get DUMMY long
get DUMMY long
get NAMES long
endian big
for i = 0 < NAMES
get NAMESZ short
getdstring NAME NAMESZ
next i
savepos OFFSET
get SIZE asize
math SIZE - OFFSET
get NAME basename
log NAME OFFSET SIZE
Then use the Unity script:
http://aluigi.org/bms/unity.bms