Hello

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

Author Topic: Modding Rundown: FBs  (Read 12098 times)

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 16
Re: Modding Rundown: FBs
« Reply #15 on: August 04, 2007, 03:16pm »
thanks everyone, i really need to go through all the packages and see what each one has

how do you extract them?

Offline nodoubt_jr
  • Admin
  • Invincible Member
  • ************
  • Posts: 4934
  • Upvotes: 88
  • No Doubter
Re: Modding Rundown: FBs
« Reply #16 on: August 04, 2007, 03:28pm »
right now with a hex editor
Please search the forum before asking a question. I dont answer
PMs about modding, those questions should be posted in a public thread.
What im currently working on: http://marvelmods.com/forum/index.php?topic=2275.0
My mods are mine to booster/update, I will not give anybody permission to do it

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 16
Re: Modding Rundown: FBs
« Reply #17 on: August 04, 2007, 03:30pm »
if you use my fbextractor, you can put all the package files in a main folder, then use the program on each .fb file that you want extracted and it will extract all the igbs etc.

this way you dont have to care which .fb file its in, you can basically get all the files you need, then you never have to search again

Offline BliZZ

  • Moderator
  • Invincible Member
  • ***********
  • Posts: 3435
  • Upvotes: 16
Re: Modding Rundown: FBs
« Reply #18 on: August 04, 2007, 03:36pm »
fbExtractor = awesome. Put it in c:\windows and Right click/"open with" an fb. Select fbExtractor and check "always open these types of file with it". Then fbs are a double click away from decompiling. Simply put, it is awesome.

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 16
Re: Modding Rundown: FBs
« Reply #19 on: August 04, 2007, 03:37pm »
fbExtractor = awesome. Put it in c:\windows and Right click/"open with" an fb. Select fbExtractor and check "always open these types of file with it". Then fbs are a double click away from decompiling. Simply put, it is awesome.

really? you can do that? if so, then BliZZ = awesome.
i never would have thought of that.
thanks

Offline BliZZ

  • Moderator
  • Invincible Member
  • ***********
  • Posts: 3435
  • Upvotes: 16
Re: Modding Rundown: FBs
« Reply #20 on: August 04, 2007, 03:39pm »
Yeah. It also works with the batch file versions of xmlb compiler/decompiler. I use those versions for that reason.

The same doesn't work with your xmlConverter, sadly, most likely because of the variables (the XML2 version needs a diff. name and the "-eng", "-nav", etc)

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 16
Re: Modding Rundown: FBs
« Reply #21 on: August 04, 2007, 03:40pm »
The same doesn't work with your xmlConverter, sadly, most likely because of the variables (the XML2 version needs a diff. name and the "-eng", "-nav", etc)

yeah, i guess if there is only one argument then it works.
thanks for the fbExtractor discovery.

Offline nodoubt_jr
  • Admin
  • Invincible Member
  • ************
  • Posts: 4934
  • Upvotes: 88
  • No Doubter
Re: Modding Rundown: FBs
« Reply #22 on: August 04, 2007, 03:41pm »
if you use my fbextractor, you can put all the package files in a main folder, then use the program on each .fb file that you want extracted and it will extract all the igbs etc.

this way you dont have to care which .fb file its in, you can basically get all the files you need, then you never have to search again

yeah i downloaded but havent used it, but im going to now.  Im just going to extract everything and look through it that way.  thanks for the great tool.

edit: Blizz, thanks for the tip
Please search the forum before asking a question. I dont answer
PMs about modding, those questions should be posted in a public thread.
What im currently working on: http://marvelmods.com/forum/index.php?topic=2275.0
My mods are mine to booster/update, I will not give anybody permission to do it

Offline dark_raven

  • Astonishing Member
  • ***
  • Posts: 116
  • Upvotes: 0
Re: Modding Rundown: FBs
« Reply #23 on: February 04, 2008, 05:35am »
It seems to be very hard to use it. If for example I want that the Black Widow and Daredevil can swing like Spider-Man how can I do it with this programm?

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 16
Re: Modding Rundown: FBs
« Reply #24 on: February 04, 2008, 07:50am »
what program, fbExtractor?
if thats what you meant, fbExtractor is just for extracting files from a larger file used on platforms. fbBuilder then allows you to put files together into an fb file which the platforms can recognize. The actually modding of characters is not done using these programs.

Offline dark_raven

  • Astonishing Member
  • ***
  • Posts: 116
  • Upvotes: 0
Re: Modding Rundown: FBs
« Reply #25 on: February 05, 2008, 06:21am »
So you have to do the modding of the characters before you use the fbExtractor, isn´t it?(sorry if my english isn't very good)

I don't understand it very well jejeje


thanks a lot
« Last Edit: February 11, 2008, 10:26am by dark_raven »

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 16
Re: Modding Rundown: FBs
« Reply #26 on: February 05, 2008, 07:22am »
fb files basically contain many of the files the game requires. For modding, it is easier to extract those files, edit them (i guess you might call this the modding part), then putting those files back together in one big file (the fb file).

1. you have an fb file
2. you extract game files from the fb file using fbExtractor
3. now you have many files and can edit them
4. after you edit those files you put them back into one fb file using fbBuilder

you dont need fbExtractor or fbBuilder programs, you can just use a hex editor instead, but the programs make it easier to extract/compile the files within an fb file

Offline dark_raven

  • Astonishing Member
  • ***
  • Posts: 116
  • Upvotes: 0
Re: Modding Rundown: FBs
« Reply #27 on: February 05, 2008, 08:34am »
thanks for helping me,and the last question (I hope):

Can you use it for X-Men Legends 2 or only for Marvel: Ultimate Alliance??
« Last Edit: February 05, 2008, 08:43am by dark_raven »

Offline Teancum
  • Admin
  • Ultimate Member
  • ************
  • Posts: 5961
  • Upvotes: 119
Re: Modding Rundown: FBs
« Reply #28 on: February 05, 2008, 10:53am »
It works for both. 

Offline dark_raven

  • Astonishing Member
  • ***
  • Posts: 116
  • Upvotes: 0
Re: Modding Rundown: FBs
« Reply #29 on: May 25, 2008, 09:15am »
I used the fbExtractor and it works well, but I don't know what do you have to do with the fbBuilder.
It says: ENTER CONFIGURATION FILE

What is that??
Because I try to put all the folders that appeared when I used the fbExtractor like actors, data, effect,...and I can't put them all

Thanks