View Single Post
  #2  
Old 01-23-2005, 09:19 PM
Sal UK is offline Sal UK

Join Date: Aug 2002
Posts: 2,578

Send a message via ICQ to Sal UK
Im not to good at explaining but Ill try.

If your creating your own Pff file you dont need FWO Ravens util.

You put all the files you want in the pff in one folder also copy the pack.exe into the folder then write a Batch file with the names of all your files into it but starting with the pack.exe then the name you want as your pff file It should create the Pff file then just copy it to your mod folder in BHD.

Here is an Example of my Bat file for a terrain I made.

@ECHO OFF
CLS
ECHO.
ECHO --------------------------------
ECHO Terrain Created by Sal UK
ECHO --------------------------------
ECHO.
ECHO.
PAUSE To install press any key.
CLS
ECHO.
ECHO ---------------------
ECHO Installation progress
ECHO ---------------------
ECHO.
pack.exe MyTest1.pff Sal1.tga Sal1.trn Sal1_c.tga Sal1_f.pcx Sal1_m.pcx Sal1.cpt
ECHO.
PAUSE
CLS
ECHO.
ECHO --------
ECHO Success!
ECHO --------
ECHO.
ECHO.
PAUSE To close press any key
GOTO done
:notexist
PAUSE
GOTO notexist2
:done
:notexist2
__________________
Reply With Quote