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

Search found 2599 matches

by chrrox
Thu May 23, 2019 9:03 pm
Forum: Tutorials
Topic: Mobile Game Asset Download
Replies: 304
Views: 190967

Re: Mobile Game Asset Download

UtaMacross: Smartphone Deculture assets are encrypted.
by chrrox
Wed May 08, 2019 11:15 pm
Forum: 3D/2D models
Topic: Peria Chronicles
Replies: 4
Views: 1760

Re: Peria Chronicles

#Peria Chronicles quickbms script #http://aluigi.altervista.org/quickbms.htm #by chrrox get TPK basename string TPK R ".tpk" "" set TBL TPK set REP TPK string TPK + ".tpk" string TBL + ".tpk.table" open FDSE TBL open FDSE TPK 1 get FILES long get NULL long fo...
by chrrox
Tue Apr 30, 2019 10:12 pm
Forum: 3D/2D models
Topic: Star Ocean Anamnesis Tools
Replies: 275
Views: 154381

Re: Star Ocean Anamnesis Tools

what values do you put in this site to get it to work?
http://www.sunshine2k.de/coding/javascr ... rc_js.html
by chrrox
Sun Apr 28, 2019 4:59 am
Forum: Tutorials
Topic: Mobile Game Asset Download
Replies: 304
Views: 190967

Re: Mobile Game Asset Download

Here are all the files seems like it goes offline in a few days. https://gofile.io/?c=voTowb @wanglata ah they change the url every week, btw, you're always awesome, thank you :D the game closes at the end of the month I don't think there will be any more updates. https://www.crunchyroll.com/anime-...
by chrrox
Sun Apr 28, 2019 4:58 am
Forum: 3D/2D models
Topic: Star Ocean Anamnesis Tools
Replies: 275
Views: 154381

Re: Star Ocean Anamnesis Tools

Can you show an example of a string and the correct crc and key.
are these the options you used? "32 -1 -1 0 0 1"
by chrrox
Sat Apr 27, 2019 3:38 pm
Forum: Tutorials
Topic: Mobile Game Asset Download
Replies: 304
Views: 190967

Re: Mobile Game Asset Download

Here are all the files seems like it goes offline in a few days.
https://gofile.io/?c=voTowb
@wanglata
by chrrox
Sat Apr 27, 2019 2:11 am
Forum: 3D/2D models
Topic: Star Ocean Anamnesis Tools
Replies: 275
Views: 154381

Re: Star Ocean Anamnesis Tools

What version are you looking at of the apk could you say what offset the function is at in that version.
by chrrox
Thu Apr 25, 2019 4:44 pm
Forum: Tutorials
Topic: Mobile Game Asset Download
Replies: 304
Views: 190967

Re: Mobile Game Asset Download

What game?
by chrrox
Sat Apr 20, 2019 1:07 pm
Forum: Tutorials
Topic: Mobile Game Asset Download
Replies: 304
Views: 190967

Re: Mobile Game Asset Download

Hello, I'm trying to download the assets for Life After by Netease (CN Version) And following the steps, I've found a JSON file but I'm stuck on how to interpret this (Im a helpless newbie) http://nos.gameyw.netease.com/gameyw-gbox/regular_encode_g66_1555728555_c9b16cf46d3cecca35d49b9574b9aafb.json...
by chrrox
Fri Mar 29, 2019 9:45 am
Forum: Miscellaneous
Topic: Games that are impossible to rip?
Replies: 3
Views: 569

Re: Games that are impossible to rip?

the only games "impossible" to rip from are games you can't get decrypted executable from. Or gain access to the raw games files
like any newer ps4 games.
by chrrox
Fri Mar 29, 2019 9:43 am
Forum: Code Talk
Topic: Noesis Create NoeBone from Pos, Rot, Scl?
Replies: 2
Views: 2809

Re: Noesis Create NoeBone from Pos, Rot, Scl?

Just look in the python folder at the file inc_noesis.py
then find the starting data type like for instance
class NoeQuat
you can see it being initialized
quat = (0.0, 0.0, 0.0, 1.0)
and the option
toMat43
so you could do
myQuat = NoeQuat().toMat43()
then set the position with
myQuat[3] = [x,y,z]
by chrrox
Sun Mar 24, 2019 5:38 pm
Forum: Game Archive
Topic: DEAD OR ALIVE XTREME 3: SCARLET
Replies: 12
Views: 7758

Re: DEAD OR ALIVE XTREME 3: SCARLET

You should never need to rename any files they will show up when you extract the nca correctly
by chrrox
Sun Mar 24, 2019 11:49 am
Forum: Game Archive
Topic: DEAD OR ALIVE XTREME 3: SCARLET
Replies: 12
Views: 7758

Re: DEAD OR ALIVE XTREME 3: SCARLET

You need to use hactool to extract to raw files.
just google extract nsp and the first result will give you tools.
you want version 1.6 of the bat file
NCA-NSP-XCI_TO_LayeredFS.bat
by chrrox
Sat Mar 23, 2019 7:56 pm
Forum: Game Archive
Topic: DEAD OR ALIVE XTREME 3: SCARLET
Replies: 12
Views: 7758

Re: DEAD OR ALIVE XTREME 3: SCARLET

switch version there is no way to get ps4 files.
by chrrox
Sat Mar 23, 2019 4:37 pm
Forum: Game Archive
Topic: DEAD OR ALIVE XTREME 3: SCARLET
Replies: 12
Views: 7758

Re: DEAD OR ALIVE XTREME 3: SCARLET

Here is a script to extract the ktss files from the xhs files. You can then play them with vgmstream #script by chrrox #use quickbms #http://aluigi.altervista.org/quickbms.htm get ARC basename goto 0x14 get FILES long savepos TMP for i = 0 < FILES goto TMP get OFFSET long savepos TMP goto OFFSET get...