Hello

Welcome, Guest. To unlock the rest of the forums
please login or register.
Did you miss your activation email?

Author Topic: fbExtractor V1.6, fbBuilder V1.0, and cfgBuilder V1.0 RELEASED  (Read 15044 times)

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.2 RELEASED
« Reply #15 on: July 30, 2007, 05:11pm »
with a name like __combined.igb i would assume that other igbs are inside that one. also, the program exctracts the other files correctly so why not this one.

edit:
i extracted several igbs from a different .fb file, so this is another reason why i assume it is extracting the __combined.igb correctly. I uses the file size given in the header of the fb to find the size of the file, so it shouldnt overshoot any file.
« Last Edit: July 30, 2007, 05:13pm by Norrin Radd »

Offline BliZZ

  • Moderator
  • Invincible Member
  • ***********
  • Posts: 3435
  • Upvotes: 14
Re: fbExtractor V1.2 RELEASED
« Reply #16 on: July 30, 2007, 05:12pm »
That makes sense. Any way that a __combined extractor is on the way? :shy:

:laugh:

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.2 RELEASED
« Reply #17 on: July 30, 2007, 05:13pm »
could be, if you send me some info, i can see what i can do

edit:
by info i mean some files, and a bit of information on how they should be broken up
« Last Edit: July 30, 2007, 05:16pm by Norrin Radd »

Offline BliZZ

  • Moderator
  • Invincible Member
  • ***********
  • Posts: 3435
  • Upvotes: 14
Re: fbExtractor V1.2 RELEASED
« Reply #18 on: July 30, 2007, 05:18pm »
http://www.momoshare.com/file.php?file=bda2dfc57b3a30fcb0796ee15a77da60

That is one that comes out of tutorial1.fb. It has tutorial1.igb (the map) and several models (like containers, walls, etc) contained in it.

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.2 RELEASED
« Reply #19 on: July 30, 2007, 05:19pm »
thanks, i'll take a look later tonight.

Offline BliZZ

  • Moderator
  • Invincible Member
  • ***********
  • Posts: 3435
  • Upvotes: 14
Re: fbExtractor V1.2 RELEASED
« Reply #20 on: July 30, 2007, 05:20pm »
And, just to be clear, the files that go in actors (character models, animations) are NOT in it. Just the models that go in the "models" folder and the maps themselves.

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.2 RELEASED
« Reply #21 on: July 30, 2007, 05:22pm »
so, in the models folder, you get this file called __combined.igb, but this __combined.igb file contains all the igbs that are suppose to be present in the SAME folder called models.

is this correct?
this would mean that all the extracted files go in the same folder.

Offline BliZZ

  • Moderator
  • Invincible Member
  • ***********
  • Posts: 3435
  • Upvotes: 14
Re: fbExtractor V1.2 RELEASED
« Reply #22 on: July 30, 2007, 05:25pm »
No. __combined.igb comes out in the main folder. In it are ALL the files that would go in "models" AND the map itself which goes in maps/ActX/MapName.

EDIT: This is only for maps. Characters have "models" separately. It appears to be a fast way for the game engines to load the map and its pipes/crates/doors by bundling them together.
« Last Edit: July 30, 2007, 05:44pm by BliZZ »

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.2 RELEASED
« Reply #23 on: July 30, 2007, 05:47pm »
in the file you sent, there also appears to be a Hud\hudhead

also, some of the igbs in there are super small, i dont even know if the information between them is part of the igb or not, because its so small, maybe you want to look into that. Because if the data right after (or soon after) the filename is not part of the igb, it may be difficult to find where that information is

Offline BliZZ

  • Moderator
  • Invincible Member
  • ***********
  • Posts: 3435
  • Upvotes: 14
Re: fbExtractor V1.2 RELEASED
« Reply #24 on: July 30, 2007, 06:53pm »
Well, those igbs are < 100kb, so they are small. Some VERY small.

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.2 RELEASED
« Reply #25 on: July 30, 2007, 07:01pm »
since i dont see a header format (like the fb files) that says the file size for each igb within the large one, it may be difficult to define all the inner igb's. I would have to search the file for the keyword "igb" or something, but the keyword "igb" also shows up at random spots within the file.

unless someone can find out if the file size for these inner igbs is located somewhere, i may just work on adding formats to the xmlconverter before i start to work on this innerigbConverter more (unless people feel this is more urgent)
« Last Edit: July 30, 2007, 07:14pm by Norrin Radd »

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.2 RELEASED
« Reply #26 on: August 01, 2007, 11:36am »
@blizz, Are you sure that when extracted these igbs are useful (from the __combined.igb) ?
because __combined.igb is an igb on its own, it just happens to contain other igbs. Is there any way to reference/load just it on the pc, and get the igbs within it, as the ps2 would load it?

Offline BliZZ

  • Moderator
  • Invincible Member
  • ***********
  • Posts: 3435
  • Upvotes: 14
Re: fbExtractor V1.2 RELEASED
« Reply #27 on: August 01, 2007, 11:42am »
No, because the PC looks for these models in different folders, whereas they are all loaded from the packages folder on the PS2.

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.2 RELEASED
« Reply #28 on: August 01, 2007, 11:57am »
would it be safe to assume the first part of __combined.igb, the part which has no file name, is useless for the pc?
because it doesnt have a filename, so i'm not sure what it would be called

Offline BliZZ

  • Moderator
  • Invincible Member
  • ***********
  • Posts: 3435
  • Upvotes: 14
Re: fbExtractor V1.2 RELEASED
« Reply #29 on: August 01, 2007, 12:02pm »
I think that'd be a safe bet.  It probably ties the models together.