Page 9 of 16
Re: Star Ocean Anamnesis Tools
Posted: Sun Oct 20, 2019 11:48 pm
by GDL
tone wrote: ↑Wed Oct 16, 2019 11:34 am
By the way, if we use vpn to download a game from japanese google play, do we still need an active vpn to download the game data?
Just found out that the game was updated to ONLY work with 64bit android phones, so you might need to wait for the emulators to release an update before trying to download the game.
Re: Star Ocean Anamnesis Tools
Posted: Sun Nov 17, 2019 5:37 pm
by ilove3dmodels
I would like to get Bullet Girls 3D models (player character(s))
How can I get them?
Im confused
Re: Star Ocean Anamnesis Tools
Posted: Tue Nov 19, 2019 3:32 pm
by ilove3dmodels
vainotechnik wrote: ↑Sun Mar 31, 2019 11:45 am
Acewell wrote: ↑Mon Mar 04, 2019 5:28 am
fdtggf wrote: ↑Mon Mar 04, 2019 4:55 am
Bullet Girls Phantasia ps vita version
thanks, here is Noesis python script to open your aif samples.
tex_BulletGirlsPhantasia_PSVita_aif.zip
supports morton swizzled dxt1, dxt3, dxt5
Thanks for releasing the script! Very useful in exploring those lingerie images in the cpk data.
However my concern is that of the converted IQE / NEXS from asf files. It loads no texture at all?
I want to explore character / weapon textures in the game.
You have playable character models for Bullet Girls phantasia?
Re: Star Ocean Anamnesis Tools
Posted: Sat Nov 30, 2019 6:29 pm
by vertalion336
Thank you for the tool !
I want to ask, is it possible to rip the model from star ocean japanese version with this tool ?, since the global version of this game have been shutdown, anyone here still have the latest datas from global apk ?
Re: Star Ocean Anamnesis Tools
Posted: Sat Nov 30, 2019 7:10 pm
by akderebur
vertalion336 wrote: ↑Sat Nov 30, 2019 6:29 pm
is it possible to rip the model from star ocean japanese version with this tool ?
Why not try and see for yourself

It should be possible. The tool always targeted the jp version anyway.
You will need the old SOADec though. It seems like they reverted to old encryption recently, with an update.
Re: Star Ocean Anamnesis Tools
Posted: Mon Dec 02, 2019 12:05 am
by ilove3dmodels
akderebur wrote: ↑Sat Nov 30, 2019 7:10 pm
vertalion336 wrote: ↑Sat Nov 30, 2019 6:29 pm
is it possible to rip the model from star ocean japanese version with this tool ?
Why not try and see for yourself

It should be possible. The tool always targeted the jp version anyway.
You will need the old SOADec though. It seems like they reverted to old encryption recently, with an update.
hello
sorry you dont think you can help me please?
I am trying to get models for bullet girls 2 or phantasia
i try to open the software but nothing happens
i dont even really know what to do
Re: Star Ocean Anamnesis Tools
Posted: Sat Feb 01, 2020 10:40 pm
by speaker60
Can i confirm that this tool should be able to extract models from the psp vita game Bullet Girls Phantasia WITH uvs intact
So far i can get the models into blender eaither by exporting to iqe and using the blender importer or by exporting as nexs and going the noesis route
Both methods gives me the model in blender but the uvs are all squashed to the right and stretches into infinity along the y axis
I can get the model i can get the textures but i cant get anything with working uvs
Am i missing something or??
Re: Star Ocean Anamnesis Tools
Posted: Sun Feb 02, 2020 8:57 am
by akderebur
speaker60 wrote: ↑Sat Feb 01, 2020 10:40 pm
I can get the model i can get the textures but i cant get anything with working uvs
I haven't checked many bullet girls files. Some of them might be using different uv data types like star ocean. If you send me a sample I can take a look.
Re: Star Ocean Anamnesis Tools
Posted: Tue Feb 04, 2020 1:30 am
by Cyn1kal
Does anyone have the Makoto Yuki and Orpheus models from the P5R event?
Re: Star Ocean Anamnesis Tools
Posted: Fri Feb 21, 2020 1:32 pm
by akderebur
NEW UPDATE : SOAExporter V2
- Support for new animation types (most animations should load now)
- Support for files with multiple motion clips
- UI overhaul
- Dropped bullet girls support

Re: Star Ocean Anamnesis Tools
Posted: Fri Feb 21, 2020 8:08 pm
by einherjar007
Thanks for the great update!
Check and test it tomorrow.
It looks like ADLD encryption has returned from AES to XOR.
In the case of AES, getting CRC32 allowed me to manually decompress some of the files that SOADec could not decompress.
Now that back to XOR, I'll try to see if I can manually decompress files that SOADec cannot.
*EDIT
Thank you very much. It works very well.
Many animations that couldn't be played until now can be played normally.
Also, it is very convenient because we can select the animation to output on the Viewer.
it's funtastic job. Thanks!
Re: Star Ocean Anamnesis Tools
Posted: Sat Feb 22, 2020 12:10 pm
by akderebur
einherjar007 wrote: ↑Fri Feb 21, 2020 8:08 pm
It looks like ADLD encryption has returned from AES to XOR.
Yes, they reverted to the old one. I should probably update SOADec to use proper decryption using CRC names. For now it should work fine with most files.
einherjar007 wrote: ↑Fri Feb 21, 2020 8:08 pm
Thank you very much. It works very well.
Nice to hear that it works fine for you

Re: Star Ocean Anamnesis Tools
Posted: Sat Feb 22, 2020 12:59 pm
by einherjar007
This time, I focused on some files that cannot be decrypted by SOADec. Some of them could be deployed when AES.
I compared the files to see why they couldn't be decrypted with XOR.
Many of them seem to require different XOR comparisons with other files.
53 4C 5A 05 00 01 25 00 E0 04 08 00 30 3A 0C 00
XORing this binary data allowsto manually decrypt some files that cannot currently be decrypted by SOADec.
(ex. cm102_b01b.asf , cn0005_b01a.asf)
Re: Star Ocean Anamnesis Tools
Posted: Sat Feb 22, 2020 1:42 pm
by akderebur
einherjar007 wrote: ↑Sat Feb 22, 2020 12:59 pm
53 4C 5A 05 00 01 25 00 E0 04 08 00 30 3A 0C 00
That is normal than. 53 4C 5A 05 is SLZ5 which is not supported by SOADec. It will only work for SLZ7.
Re: Star Ocean Anamnesis Tools
Posted: Sat Feb 22, 2020 1:59 pm
by einherjar007
akderebur wrote: ↑Sat Feb 22, 2020 1:42 pm
einherjar007 wrote: ↑Sat Feb 22, 2020 12:59 pm
53 4C 5A 05 00 01 25 00 E0 04 08 00 30 3A 0C 00
That is normal than. 53 4C 5A 05 is SLZ5 which is not supported by SOADec. It will only work for SLZ7.
thanks reply! I didn't know because there was no knowledge about the file format.
thanks for the tips!