Ok what i am trying to do is convert Freespace so that it may be played on the FreeSpace 2 engine. I know that this is realtively pointless but i'm doing it just for laughs, (and for hi screen rez and pretty nebula backgrounds.
Thje problem is that i have converted the weapons and ships tables into the fs2 format, including the XSTR stuff and added the engine wash entries at the file header, but when i try to open fred2 i get the following errors.
Error: Error parsing 'weapons.tbl'
Error code = 1.
File:C:\projects\freespace2\code\Weapon\Weapons.cpp
Line: 1432
Call stack:
------------------------------------------------------------------
fred2.exe 0064ec0e()
fred2.exe 0064ec88()
fred2.exe 0063a544()
fred2.exe 00639528()
fred2.exe 00639731()
USER32.dll 77d43a5f()
USER32.dll 77d49797()
USER32.dll 77d45874()
USER32.dll 77d49a87()
ntdll.dll 77f5108f()
USER32.dll 77d4add9()
USER32.dll 77d41505()
fred2.exe 00639c3e()
fred2.exe 0064ebdb()
fred2.exe 0064edeb()
------------------------------------------------------------------
Error: Error parsing 'ships.tbl'
Error code = 1.
File:C:\projects\freespace2\code\Ship\Ship.cpp
Line: 1709
Call stack:
------------------------------------------------------------------
fred2.exe 0064ec0e()
fred2.exe 0064ec88()
fred2.exe 0063a544()
fred2.exe 00639528()
fred2.exe 00639731()
USER32.dll 77d43a5f()
USER32.dll 77d49797()
USER32.dll 77d45874()
USER32.dll 77d49a87()
ntdll.dll 77f5108f()
USER32.dll 77d4add9()
USER32.dll 77d41505()
fred2.exe 00639c3e()
fred2.exe 0064ebdb()
fred2.exe 0064edeb()
------------------------------------------------------------------
Error: Error parsing 'ships.tbl'
Error code = 1.
File:C:\projects\freespace2\code\Ship\Ship.cpp
Line: 1709
Call stack:
------------------------------------------------------------------
------------------------------------------------------------------
Error: Can't open file <>
File:C:\projects\freespace2\code\Model\ModelRead.cpp
Line: 1198
Call stack:
------------------------------------------------------------------
------------------------------------------------------------------
If anybody knows what these errors mean and have any suggestions on what i am doing wrong, they would be greatly appreciated.