Important information: this site is currently scheduled to go offline indefinitely by end of the year.

WIP - Fear 2 Tools

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Mirrodin
advanced
Posts: 71
Joined: Tue May 31, 2005 7:36 pm
Has thanked: 3 times
Been thanked: 2 times
Contact:

Re: WIP - Fear 2 Tools

Post by Mirrodin »

I've been having the exact same problem. I've not a clue why it won't work even as instructed with the readme.
xjohnx
ultra-n00b
Posts: 4
Joined: Thu Mar 04, 2010 1:06 pm

Fear 2 Tools - Batch command

Post by xjohnx »

Edit - kicking myself here - TEXConverter.exe -batch -tex ".\" ".\DDS\" -d

Converted all tex files to DDS from fear2, wasn't using the correct command line for the bat file. :)
SLIFallen
advanced
Posts: 67
Joined: Tue Sep 28, 2010 4:26 pm
Been thanked: 3 times

Re: WIP - Fear 2 Tools

Post by SLIFallen »

I'm trying to use these tools on Condemned2 (same engine) but no luck...

Unfortunately, it also looks like there still is no model converter-importer/exporter either (for either game)
OrangeC
double-veteran
double-veteran
Posts: 868
Joined: Sun Apr 20, 2008 2:58 am
Has thanked: 5 times
Been thanked: 41 times

Re: WIP - Fear 2 Tools

Post by OrangeC »

im guessing still nothing on that snd tool huh? i also experimented it again but it seems to miss a track in m15.snd.
shinjicito
ultra-n00b
Posts: 4
Joined: Thu Dec 09, 2010 12:12 pm

im need help

Post by shinjicito »

hello,im download the tools of fear 2,but im need a creator of arch01 file.
im need a creator or builde or compresor.im wont compress the game fear 2 and the files arch no have a good ratio of compresion.
im need build arch01,because im extract arch01 file, firs whit extractor, and after compress, and the ratio is best.but need after build the archive arch01 for reemplace to original.
sombody help me.
thanks :)
Tiggo
ultra-n00b
Posts: 1
Joined: Tue Jan 25, 2011 7:01 pm

Re: WIP - Fear 2 Tools

Post by Tiggo »

How I can open the models?
Legu
n00b
Posts: 12
Joined: Thu Dec 01, 2011 7:11 pm

Re: WIP - Fear 2 Tools

Post by Legu »

How can i compress data to .bndl? If u can extract u must be able to compress too.
Delacroix
advanced
Posts: 70
Joined: Thu Sep 15, 2011 2:12 pm
Has thanked: 10 times
Been thanked: 2 times

Re: WIP - Fear 2 Tools

Post by Delacroix »

How do I use these tools in order to translate anything in the game? Which files are the ones having ingame text within? Thanks in advance.
JD2
ultra-n00b
Posts: 6
Joined: Thu Sep 01, 2011 4:40 pm

New Download Link Wanted

Post by JD2 »

Crypton wrote:

Code: Select all

http://www.megaupload.com/?d=SILDTR0R
The download link for these tools is offline of course.

Does anyone have a working download link for these or other FEAR 2 tools?
Delacroix
advanced
Posts: 70
Joined: Thu Sep 15, 2011 2:12 pm
Has thanked: 10 times
Been thanked: 2 times

Re: WIP - Fear 2 Tools

Post by Delacroix »

viewtopic.php?f=21&t=3989

Found them over here.
stVALVe
beginner
Posts: 20
Joined: Sun Apr 06, 2014 6:11 am
Has thanked: 5 times

Re: WIP - Fear 2 Tools

Post by stVALVe »

Is there any tool for extract FEAR2 models?
Goju Ponu
ultra-n00b
Posts: 9
Joined: Wed Jan 03, 2018 12:28 am

Re: WIP - Fear 2 Tools

Post by Goju Ponu »

Sorry for a possible necro but how did you get the Arch Extractor working? Everytime I double click it it doesn't do anything, and using command prompt says its not recognized as an internal or external command, operable program or batch file.
Manoa
ultra-n00b
Posts: 1
Joined: Sun Sep 09, 2018 2:03 pm
Has thanked: 2 times

Re: WIP - Fear 2 Tools

