Hard Light Productions Forums
Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: Stormkeeper on June 25, 2008, 12:26:29 am
-
Okay, so I tweaked a cruiser file, adding the "surface shields" flag, and changing its short name to TXCruiser. When I tried to start FRED after, I got this error:
Error: ships.tbl(line 468:
Error: Required token = [#End], [$Subsystem:] or [$Name], found ["in tech database"].
File:J:\src\cvs\fs2_open_3_6_9.final\code\Parse\PARSELO.CPP
Line: 659
[This filename points to the location of a file on the computer that built this executable]
Call stack:
------------------------------------------------------------------
------------------------------------------------------------------
If need be I can uploaded the modified ships.tbl file too.
Before you say it, the table is in the C:/Freespace 2/data/tables directory, C: drive being where my entire FS2 directory is located.
-
The cruiser needs a shield subsystem?
-
... Goddamnit.
=edit=
Nope, still get the same error.
-
It looks like you broke your flags entry. Make sure the old flags are still in the right place and not on a new line.
-
If the flags are like so:
( "cruiser" "surface shields" "in tech database" )
Must i add a space after the first bracket and before the last one, or does it not matter.
-
The spaces shouldn't matter.
What have you got on/around line 468?
-
I suspect its the table entry for the modified cruiser. What I did was create a copy of the Aeolus table, renamed it, changed its stats slightly, added the surface shields flags...
I don't know how to activate line numbers for notepad and open office.
=edit=
Oh. I found it. I used flash develop to open the file, and it appears while I was marking ships to appear in the tech database, I accidentally added an extra line.
-
Notepad has a goto...
Alternatively, get a decent text editor.
-
Yea, I just bought Office from my school. Thanks for the help Spicious.
-
Word is not a text editor.
-
it doesn't count? then what would you recommend?
-
I usually use vim these days, but if you want something easier to use, context was pretty decent and people tend to say good things about notepad++.