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 14991 times)

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.6 and fbBuilder V1.0 RELEASED
« Reply #60 on: July 22, 2008, 05:25pm »
It may not work very well, because some files you may want the eng versions, and some files you may want the xml versions (in the pkg there are some details not included)
« Last Edit: July 22, 2008, 05:28pm by Norrin Radd »

Offline Teancum
  • Admin
  • Ultimate Member
  • ************
  • Posts: 5955
  • Upvotes: 117
Re: fbExtractor V1.6 and fbBuilder V1.0 RELEASED
« Reply #61 on: July 22, 2008, 05:34pm »
True, but in the end no matter how easy it becomes to build FBs it's really for more advanced users anyways, so if you simply state that's the case we'll know ahead of time.  Even if it builds a partial cfg it makes things much faster.

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.6 and fbBuilder V1.0 RELEASED
« Reply #62 on: July 22, 2008, 05:36pm »
Ok, default is all xmlb, ill see if i can get something going

edit:
it will read pkg's though, and not pkgb, because they are easier to work with

Offline Teancum
  • Admin
  • Ultimate Member
  • ************
  • Posts: 5955
  • Upvotes: 117
Re: fbExtractor V1.6 and fbBuilder V1.0 RELEASED
« Reply #63 on: July 22, 2008, 05:37pm »
So just the old XML1 style then?

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.6 and fbBuilder V1.0 RELEASED
« Reply #64 on: July 22, 2008, 05:41pm »
No i mean decompiled pkgb file, i call 'em pkg's. Sorry for the confusion. It is much easier to parse text to text than binary to text

Offline Teancum
  • Admin
  • Ultimate Member
  • ************
  • Posts: 5955
  • Upvotes: 117
Re: fbExtractor V1.6 and fbBuilder V1.0 RELEASED
« Reply #65 on: July 22, 2008, 05:48pm »
Gotcha.  So we decompile with with XMLBcui and then use the text-based file to create the cfg.  Works for me.

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.6, fbBuilder V1.0, and cfgBuilder V1.0 RELEASED
« Reply #66 on: July 22, 2008, 07:29pm »
OK cfgBuilder released. See first post for details. I also packaged them together in a pack (they are also still available separately).

Note that you can add additional file types (to the cfgBuilder_info.cfg file), this way i don't have to change the program, you can edit the filetypes manually.

Offline Teancum
  • Admin
  • Ultimate Member
  • ************
  • Posts: 5955
  • Upvotes: 117
Re: fbExtractor V1.6, fbBuilder V1.0, and cfgBuilder V1.0 RELEASED
« Reply #67 on: July 22, 2008, 07:36pm »
Very cool.  Thanks much Norrin.

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.6, fbBuilder V1.0, and cfgBuilder V1.0 RELEASED
« Reply #68 on: July 22, 2008, 09:00pm »
No problem. I think i forgot to say this, but a '0' in the cfgBuilder_info.cfg file means that nothing will be added, so if you have this:

Code: [Select]
script 0 0in the cfg file it converts it will look something like:
Code: [Select]
scripts/MYSCRIPT scripts/MYSCRIPT script
but if you have:
Code: [Select]
script mylocation pyit will convert it to:
Code: [Select]
mylocation/scripts/MYSCRIPT.py mylocation/scripts/MYSCRIPT.py script

Offline Enigma

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 528
  • Upvotes: 4
Re: fbExtractor V1.6, fbBuilder V1.0, and cfgBuilder V1.0 RELEASED
« Reply #69 on: February 26, 2009, 02:51pm »
Could someone please re-upload all of these programs? The links are dead and I didn't think asking in the dead character thread was the right place.
Edit: Come to think of it, what about all of his other programs? Could they be uploaded somewhere?
« Last Edit: February 26, 2009, 08:34pm by Enigma »

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.6, fbBuilder V1.0, and cfgBuilder V1.0 RELEASED
« Reply #70 on: February 26, 2009, 09:24pm »
Yes, I will try to upload them soon, within a week or so.

Offline Enigma

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 528
  • Upvotes: 4
Re: fbExtractor V1.6, fbBuilder V1.0, and cfgBuilder V1.0 RELEASED
« Reply #71 on: February 26, 2009, 09:34pm »
Ok, thanks.

Offline Norrin Radd

  • Marvel Modder
  • Incredible Member
  • **********
  • Posts: 2279
  • Upvotes: 15
Re: fbExtractor V1.6, fbBuilder V1.0, and cfgBuilder V1.0 RELEASED
« Reply #72 on: March 05, 2009, 10:30pm »