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!
dimis9138
veteran
Posts: 85
Joined: Mon Jul 27, 2020 6:37 pm
Has thanked: 41 times
Been thanked: 8 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by dimis9138 »

shakotay2 wrote: Fri Mar 31, 2017 9:59 pm I'm not sure if anyone took care for the positions of movable parts seriously;
the problem I see is that the bone's tail position (boneDoorRF here) and the doorHandleRF location don't fit exactly when placing manually.
(other than the mesh the bones aren't un-mirrored so far, so LF and RF are swapped)
Doorposition.JPG
When using the values from the dae, it's totally shxt (lower part of pic).

Ued the values from the dae, adding the x,y,z components from root and child boneDorrLF (doorHandleLF):

Code: Select all

          <node id="Bone_root_boneDoorLF" name="root_boneDoorLF" sid="root_boneDoorLF" type="JOINT">
            <matrix sid="Transform">0.999994 0.000000 -0.003383 X:-0.922483 0.000000 1.000000 0.000000 Y:1.707396 0.003383 0.000000 0.999994 Z:0.827334 0.000000 0.000000 0.000000 1.000000</matrix>
            <node id="Bone_boneDoorLF" name="boneDoorLF" sid="boneDoorLF" type="JOINT">
              <matrix sid="Transform">0.999994 0.000000 0.003383 X:0.111272 0.000000 1.000000 0.000000 Y:-1.106002 -0.003383 0.000000 0.999994 Z:-0.086873 0.000000 0.000000 0.000000 1.000000</matrix>
            </node>
          </node>
(maybe I made some mirroring mistake?)
Don't think this will work due to the cars unfortunately being sized wrong.
Example: https://mega.nz/file/NpxUnQyb#TFo07uqbF ... 0e_gw0vpEA
Looking for someone patient enough to teach me how to write noesis plugins :(
User avatar
shakotay2
MEGAVETERAN
MEGAVETERAN
Posts: 4284
Joined: Fri Apr 20, 2012 9:24 am
Location: Nexus, searching for Jim Kirk
Has thanked: 1146 times
Been thanked: 2242 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by shakotay2 »

dimis9138 wrote: Wed Nov 10, 2021 12:14 am
Don't think this will work due to the cars unfortunately being sized wrong.
Example: https://mega.nz/file/NpxUnQyb#TFo07uqbF ... 0e_gw0vpEA
"sized wrong"? (used scaling for blender import was 4.0/256.0, iirc. Or 0.5?)

Did you try to move LS0_hood_a_LODS0_hoodBadge_a_LODS0 (of Exocet), for example?
(You'll need to use ConverterApp.exe to create a .dae file to get the positions for moving parts, iirc.)

btw: would make more sense to continue in the concerning Forza Horizon 5 thread?
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?"
MarieRose1301
veteran
Posts: 97
Joined: Sat Oct 11, 2014 10:29 pm
Has thanked: 17 times
Been thanked: 7 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by MarieRose1301 »

Hello, I was wondering, has there ever been any research done on the first Forza game for the original xbox? I've tried looking into the .carbin from the game, but could only find vertex data but only several submeshes contain face data, what could that possibly mean?
toab776
beginner
Posts: 32
Joined: Tue Jun 11, 2019 1:05 am
Has thanked: 3 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by toab776 »

Can anyone make a script to open the forza horizon 4 .zip files for audio?

It gives me a message of "unsupported compression method" and is probably method 22 compression?

Nobody can dig into this and make a script to extract audio files with proper names?
toab776
beginner
Posts: 32
Joined: Tue Jun 11, 2019 1:05 am
Has thanked: 3 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by toab776 »

gpktm wrote: Mon Jan 06, 2014 10:14 pm Is there any Forza 5 research at the moment?
Can someone do it now? This game is nowhere to be found on the internet but it has the best engine sounds out of all of forza titles.... please someone can do it?
toab776
beginner
Posts: 32
Joined: Tue Jun 11, 2019 1:05 am
Has thanked: 3 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by toab776 »

Can anyone here point me to where i can get Forza Motorsport 5 file access (i only really want the engine audio)?
Doliman100
beginner
Posts: 23
Joined: Thu Oct 28, 2021 9:17 am
Has thanked: 3 times
Been thanked: 33 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by Doliman100 »

Thanks to everyone who has been digging the game files and sharing their results here. I have summarized this knowledge into .carbin and .modelbin file patterns for the ImHex editor.
Work on the .modelbin is still in progress, but just for proof of concept, I made a converter that downgrades the .carbin file format from Forza Horizon 5 to Forza Horizon 4 so it opens with 3DSimED 3.2c.
https://github.com/Doliman100/ForzaTech ... tion-tools
Post Reply