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

Fate Grand Order Arcade

Post questions about game models here, or help out others!
Melvinnnn
ultra-n00b
Posts: 8
Joined: Wed Mar 13, 2019 10:06 pm
Has thanked: 4 times

Re: Fate Grand Order Arcade

Post by Melvinnnn »

idkwhos wrote: Tue Jan 03, 2023 10:38 am
Simguy wrote: Tue Mar 15, 2022 8:12 pm This should extract sprite texture.bins. There are no file names.
I was looking into character animations but I hit a wall (parsing the file and encoded rotation keys) and I guess its not that worthwhile since the game uses so much physics simulation and such.
Hi, Someone published the file dump recently for a game called Kancolle Arcade. I spent some time with it to see if I could extract the model from this game. It seems to use a file structure similar to Hatsune Miku Project DIVA and FGO Arcade, and I am able to extract obj.bin and tex.bin for the model with farc extractor for project DIVA.

For the tex.bin, your script for FGO seems to work, and I am able to get most (if not all) of the texture files out.

However, obj.bin seems to be a bit different, and I have only been able to extract one of the many models in the file (in this case it's a turret lol):Honeyview_Kancolle model.jpg


From what I can tell, the problem is that Kancolle Arcade uses separate body/weapon models for a single character (in a single bin), while FGO Arcade uses one single model for each character:

Kncolle:

Code: Select all

00C0: 00 00 00 00 9A 01 00 00 00 00 00 00 B1 01 00 00 00 00 00 00 C8 01 00 00 00 00 00 00 63 68 30 32 ����š������±������È������ch02
00E0: 30 31 5F 30 31 5F 62 5F 62 6F 64 79 5F 6D 6F 64 65 6C 00 63 68 30 32 30 31 5F 30 31 5F 62 5F 67 01_01_b_body_model�ch0201_01_b_g
0100: 65 61 72 30 31 5F 6D 6F 64 65 6C 00 63 68 30 32 30 31 5F 30 31 5F 62 5F 67 65 61 72 30 34 5F 6D ear01_model�ch0201_01_b_gear04_m
0120: 6F 64 65 6C 00 63 68 30 32 30 31 5F 30 31 5F 62 5F 77 70 30 32 5F 6D 6F 64 65 6C 00 63 68 30 32 odel�ch0201_01_b_wp02_model�ch02
0140: 30 31 5F 30 31 5F 62 5F 77 70 30 35 5F 6D 6F 64 65 6C 00 63 68 30 32 30 31 5F 30 31 5F 6E 5F 62 01_01_b_wp05_model�ch0201_01_n_b
0160: 6F 64 79 5F 6D 6F 64 65 6C 00 63 68 30 32 30 31 5F 30 31 5F 6E 5F 67 65 61 72 30 31 5F 6D 6F 64 ody_model�ch0201_01_n_gear01_mod
0180: 65 6C 00 63 68 30 32 30 31 5F 30 31 5F 6E 5F 77 70 30 31 5F 6D 6F 64 65 6C 00 63 68 30 32 30 31 el�ch0201_01_n_wp01_model�ch0201
01A0: 5F 30 31 5F 6E 5F 77 70 30 32 5F 6D 6F 64 65 6C 00 63 68 30 32 30 31 5F 30 31 5F 6E 5F 77 70 30 _01_n_wp02_model�ch0201_01_n_wp0
01C0: 33 5F 6D 6F 64 65 6C 00 63 68 30 32 30 31 5F 30 31 5F 6E 5F 77 70 30 35 5F 6D 6F 64 65 6C 00 00 3_model�ch0201_01_n_wp05_model
FGO:

Code: Select all

0000h: 00 25 06 05 01 00 00 00 2C 00 00 00 00 00 00 00  .%......,....... 
0010h: 34 00 00 00 00 00 00 00 34 00 00 00 00 00 00 00  4.......4....... 
0020h: 00 00 00 00 00 00 00 00 00 00 00 00 50 00 00 00  ............P... 
0030h: 00 00 00 00 3C 00 00 00 00 00 00 00 73 76 74 5F  ....<.......svt_ 
0040h: 30 30 30 31 5F 73 30 31 5F 6D 6F 64 65 6C 00 00  0001_s01_model.. 
0050h: 06 00 02 00 00 00 00 00 C0 01 00 00 00 00 00 00  ........À....... 
0060h: 13 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00  ................ 
0070h: 10 1C 00 00 00 00 00 00 18 00 00 00 00 00 00 00  ................ 

I tried to modify the script to make it work but failed...Could you help? Much appreciated!

Here's a link to the obj.bin and tex.bin that I extracted:
https://mega.nz/folder/wG5GUYgT#rqjHXWWlb0M1p_7yiWcwew
This is a rudimentary question, but how can I get a farc extractor for project DIVA?
Also, can you tell me how to extract obj.bin and tex.bin from a kanncolle arcade dump?
BossMob9
ultra-n00b
Posts: 4
Joined: Thu Sep 26, 2019 10:43 pm

Re: Fate Grand Order Arcade

Post by BossMob9 »

Melvinnnn wrote: Fri Apr 14, 2023 9:22 pm This is a rudimentary question, but how can I get a farc extractor for project DIVA?
Also, can you tell me how to extract obj.bin and tex.bin from a kanncolle arcade dump?
You can use the virtua fighter 5 bms script for kancolle arcade. You should be able to find it with a quick google.
wansf
veteran
Posts: 99
Joined: Sun Mar 11, 2018 10:56 am
Has thanked: 7 times
Been thanked: 8 times

Re: Fate Grand Order Arcade

Post by wansf »

wait someone got a legit KC dump?
moonvoidd
ultra-n00b
Posts: 2
Joined: Tue Apr 11, 2023 11:15 pm
Has thanked: 1 time

Re: Fate Grand Order Arcade

Post by moonvoidd »

Praying the next batch dump has Saber Shiki, Skadi, Melt, Osakabehime, Koyan & Morgan
GDL
veteran
Posts: 150
Joined: Fri Jul 09, 2010 4:54 pm
Has thanked: 69 times
Been thanked: 40 times

Re: Fate Grand Order Arcade

Post by GDL »

moonvoidd wrote: Sun Apr 16, 2023 8:15 pm Praying the next batch dump has Saber Shiki, Skadi, Melt, Osakabehime, Koyan & Morgan
As far as I know these are the "known" versions people have found in HDDs extracted from second hand arcade machines and only up to version 9.0 has ben decrypted and leaked (the decryption method/tools are known now the only issue is getting your hands on the .app files):

Code: Select all

 2.06.00	11/01/2019
 3.00.00	26/03/2019
 3.60.01	04/07/2019
 4.00.00              2019
 4.50.00	16/12/2019
 5.31.00	26/03/2020
 5.51.00	06/07/2020
 6.10.00	18/08/2020
 6.11.00	08/09/2020
 6.20.01	11/09/2020
 6.21.00	25/09/2020
 6.31.00	23/10/2020
 6.51.00	23/12/2020
 7.20.00	22/03/2021
 7.60.01	09/07/2021
 8.00.00	26/08/2021
 8.11.00	27/08/2021
 8.30.00	18/11/2021
 8.40.00	16/12/2021
 9.00.00	09/12/2021
 9.10.00	03/02/2022
 9.31.00	26/04/2022
 9.50.00	23/06/2022
 9.61.00	01/08/2022
10.10.00	08/09/2022
10.30.00	01/11/2022
10.50.00	26/12/2022
10.60.00	
10.70.00	16/03/2023
If I remember correctly you can match these versions with the official release dates in the FGOA website to know which version includes which characters.
Last edited by GDL on Mon Apr 17, 2023 1:42 am, edited 1 time in total.
Darkhowlings
mega-veteran
mega-veteran
Posts: 185
Joined: Mon Sep 01, 2014 8:33 am
Has thanked: 66 times
Been thanked: 7 times

Re: Fate Grand Order Arcade

Post by Darkhowlings »

For what I read in one Discord page, the leaks we get normally are actually buy. Someone or people buy the leaks. This explain why they haven't being any new leaks or anything on the past months: they are not really easy to get or buy on this case.
GDL
veteran
Posts: 150
Joined: Fri Jul 09, 2010 4:54 pm
Has thanked: 69 times
Been thanked: 40 times

Re: Fate Grand Order Arcade

Post by GDL »

Darkhowlings wrote: Sun Apr 16, 2023 9:47 pm For what I read in one Discord page, the leaks we get normally are actually buy. Someone or people buy the leaks. This explain why they haven't being any new leaks or anything on the past months: they are not really easy to get or buy on this case.
Yup, that makes sense, seeing how the models for this and a bunch of other games end up for sale in some obscure websites, similar on how once in a while requests pop up here and there for "help" to localize a game which will end up for sale in places where there was no localization for it.
Darkhowlings
mega-veteran
mega-veteran
Posts: 185
Joined: Mon Sep 01, 2014 8:33 am
Has thanked: 66 times
Been thanked: 7 times

Re: Fate Grand Order Arcade

Post by Darkhowlings »

China Discord servers, mostly.
In my case I'm only waiting for the patch were Gramps Hassan, Moriarty and Iskandar are for quitting on this game data hunt. After them, they is nothing interesting and for what I seeing on they Twitter account: They barely have add any new character in months.
BossMob9
ultra-n00b
Posts: 4
Joined: Thu Sep 26, 2019 10:43 pm

Re: Fate Grand Order Arcade

Post by BossMob9 »

moonvoidd wrote: Sun Apr 16, 2023 8:15 pm Praying the next batch dump has Saber Shiki, Skadi, Melt, Osakabehime, Koyan & Morgan
Saber Shiki is already in the latest files. Her ID is 51.
lolololola
ultra-n00b
Posts: 1
Joined: Thu Apr 20, 2023 5:15 pm

Re: Fate Grand Order Arcade

Post by lolololola »

the last version anyone will be able to obtain is 10.60 as 10.70 onwards changed to sega's internal network. you will have to buy decomissioned cabinets to obtain these updates in the future, or hack into an actual arcade's VPN. thanks idiot leakers on emuline for this :)
ailephi
beginner
Posts: 31
Joined: Sun Jun 05, 2016 3:14 pm
Been thanked: 3 times

