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

Forza Motorsport Resource Extraction (.carbin)

Post questions about game models here, or help out others!
prefim
n00b
Posts: 19
Joined: Fri May 21, 2010 11:10 am
Has thanked: 1 time

Re: Forza Motorsport Resource Extraction (.carbin)

Post by prefim »

Hi Guys,

I had a quick look over these non planar polys (which are all 3 point BTW).

as you can see, from the body of the 69 Charger,

Image

There are 14129 nonplanars, and they cover most of the surfaces the object has.

Putting in a sanity check to remove duped tris (or rather tris with two vertices in the same place) would be a good move to reducing overall model size.

I was wondering what these extras could be. I can't remember if Forza3 shows actual car geometry damage as well as texture damage but could it be something to do with where the car buckles on impact or maybe to do with collision detection in general. either way, removing them doesnt seem to hurt the model.
User avatar
lordpantsington
ultra-n00b
Posts: 7
Joined: Sat Apr 24, 2010 8:48 am
Has thanked: 7 times
Been thanked: 1 time

Re: Forza Motorsport Resource Extraction (.carbin)

Post by lordpantsington »

For every car, In the Physics folder inside the f-zip there is a Maxdata.xml. This is a list of collision spheres that I assume is used for deformation. rFactor uses spheres for damage deformation. I would think Forza uses the same type of system. Accepted methods and practices usually transcend platforms.

I wish I could be of more help. Strips, Fans, Quads, Tris, all get my head spinning. Back in the day I remember reading about some format that read the last entry of "a strip/fan" in reverse to signify the end of that group, perhaps this is doing something like that? It may have been the DXF format? Maybe that was a custom game format [papy 3do]? It was like 10 years ago, all pretty foggy now.
prefim
n00b
Posts: 19
Joined: Fri May 21, 2010 11:10 am
Has thanked: 1 time

Re: Forza Motorsport Resource Extraction (.carbin)

Post by prefim »

Hi Lordpantsington (wicked name BTW)

i agree, most systems use a collision sphere or bounding box approach for speed of calculation. I have known a few systems use a proxy model approach and I wondered if this was one of those.

Its really not a problem. If the dupes are just removed from the build up list it should thin the poly count, reduce the model filesize and save cleanup time.
Anoussa
ultra-n00b
Posts: 2
Joined: Wed May 26, 2010 7:39 pm

Re: Forza Motorsport Resource Extraction (.carbin)

Post by Anoussa »

Hi all i'm a new member can some one show me the links for all the tools i need to convert this from carbin and xds to lwo or 3ds or zmod
ajmiles
beginner
Posts: 32
Joined: Mon Jan 18, 2010 1:36 am
Been thanked: 6 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by ajmiles »

Ernegien wrote: EDIT2: Meh, I don't know what to think anymore. I can easily modify my app to not dump faces with duplicate vertices, but it seems that the problem originates elsewhere...

Any ideas? :X
Removing degenerate triangles would seem like a good idea. Just ensure index0 != index1 && index1 != index2 and only output the triangle if that holds true. The strip restart is useful where you want to jump to a completely different part of the mesh, but a degenerate triangle can be slightly more efficient if you're going to use at least 1 of the recent indices, so perhaps that's why they did it.
XSB
n00b
Posts: 18
Joined: Thu May 13, 2010 4:55 pm
Has thanked: 1 time
Been thanked: 1 time

Re: Forza Motorsport Resource Extraction (.carbin)

Post by XSB »

also, until that happens, ZModeler2 users can remove non-planar poligons by using the modify-submesh-cleanup tool
User avatar
Ernegien
mega-veteran
mega-veteran
Posts: 160
Joined: Wed Mar 24, 2010 6:27 am
Location: Illinois, USA
Has thanked: 12 times
Been thanked: 158 times
Contact:

Re: Forza Motorsport Resource Extraction (.carbin)

Post by Ernegien »

ajmiles wrote:Removing degenerate triangles would seem like a good idea. Just ensure index0 != index1 && index1 != index2 and only output the triangle if that holds true. The strip restart is useful where you want to jump to a completely different part of the mesh, but a degenerate triangle can be slightly more efficient if you're going to use at least 1 of the recent indices, so perhaps that's why they did it.
Degenerate triangles they are...thanks for the tip. I remember you mentioning them before, I had just forgotten about them :ninja:
Anoussa
ultra-n00b
Posts: 2
Joined: Wed May 26, 2010 7:39 pm

Re: Forza Motorsport Resource Extraction (.carbin)

Post by Anoussa »

Does someone know how to convert textures to tga or something like that?
Alexsashka
ultra-n00b
Posts: 4
Joined: Fri May 21, 2010 10:07 pm

Re: Forza Motorsport Resource Extraction (.carbin)

Post by Alexsashka »

Anoussa wrote:Does someone know how to convert textures to tga or something like that?
This is a great program for converting images to another format Right Click Image Converter
karllynn
ultra-n00b
Posts: 1
Joined: Wed May 26, 2010 9:31 am

Re: Forza Motorsport Resource Extraction (.carbin)

Post by karllynn »

my forza studio have some problem

i can't run the forza studio.exe

i have install .net framework and xna

WIN7 OS

i have test on three pc ,two xp and one win7

can't run the program all

my os is chn

i upload the error report,please help me,thanks a lot
You do not have the required permissions to view the files attached to this post.
ram202
n00b
Posts: 17
Joined: Wed Apr 14, 2010 3:46 am
Location: Russia
Has thanked: 9 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by ram202 »

in which file stores color car?
Veegie
advanced
Posts: 66
Joined: Sun Apr 04, 2010 7:54 pm
Has thanked: 5 times
Been thanked: 4 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by Veegie »

It's in an sql database, not found in the car .zips.
pawlo922
beginner
Posts: 25
Joined: Thu Apr 22, 2010 8:38 pm
Has thanked: 6 times
Been thanked: 2 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by pawlo922 »

Work fine, Big thanks Ernegien :)

Image

Image
Last edited by pawlo922 on Fri May 28, 2010 3:15 pm, edited 1 time in total.
Testeris
ultra-n00b
Posts: 1
Joined: Fri May 28, 2010 10:51 am

Re: Forza Motorsport Resource Extraction (.carbin)

Post by Testeris »

HEY ALL, HOW DO YOU TAKE IT OUT FROM THE DISK? I LOKED INSIDE OFF THE CD, AND FIND ONLY VIDEO AND AUDIO, HOW DO YOU TAKE THE CAR FILE FROM THE CS OR WHAT? I DON'T ANDRESTAN HOW TO GET THE FILE FROM IT.

MABY ENY ONE CAN TELL ME WHERE TO FIND TUTORIAL FOR THIS OR WHAT?
bigBear
mega-veteran
mega-veteran
Posts: 183
Joined: Thu Oct 08, 2009 7:51 pm
Has thanked: 6 times
Been thanked: 10 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by bigBear »

Testeris wrote:HEY ALL, HOW DO YOU TAKE IT OUT FROM THE DISK? I LOKED INSIDE OFF THE CD, AND FIND ONLY VIDEO AND AUDIO, HOW DO YOU TAKE THE CAR FILE FROM THE CS OR WHAT? I DON'T ANDRESTAN HOW TO GET THE FILE FROM IT.

MABY ENY ONE CAN TELL ME WHERE TO FIND TUTORIAL FOR THIS OR WHAT?
First off, turn the Caps Lock off!
Its annoying to read the capital letters.

And second, read some few pages back and you'll find the answers.
Or better, read the whole thread!

Dammit, why so noobish big letter?!?!
We can hear you clear, buddy.
Post Reply