I did convert a whole lot of them at one stage but I dont really have them laying around anymore
easy enough to convert the whole lot in one go though by making a simple batch file.
1) Get all the weapon *.spr files from FOT into one folder.
2) Download spr2gif.exe and gif2frm.exe into the above folder
3) In a command prompt (dos) type
Code:
dir /b *.spr > convert2gif.bat
4) Open convert2gif.bat with either notepad or excel, notepad it fine but excel is faster. The instructions below are for excel.
5) Insert a column in front of existing data
6) Type spr2gif in the top row of the new colomn, use the 'edit' and 'fill down' command to copy this for all of the spr files listed.
7) Save the file and run the batch file. This should convert all of the FOT weapons into Gif files.
8/ In a command prompt (dos) type
Code:
dir /b *.gif > convert2frm.bat
9) Open convert2frm.bat with either excel
10) Insert a column in front of existing data
11) Type gif2frm in the top row of the new colomn, use the 'edit' and 'fill down' command to copy this for all of the gif files listed.
12)Save the file and run the batch file. This should convert all of the FOT weapons into FRMs.
Easy as that, you can use this method to mass converting all of the FOT art jsut about, though the critters require a little bit of tweaking. Down the Spr2Frm batch file I used and take a look at it (it's messy but it automates 95% of the process)