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!
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 »

I just wanted to confirm that it is indeed laid out that way. Thanks for your help man, it's much appreciated as always. This stuff really isn't my forte, but at least I'm learning something new everyday :)

Image
TomWin
veteran
Posts: 146
Joined: Sun Apr 11, 2010 7:46 pm
Has thanked: 16 times
Been thanked: 9 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by TomWin »

what a great work! game tools are gonna be ready before the game is released hehe
matt55
beginner
Posts: 36
Joined: Mon Apr 19, 2010 1:13 pm
Has thanked: 4 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by matt55 »

That's fantastic job man! The game isn't ready yet, but we got a ready script to open cars! Can't wait to play with Sesto Elemento.. :)
toolieo
veteran
Posts: 123
Joined: Sun Mar 21, 2010 2:16 pm
Location: Australia
Has thanked: 6 times
Been thanked: 3 times
Contact:

Re: Forza Motorsport Resource Extraction (.carbin)

Post by toolieo »

@Ernegien: Will your Forza Studio use the scale of the models to the same size as FM3 models? Or will it export the new size FM4 uses? :]
Image
MMWsmokey
beginner
Posts: 38
Joined: Sat Dec 19, 2009 6:34 pm
Has thanked: 10 times
Been thanked: 4 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by MMWsmokey »

that looks very good indeed, can you give us an ETA by any chance on when we can get our hands on the new studio ? cant wait ! :)
TomWin
veteran
Posts: 146
Joined: Sun Apr 11, 2010 7:46 pm
Has thanked: 16 times
Been thanked: 9 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by TomWin »

what about UV map? does it read already correct?
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 »

toolieo wrote:@Ernegien: Will your Forza Studio use the scale of the models to the same size as FM3 models? Or will it export the new size FM4 uses? :]
I would assume that the scale has remained unchanged throughout every release, but if not, I'm sure I could easily make some adjustments...
MMWsmokey wrote:that looks very good indeed, can you give us an ETA by any chance on when we can get our hands on the new studio ? cant wait ! :)
Well, there's still some things I haven't completely looked into yet. I haven't mapped out the new header format in its entirety, so right now I'm just specifying a static address in the file to start reading from. I also briefly glanced at the lod 1-5 carbin format and noticed some slight changes, so I'll need to dig more into that as well. I'm hoping to have a little free time over the weekend to address some of these things, but as always, I'm not making any promises...

EDIT: Below is a link to download an unsupported version of what I've been working with to research the new file formats. At most, it is currently only capable of loading the main lod0 and cockpit files, and likely won't load all of them due to minor differences I've yet to find. The regular lod1-5 carbin file format has changed quite a bit, so I'll need to redo the code for that, but so far it has been pretty simple to manually walk through the file in a hex editor. To keep it simple, you should be able to open a car zip and it will attempt to load all it can...

http://codeescape.com/temp/Forza%20Stud ... ORT%29.zip
TomWin wrote:what about UV map? does it read already correct?
I would assume so, but I have yet to actually confirm this...
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 »

im try import LOD1 -

System.OutOfMemoryException: Выдано исключение типа "System.OutOfMemoryException".
в ForzaStudio.ForzaCar.Initialize(String name, EndianStream stream)
в ForzaStudio.ForzaCar..ctor(String filename)
в ForzaStudio.ForzaStudioForm.mnuOpen_Click(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
TomWin
veteran
Posts: 146
Joined: Sun Apr 11, 2010 7:46 pm
Has thanked: 16 times
Been thanked: 9 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by TomWin »

ram202 wrote:im try import LOD1 -

System.OutOfMemoryException: Выдано исключение типа "System.OutOfMemoryException".
в ForzaStudio.ForzaCar.Initialize(String name, EndianStream stream)
в ForzaStudio.ForzaCar..ctor(String filename)
в ForzaStudio.ForzaStudioForm.mnuOpen_Click(Object sender, EventArgs e)
в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.ToolStrip.WndProc(Message& m)
в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

I think Ernegien was enough clear about lod1-5. It doesnt work yet because there is a difference between FM4 and FM3.

Loading lod0 and cokcpit works fine. I didnt try export yet

EDIT: exported, everything ok, but UV map is a big mess so far
D1Racer
n00b
Posts: 16
Joined: Mon Jun 07, 2010 2:21 am
Has thanked: 1 time

Re: Forza Motorsport Resource Extraction (.carbin)

Post by D1Racer »

Yup exports great apart from the UV Mapping, Good news too, seems LOD0 can be edited without getting all messed up :) At least with the models I've tried. And scale is the same as the FM3 models.
MMWsmokey
beginner
Posts: 38
Joined: Sat Dec 19, 2009 6:34 pm
Has thanked: 10 times
Been thanked: 4 times

Re: Forza Motorsport Resource Extraction (.carbin)

Post by MMWsmokey »

Ernegien wrote: Well, there's still some things I haven't completely looked into yet. I haven't mapped out the new header format in its entirety, so right now I'm just specifying a static address in the file to start reading from. I also briefly glanced at the lod 1-5 carbin format and noticed some slight changes, so I'll need to dig more into that as well. I'm hoping to have a little free time over the weekend to address some of these things, but as always, I'm not making any promises...

EDIT: Below is a link to download an unsupported version of what I've been working with to research the new file formats. At most, it is currently only capable of loading the main lod0 and cockpit files, and likely won't load all of them due to minor differences I've yet to find. The regular lod1-5 carbin file format has changed quite a bit, so I'll need to redo the code for that, but so far it has been pretty simple to manually walk through the file in a hex editor. To keep it simple, you should be able to open a car zip and it will attempt to load all it can...
Thank you !
That is very nice progress. Indeed LOD0 and Cockpit LOD0 carbin's load fine and can be exported to obj, although without UV mapping it seems. Materials file is being created and seems to be correct. very promising i think :)

On a related note, forza 4 ntsc version is available for download now
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 »

Great progress, Energien en revelation!
You both makes it able to for FM4 cars.
I'd like to donate you some money for what you have done!
Really awesome.


And now, I don't know what happened but it seems FM4 full game has been released haha.
Well, actually released on the internet.
9lXA
ultra-n00b
Posts: 6
Joined: Wed Oct 05, 2011 10:25 pm

Re: Forza Motorsport Resource Extraction (.carbin)

Post by 9lXA »

MMWsmokey wrote: On a related note, forza 4 ntsc version is available for download now
Where i can download?
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 »

9lXA wrote:
MMWsmokey wrote: On a related note, forza 4 ntsc version is available for download now
Where i can download?
The start is using Google.
So googling to forza 4 ntsc is a good start.
User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 305 times
Contact:

Re: Forza Motorsport Resource Extraction (.carbin)

Post by Chipicao »

The contents of this post was deleted because of possible forum rules violation.
Last edited by Chipicao on Sat Oct 08, 2011 8:19 pm, edited 1 time in total.
Please post any requests or issues with my tools in the appropriate topics.
I'm sorry if I don't reply or if I ignore PMs. My time is very limited.
Post Reply