Important information: this site is currently scheduled to go offline indefinitely by end of the year.

The Idolm@ster Cinderella Girls [ios/android/unity]

Post questions about game models here, or help out others!
Mrtest
advanced
Posts: 43
Joined: Tue Aug 23, 2011 8:11 pm
Location: Russia, Moscow
Has thanked: 33 times
Been thanked: 2 times
Contact:

The Idolm@ster Cinderella Girls [ios/android/unity]

Post by Mrtest »

Hi all.
Who can help extract 3d data?
Chipicao max script not working.

Sample file: https://yadi.sk/d/eRluO_-cizwvF
User avatar
MiRiKan
advanced
Posts: 67
Joined: Fri Jul 25, 2014 6:28 am
Location: Korea
Has thanked: 12 times
Been thanked: 25 times
Contact:

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by MiRiKan »

There are no any tools for Unity5 Engine 3D data.
Also, There are no 3D model data in BNEI0242.app\Data (iOS), only system data and images.
placed here: /var/mobile/Containers/Data/Application/
downloaded when frist runs :(
Team.SM, Make Koren Translations for Games.
User avatar
MiRiKan
advanced
Posts: 67
Joined: Fri Jul 25, 2014 6:28 am
Location: Korea
Has thanked: 12 times
Been thanked: 25 times
Contact:

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by MiRiKan »

Sorry i checked your file. looking LZ4 lossless compression.
you can find more information here : https://github.com/Cyan4973/lz4
Team.SM, Make Koren Translations for Games.
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by finale00 »

BMS script to decompress.
Use unityraw and unityEngine BMS scripts to unpack the results.

Code: Select all

# IdolM@ster Cinderella Girls uncompress

comtype "lz4"
get unk long
get SIZE long
get ZSIZE long
get unk long

savepos OFFSET
get NAME BASENAME

clog NAME OFFSET ZSIZE SIZE
I have a noesis plugin that loads unity models and it supports this as well (no skeleton), but I'll need more samples.
MarieRose1301
veteran
Posts: 97
Joined: Sat Oct 11, 2014 10:29 pm
Has thanked: 17 times
Been thanked: 7 times

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by MarieRose1301 »

I think you need to get the address which the game downloads the big data pack from. It's being downloaded after you log in you namco account after the fast loading bar(the pic of 3 main idols with their bios written). I'm pretty sure its when the 3d data is downloaded cuz the game doesn't seem to download the stuff after you choose a song to play
Mrtest
advanced
Posts: 43
Joined: Tue Aug 23, 2011 8:11 pm
Location: Russia, Moscow
Has thanked: 33 times
Been thanked: 2 times
Contact:

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by Mrtest »

Look pm :up:
finale00 wrote:BMS script to decompress.
Use unityraw and unityEngine BMS scripts to unpack the results.

Code: Select all

# IdolM@ster Cinderella Girls uncompress

comtype "lz4"
get unk long
get SIZE long
get ZSIZE long
get unk long

savepos OFFSET
get NAME BASENAME

clog NAME OFFSET ZSIZE SIZE
I have a noesis plugin that loads unity models and it supports this as well (no skeleton), but I'll need more samples.
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by finale00 »

You can try this on the decompressed archives. It sounds like it should load models properly.

viewtopic.php?f=10&t=11807
MarieRose1301
veteran
Posts: 97
Joined: Sat Oct 11, 2014 10:29 pm
Has thanked: 17 times
Been thanked: 7 times

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by MarieRose1301 »

I hoped that S3BUtility would open the .unity3d file but it looks like iOS unity3d files arent supported ;-;
MarieRose1301
veteran
Posts: 97
Joined: Sat Oct 11, 2014 10:29 pm
Has thanked: 17 times
Been thanked: 7 times

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by MarieRose1301 »

Image
Makuchan has ripped a model from this game already, any idea how?
Mrtest
advanced
Posts: 43
Joined: Tue Aug 23, 2011 8:11 pm
Location: Russia, Moscow
Has thanked: 33 times
Been thanked: 2 times
Contact:

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by Mrtest »

MarieRose1301 wrote: Makuchan has ripped a model from this game already, any idea how?
Did he ever gave his tools? No! He miser. :(
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4286
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1147 times
Been thanked: 2242 times

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by shakotay2 »

not too hard to get a mesh from an uncompressed lz4 model file:
chara_head_0134.JPG
edit: textures seem to be in the model file.
Search for tx_chr0134
You do not have the required permissions to view the files attached to this post.
Last edited by shakotay2 on Fri Oct 02, 2015 5:56 pm, edited 1 time in total.
Tuts: a) Bigchillghost, viewtopic.php?f=29&t=17889
b) Extracting simple models: http://forum.xentax.com/viewtopic.php?f=29&t=10894
"Quoting the whole thing. Would u ever stop this nonsense?"
Mrtest
advanced
Posts: 43
Joined: Tue Aug 23, 2011 8:11 pm
Location: Russia, Moscow
Has thanked: 33 times
Been thanked: 2 times
Contact:

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by Mrtest »

Great! :)
Textures?
MarieRose1301
veteran
Posts: 97
Joined: Sat Oct 11, 2014 10:29 pm
Has thanked: 17 times
Been thanked: 7 times

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by MarieRose1301 »

Mrtest wrote:Great! :)
Textures?
How did you get the original file you uploaded though?
I can't find any in the apk file e.e
Mrtest
advanced
Posts: 43
Joined: Tue Aug 23, 2011 8:11 pm
Location: Russia, Moscow
Has thanked: 33 times
Been thanked: 2 times
Contact:

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by Mrtest »

MarieRose1301 wrote:
Mrtest wrote:Great! :)
Textures?
How did you get the original file you uploaded though?
I can't find any in the apk file e.e
Most likely they are in the cache. But I downloaded the files directly from the game server...
I will share all the files, if someone will create import plugin.
Last edited by Mrtest on Fri Oct 02, 2015 9:28 pm, edited 2 times in total.
MarieRose1301
veteran
Posts: 97
Joined: Sat Oct 11, 2014 10:29 pm
Has thanked: 17 times
Been thanked: 7 times

Re: The Idolm@ster Cinderella Girls [ios/android/unity]

Post by MarieRose1301 »

Mrtest wrote:
MarieRose1301 wrote:
Mrtest wrote:Great! :)
Textures?
How did you get the original file you uploaded though?
I can't find any in the apk file e.e
Most likely they are in the cache. But I downloaded the files directly from the game server...
I will share all the files, if someone will create import plugin.
Can you upload Ranko? I wanna try using hex2obj on her x3
Post Reply