Post by Manoa »

it's does 101% working :)

1. unpack the arch01's
2. create a directory in root gamedir with the full name of the arch: "Layer02.Arch01"
3. unpack the BNDLs inside with deletion:
h:\FEAR2GOG\Layer02.Arch01\Worlds\sp\m01_penthouse>BndlExtractor.exe -batch ".\"
".\" -d

4. move all the files from within h:\FEAR2GOG\Layer02.Arch01\Worlds\sp\m01_penthouse into root of the arch's dir:
H:\FEAR2GOG\Layer02.Arch01\Worlds\sp\m01_penthouse\*.* > H:\FEAR2GOG\Layer02.Arch01

5. in contrast, move all the *.wld*, *.gamedb, *.lvbndl (files only) etc that you see now inside H:\FEAR2GOG\Layer02.Arch01
and move them into H:\FEAR2GOG\Layer02.Arch01\Worlds\sp\m01_penthouse\*

known bugs: videos are not working - you will see the displays are gray and so are any intro scenes
many game events don't work: for example in the first level the elevator doesn't open
I think these bugs can be fixed by testing and finding the correct bndl file that contains the events/videos
for example the event for the elevator in the first level is located in m01_penthouse_0001.bndl
and the texture flicker bug is fixed with m01_penthouse_0028.bndl

this is not very practical for modding, going over 100's of files every time to fix one problem at a time
I think for texture modding it's best to use external tool like uMod or TexMod and paint a good layer of your own shaders with reshade
extracting BNDL only necessary for modding the rest of the game, for example I used it to remove the grapple from the abomination monsters
OrangeC
double-veteran
double-veteran
Posts: 868
Joined: Sun Apr 20, 2008 2:58 am
Has thanked: 5 times
Been thanked: 41 times

Re: WIP - Fear 2 Tools

Post by OrangeC »

Is there anyway to extract sounds with correct sound filenames from the SoundDB.gamedb?

I have the bms script here for sounds.

Code: Select all

# FEAR 2 .snd extractor
# names may be in Game\database_sound\SoundDB.gamedb
 
get BASE_NAME basename
get FILE_SIZE asize
 
get DUMMY long
get ENTRIES long
get ENTRIES_OFFSET long
get HEADERS_OFFSET long
get DATA_OFFSET long
 
set I long 0
 
#extract data directly, ignoring headers
 
for OFFSET = DATA_OFFSET < FILE_SIZE
  goto OFFSET
 
  get SIZE long
  math SIZE += 0x08
 
  string NAME p= "%s__%04i.snd" BASE_NAME I
 
  log NAME OFFSET SIZE
 
  math OFFSET += SIZE
  math I += 1
 
next
 
 
 
# failed attempt to extract in header order
# some files don't seem to have proper pointers
 
#goto ENTRIES_OFFSET
#
#for I = 0 < ENTRIES
#  get ID long
#  get ENTRY_OFFSET long
#  savepos CURRENT
#
#  goto ENTRY_OFFSET
#  get SUBFILES long
#  math ENTRY_OFFSET += 0x10
#
#  for J = 0 < SUBFILES
#    #there is a mini header but is also in the extracted file
#    math ENTRY_OFFSET += 0x18
#    goto ENTRY_OFFSET
#    get OFFSET long
#    math ENTRY_OFFSET += 0x08
#
#    math OFFSET += DATA_OFFSET
#    goto OFFSET
#    get SIZE long
#    math SIZE += 0x08
#
#    string NAME p= "%s__%03i_%02i.snd" BASE_NAME I J
#    print "EN=%ENTRY_OFFSET|h%, OFF=%OFFSET|h% SZ=%SIZE|h%"
#    log NAME OFFSET SIZE
#  next J
#
#  goto CURRENT
#next I
You do not have the required permissions to view the files attached to this post.
Akramma
ultra-n00b
Posts: 4
Joined: Sun Nov 11, 2018 8:43 pm
Has thanked: 1 time

Re: WIP - Fear 2 Tools

Post by Akramma »

I know this is old but a friend of mine found a version of F.E.A.R. 2 that is 4 month prior to the release and there are some models and textures that we want from there, the thing is that this tool says that the version is to old to open, is there any way to open it?
Post Reply