Norrin Radd's fb program packNR's fb program pack DownloadContains fbExtractor, fbBuilder, and cfgBuilder. Instructions for each can be found below.
fbExtractor by Norrin Radd RELEASE V1.4This program extracts .fb file types into separate files, which are contained in the .fb file. Please let me know if you have any questions or problems.
Version 1.6fbExtractor DownloadAdded in V1.6:
A cfg is made as FILENAME.cfg where FILENAME is the fb file you are exporting. This cfg file is compatible with fbBuilder
Version 1.4fbExtractor DownloadAdded in V1.4:
A rough package file (pkg file) is made as FILENAME.pkg where FILENAME is the fb file you are exporting
Fixed in V1.2
Now the program functions in directories with spaces in them.
======Using fbExtractor======It's pretty simple. Open the command prompt, go to the directory with the .fb file and type:
fbExtractor.exe fb_file.fb
Or, it can be used like this:
Quote from BliZZ
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.
Notes:
1. During extraction, new folders may be created and files may be overwritten. Make sure to backup any important files before running this program.
2. Put fbExtractor.exe in c:\windows directory (or similar directory for your machine) to be able to use fbExtractor in any directory.
3. If you are not in the directory where the fb_file.fb file is located, it will give an error saying the file could not be found.
4. Lines on the screen that say the following (or something similar):
A subdirectory or file C:\...\.. already exists.
are normal. This is part of the normal operation, it is just saying that the directory mentioned is already in existance and a new directory with the same name does not need to be created.
fbBuilder by Norrin Radd RELEASE V1.0fbBuilder DownloadInstructions:
1. unzip exe and cfg file to a folder
2. place files you want compiled to an fb file type into that folder
3. create the cfg file using the instructions below
4. double click on fbBuilder.exe and enter your cfg file name, the output fb file will be CFGFILENAME.fb, where CFGFILENAME is your cfg file name
How to setup the cfg:
actual_file_name file_path_full file_typewhere actual_file_name is the name of the file in the same directory as the exe, file_path full is the full path that is put in the fb, and file_type is the type of file
example:
shared_nodes.engb data/shared_nodes.engb xmlAn example cfg file is included, it is the cfg file for xml2 shared_nodes.fb
cfgBuilder by Norrin Radd RELEASE V1.0cfgBuilder DownloadThis program creates a cfg file from a .pkg file type for use with fbBuilder
Instructions:
1. unzip exe and cfg file to a folder
2. place files you want converted to cfg file types into that folder
3. create the cfg file using the instructions below
4. double click on cfgBuilder.exe and enter your pkg file name, the output cfg file will be PKGFILENAME.cfg, where PKGFILENAME is your pkg file name
(Alternatively you can run it using command line as "cfgBuilder.exe PKGFILENAME")
The filetypes accepted are those in cfgBuilder_info.cfg file so that users can easily change parameters and add/remove filetypes. The format of the file is as follows:
FILETYPE DIRECTORY EXTENSION
where DIRECTORY is the added directory to the beginning of the file location, and EXTENSION is the file extension. In addition, the '#' at the beginning of a line denotes a comment
Thanks to:
Teancum for the idea to make the program and fb file type information, and
BliZZ for the usage tip
Link to Modding Rundown: FBs
http://marvelmods.com/forum/index.php?topic=631.msg11565#msg11565