Author Topic: Halp!  (Read 2058 times)

0 Members and 1 Guest are viewing this topic.

Offline Stormkeeper

  • Interviewer Extraordinaire
  • 211
  • Boomz!
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:

Quote
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.
Ancient-Shivan War|Interview Board

Member of the Scooby Doo Fanclub. And we're not talking a cartoon dog here people!!

 
The cruiser needs a shield subsystem?
Fun while it lasted.

Then bitter.

 

Offline Stormkeeper

  • Interviewer Extraordinaire
  • 211
  • Boomz!
... Goddamnit.

=edit=
Nope, still get the same error.
« Last Edit: June 25, 2008, 12:57:17 am by Stormkeeper »
Ancient-Shivan War|Interview Board

Member of the Scooby Doo Fanclub. And we're not talking a cartoon dog here people!!

 

Offline Spicious

  • Master Chief John-158
  • 210
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.

 

Offline Stormkeeper

  • Interviewer Extraordinaire
  • 211
  • Boomz!
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.
Ancient-Shivan War|Interview Board

Member of the Scooby Doo Fanclub. And we're not talking a cartoon dog here people!!

 

Offline Spicious

  • Master Chief John-158
  • 210
The spaces shouldn't matter.

What have you got on/around line 468?

 

Offline Stormkeeper

  • Interviewer Extraordinaire
  • 211
  • Boomz!
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.
« Last Edit: June 25, 2008, 03:58:33 am by Stormkeeper »
Ancient-Shivan War|Interview Board

Member of the Scooby Doo Fanclub. And we're not talking a cartoon dog here people!!

 

Offline Spicious

  • Master Chief John-158
  • 210
Notepad has a goto...
Alternatively, get a decent text editor.

 

Offline Stormkeeper

  • Interviewer Extraordinaire
  • 211
  • Boomz!
Yea, I just bought Office from my school. Thanks for the help Spicious.
Ancient-Shivan War|Interview Board

Member of the Scooby Doo Fanclub. And we're not talking a cartoon dog here people!!

 

Offline Spicious

  • Master Chief John-158
  • 210
Word is not a text editor.

 

Offline Stormkeeper

  • Interviewer Extraordinaire
  • 211
  • Boomz!
it doesn't count? then what would you recommend?
Ancient-Shivan War|Interview Board

Member of the Scooby Doo Fanclub. And we're not talking a cartoon dog here people!!

 

Offline Spicious

  • Master Chief John-158
  • 210
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++.