Re: Fate Grand Order Arcade

Post by ailephi »

lolololola wrote: Thu Apr 20, 2023 5:20 pm the last version anyone will be able to obtain is 10.60 as 10.70 onwards changed to sega's internal network. you will have to buy decomissioned cabinets to obtain these updates in the future, or hack into an actual arcade's VPN. thanks idiot leakers on emuline for this :)
well that's just fking great
is 10.70 the one with Muramasa onwards? then that would mean the last servant we may be able to get is Koyan.
kurokozeref
beginner
Posts: 21
Joined: Tue Mar 13, 2018 6:56 pm
Has thanked: 5 times
Been thanked: 1 time

Re: Fate Grand Order Arcade

Post by kurokozeref »

lolololola wrote: Thu Apr 20, 2023 5:20 pm the last version anyone will be able to obtain is 10.60 as 10.70 onwards changed to sega's internal network. you will have to buy decomissioned cabinets to obtain these updates in the future, or hack into an actual arcade's VPN. thanks idiot leakers on emuline for this :)
great can u pm me for 10.60
BrawlBroHalo
ultra-n00b
Posts: 1
Joined: Mon Jun 06, 2022 1:57 pm

Re: Fate Grand Order Arcade

Post by BrawlBroHalo »

lolololola wrote: Thu Apr 20, 2023 5:20 pm the last version anyone will be able to obtain is 10.60 as 10.70 onwards changed to sega's internal network. you will have to buy decomissioned cabinets to obtain these updates in the future, or hack into an actual arcade's VPN. thanks idiot leakers on emuline for this :)
I'm gonna cry, I have been praying for Muramasa to be added to the Arcade so we could get his model, now I'm hit with this news. :c
kuzon1
ultra-n00b
Posts: 5
Joined: Thu Mar 08, 2018 9:23 am
Been thanked: 2 times

Re: Fate Grand Order Arcade

Post by kuzon1 »

BrawlBroHalo wrote: Thu Apr 27, 2023 4:56 pm
lolololola wrote: Thu Apr 20, 2023 5:20 pm the last version anyone will be able to obtain is 10.60 as 10.70 onwards changed to sega's internal network. you will have to buy decomissioned cabinets to obtain these updates in the future, or hack into an actual arcade's VPN. thanks idiot leakers on emuline for this :)
I'm gonna cry, I have been praying for Muramasa to be added to the Arcade so we could get his model, now I'm hit with this news. :c
Well, let's hope we get new versions anyway. i dont know what happened, but wasn't the way to get the data exactly the same? in any case, the data was obtained from obsolete machines, as far as I understand, which is why new versions appeared so rarely.
ailephi
beginner
Posts: 31
Joined: Sun Jun 05, 2016 3:14 pm
Been thanked: 3 times

Re: Fate Grand Order Arcade

Post by ailephi »

Sega hs announced that they will stop adding new servants into the game so Muramasa will be the last servant the file dump will ever get

anything beyond 10.70.00 would most likely just have new costume dresses and accessories for existing servants
Post Reply