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

Brute Force (XBOX 2003) - Models

Post questions about game models here, or help out others!
Post Reply
User avatar
Pepsee
mega-veteran
mega-veteran
Posts: 188
Joined: Fri Mar 04, 2016 9:26 pm
Has thanked: 53 times
Been thanked: 8 times

Brute Force (XBOX 2003) - Models

Post by Pepsee »

Hello yet again, everyone

After some more digging, I came upon what seems to be the model format for the game, however I have no idea where to even start. It seems to be a library of models used within the level. The format is .ivd as I can see.
I've uploaded some samples: here.
Here is the full directory for whoever is interested.
Thank you for your attention and I'm looking forward to porting these models to source!
Last edited by Pepsee on Tue Jul 13, 2021 3:23 pm, edited 3 times in total.
User avatar
Pepsee
mega-veteran
mega-veteran
Posts: 188
Joined: Fri Mar 04, 2016 9:26 pm
Has thanked: 53 times
Been thanked: 8 times

Re: Brute Force (XBOX 2003) - Models

Post by Pepsee »

*bump*
User avatar
Pepsee
mega-veteran
mega-veteran
Posts: 188
Joined: Fri Mar 04, 2016 9:26 pm
Has thanked: 53 times
Been thanked: 8 times

Re: Brute Force (XBOX 2003) - Models

Post by Pepsee »

Alright, I did some more digging into the filetypes. I am restless over these assets for this game is a childhood classic of mine and I'd love to witness these models and animations close up.

Textures and Sounds have been solved for the most part in the threads linked.


The models and animations are found inside various different containers/archives:
BF_Folder_Contents.png
For models: .ivd, .ipn (their names must be referenced inside of the .xmb file with the same name)
For animations: .chnl, .xmb (for animation names)

Thank you so much for your time and I apologize for the annoyance, I just really wish to get these some day~
Have a good one! :D

Here is the link to the samples uploaded: https://mega.nz/file/8AZATR6R#fnLxzEC8A ... 8G-Jt-8my0
You do not have the required permissions to view the files attached to this post.
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4291
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1151 times
Been thanked: 2244 times

Re: Brute Force (XBOX 2003) - Models

Post by shakotay2 »

objects-e01-ivdfst-SM.png
(Some fiddling required to get the rest of the vertices.)
FVFsize toggles between 24 and 32 for example.
You do not have the required permissions to view the files attached to this post.
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?"
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4291
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1151 times
Been thanked: 2244 times

Re: Brute Force (XBOX 2003) - Models

Post by shakotay2 »

You can try out dozens of face index blocks - fail so far:
.
0xDDE8C.png
You do not have the required permissions to view the files attached to this post.
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?"
User avatar
Pepsee
mega-veteran
mega-veteran
Posts: 188
Joined: Fri Mar 04, 2016 9:26 pm
Has thanked: 53 times
Been thanked: 8 times

Re: Brute Force (XBOX 2003) - Models

Post by Pepsee »

Woah, those are some funky looking models. Is there any script I can use to import them? They seem to have their own proprietary and unique format.. I suck at Hex2Obj and I don't want to lose their rigging data either.
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4291
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1151 times
Been thanked: 2244 times

Re: Brute Force (XBOX 2003) - Models

Post by shakotay2 »

Pepsee wrote: Mon Feb 01, 2021 8:21 pm Woah, those are some funky looking models. Is there any script I can use to import them?
You don't think I'd struggle around with hex2obj if I had access to scripts, do you? :D
I suck at Hex2Obj and I don't want to lose their rigging data either.
I know. But atm there's no way around.
.
map&giant.png
You do not have the required permissions to view the files attached to this post.
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?"
User avatar
DKDave
ultra-veteran
ultra-veteran
Posts: 357
Joined: Mon May 06, 2019 6:07 pm
Location: On board the USS Callister
Has thanked: 9 times
Been thanked: 167 times

Re: Brute Force (XBOX 2003) - Models

Post by DKDave »

