Gun Gun Pixies .BNC / .BTX (Nintendo Switch)

Post questions about game models here, or help out others!
Post Reply
User avatar
RokkuDayo
n00b
Posts: 15
Joined: Wed Feb 21, 2018 1:59 pm
Has thanked: 14 times

Gun Gun Pixies .BNC / .BTX (Nintendo Switch)

Post by RokkuDayo » Tue Sep 17, 2019 6:41 pm

I've been looking on the file formats of the Nintendo Switch release of Gun Gun Pixies and I noticed that the game is using a format really similar to the one found in Danganronpa Another Episode: Despair Girls, but I couldn't get any of the tools available to work of these files, which was expected tbh.

I'll be leaving some samples here if anyone has any clue on how they can be converted into something usable.


Samples: https://drive.google.com/file/d/1zS4LoX ... sp=sharing

demonslayerx8
veteran
Posts: 94
Joined: Mon Jul 06, 2015 12:48 am
Has thanked: 20 times
Been thanked: 15 times

Re: Gun Gun Pixies .BNC / .BTX (Nintendo Switch)

Post by demonslayerx8 » Wed Sep 18, 2019 6:00 am

the BTX texture seems simple to extract... was able to locate mip count and possibly texture format. I'll dig more into it within the next few days.

the BNC is a model format, has skeleton data inside it, but half of the data is compressed?

User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 3461
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 955 times
Been thanked: 1876 times

Re: Gun Gun Pixies .BNC / .BTX (Nintendo Switch)

Post by shakotay2 » Tue Dec 31, 2019 7:55 pm

After "offzipping" the OBJ_CN_013_ClockA.bnc I'd say there's something in there but what?
.
GGP_whatIsIt.png
You do not have the required permissions to view the files attached to this post.
Bigchillghost, Reverse Engineering a Game Model: viewtopic.php?f=29&t=17889
extracting simple models: viewtopic.php?f=29&t=10894
Make_H2O-ForzaHor3-jm9.zip
"You quoted the whole thing, what a mess."

User avatar
RokkuDayo
n00b
Posts: 15
Joined: Wed Feb 21, 2018 1:59 pm
Has thanked: 14 times

Re: Gun Gun Pixies .BNC / .BTX (Nintendo Switch)

Post by RokkuDayo » Wed Jan 01, 2020 4:00 pm

shakotay2 wrote:
Tue Dec 31, 2019 7:55 pm
After "offzipping" the OBJ_CN_013_ClockA.bnc I'd say there's something in there but what?
.
GGP_whatIsIt.png
That second "image" resembles a face to me, but it must be my imagination.

Again, all I know is that these models are similar to the format found in Danganronpa: Ultra Despair Girls, probably just an updated version.

The files I originally posted here are from the Switch version but recently the game was released on PC, I'll leave them here even though I couldn't find many differences between the files while looking with HxD. And thanks for looking into this, really thought it was long dead.

https://drive.google.com/open?id=12qGAh ... VRkugPaDLg

User avatar
RokkuDayo
n00b
Posts: 15
Joined: Wed Feb 21, 2018 1:59 pm
Has thanked: 14 times

Re: Gun Gun Pixies .BNC / .BTX (Nintendo Switch)

Post by RokkuDayo » Wed Jan 01, 2020 4:59 pm

I also found out that we can get the textures by using Scarlet (https://github.com/xdanieldzd/Scarlet/releases) and dropping the decompressed output into TextureFinder.


Image

Edit: there's a Noesis script for the textures already so there's no point in using this method (https://zenhax.com/download/file.php?id=7562)

User avatar
Dinoguy1000
Site Admin
Posts: 759
Joined: Mon Sep 13, 2004 1:55 am
Has thanked: 129 times
Been thanked: 142 times

Re: Gun Gun Pixies .BNC / .BTX (Nintendo Switch)

Post by Dinoguy1000 » Wed Jan 01, 2020 5:50 pm

ArthurLopes wrote:
Wed Jan 01, 2020 4:00 pm
That second "image" resembles a face to me, but it must be my imagination.
I see faces in the image too, so it's at the least not only your imagination. :)
Welcome to Xentax!

Rules | Requests | Wiki | Discord

If you run across a post that breaks the rules, please report the post - a mod or admin will handle it from there.

akderebur
ultra-veteran
ultra-veteran
Posts: 621
Joined: Fri Jul 08, 2011 10:36 am
Has thanked: 65 times
Been thanked: 777 times

Re: Gun Gun Pixies .BNC / .BTX (Nintendo Switch)

Post by akderebur » Thu Jan 02, 2020 3:20 pm

I remember this format, it was really weird. Anyway I checked the clock bnc. There seems to be 2 compressed chunks in the bnc file. Scarlet can be used to decompress those.

After that I merged the 2 chunks to load it in hex2obj and got the mesh. I will attach the decompressed/merged bnc file.

Image

Still I think it won't be that easy for more complex and skinned models. I remember this format requiring you to transform vertices by the bone positions based on the given bone ids to get a proper mesh. Also vertex weights were weird too.

I might be able to modify my danganronpa plugin to work with this game, but dunno when I will have the time to do it.
You do not have the required permissions to view the files attached to this post.

xperiagenerator
n00b
Posts: 11
Joined: Wed Dec 17, 2014 1:10 pm

Re: Gun Gun Pixies .BNC / .BTX (Nintendo Switch)

Post by xperiagenerator » Mon Mar 08, 2021 12:29 pm

akderebur wrote:
Thu Jan 02, 2020 3:20 pm
I remember this format, it was really weird. Anyway I checked the clock bnc. There seems to be 2 compressed chunks in the bnc file. Scarlet can be used to decompress those.

After that I merged the 2 chunks to load it in hex2obj and got the mesh. I will attach the decompressed/merged bnc file.
using scarlet on "OBJ_CN_013_ClockA.bnc" i get only 1 decompressed file

how do you get the second chunk to merge?

Post Reply