The index to the files is stored inside the .xmb files (which weren't in the uploaded data), and then it all becomes a bit clearer.

So in objects-e01.xmb, for example, at offset 0xbfb you've got 0x290 for the faces and 0x26 vertices at 0xb8acc. Seems like each entry is 0x39 bytes.

Parts of these xmb files are obfuscated, so not sure how to parse them to get to the file table, but it might help.
I see a vision rising, dreary, Fading in as children play twilight games, In the town called Ordinary, An eye of light reveals a gateway to doomsday
User avatar
Pepsee
mega-veteran
mega-veteran
Posts: 188
Joined: Fri Mar 04, 2016 9:26 pm
Has thanked: 53 times
Been thanked: 8 times

Re: Brute Force (XBOX 2003) - Models

Post by Pepsee »

shakotay2 wrote: Mon Feb 01, 2021 8:30 pm
Pepsee wrote: Mon Feb 01, 2021 8:21 pm Woah, those are some funky looking models. Is there any script I can use to import them?
You don't think I'd struggle around with hex2obj if I had access to scripts, do you? :D
I suck at Hex2Obj and I don't want to lose their rigging data either.
I know. But atm there's no way around.
.
map&giant.png
Yeah you're right, you wouldn't bother with Hex2Obj and sadly there's no alternative yet. :(
DKDave wrote: Mon Feb 01, 2021 11:36 pm The index to the files is stored inside the .xmb files (which weren't in the uploaded data), and then it all becomes a bit clearer.

So in objects-e01.xmb, for example, at offset 0xbfb you've got 0x290 for the faces and 0x26 vertices at 0xb8acc. Seems like each entry is 0x39 bytes.

Parts of these xmb files are obfuscated, so not sure how to parse them to get to the file table, but it might help.
Those xmb archives might be the best source of information atm, to be honest. Wish this was a more well-known and used format.
Knightly Doggo
ultra-n00b
Posts: 8
Joined: Sat Mar 06, 2021 6:14 am
Been thanked: 1 time

Re: Brute Force (XBOX 2003) - Models

Post by Knightly Doggo »

Any recent progress been made on this? I would also like to get the models as well.
User avatar
Pepsee
mega-veteran
mega-veteran
Posts: 188
Joined: Fri Mar 04, 2016 9:26 pm
Has thanked: 53 times
Been thanked: 8 times

Re: Brute Force (XBOX 2003) - Models

Post by Pepsee »

Knightly Doggo wrote: Tue Jul 13, 2021 11:42 am Any recent progress been made on this? I would also like to get the models as well.
Sadly, no. I managed to emulate the game but I can't ninjarip from XEMU and I'd most likely not get the models in a T-pose anyways..
I have reuploaded the files here for people's convenience since the old link was dead.
https://mega.nz/file/oQpwmCbA#ta5OAK_jW ... 75My5z1R9E

EDIT: More links in the main post for whoever is curious

Really hoping we'll be able to rip these files sometime in the future!! :D
eeveemaster
ultra-n00b
Posts: 1
Joined: Thu Jul 15, 2021 1:57 pm

Re: Brute Force (XBOX 2003) - Models

Post by eeveemaster »

Omg, I thought nobody else knew about Brute Force! I recently got reminded of it due to youtube recommendations! I really hope we get to have access to the models it had! they were so cool! Maybe even the guns as well! :D
User avatar
Pepsee
mega-veteran
mega-veteran
Posts: 188
Joined: Fri Mar 04, 2016 9:26 pm
Has thanked: 53 times
Been thanked: 8 times

Re: Brute Force (XBOX 2003) - Models

Post by Pepsee »

I've managed to find some screenshots on a very old personal website owned by technical artist Shea McCombs. It showcases the UI, some weapons models and map previews apparently done in maya.


Here's the website, besides screenshots there's not much else..


Image
Image
Image
Image
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4291
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1151 times
Been thanked: 2244 times

Re: Brute Force (XBOX 2003) - Models

Post by shakotay2 »

I don't have objects-e01.xmb and I wouldn't download 435 MB just to have a look at this one file.
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?"
User avatar
Pepsee
mega-veteran
mega-veteran
Posts: 188
Joined: Fri Mar 04, 2016 9:26 pm
Has thanked: 53 times
Been thanked: 8 times

Re: Brute Force (XBOX 2003) - Models

Post by Pepsee »

shakotay2 wrote: Fri Jul 16, 2021 1:15 pm I don't have objects-e01.xmb and I wouldn't download 435 MB just to have a look at this one file.
Here you go, hope this helps!
You do not have the required permissions to view the files attached to this post.
Post Reply