Hard Light Productions Forums

General FreeSpace => FreeSpace & FreeSpace Open Support => Topic started by: Dilmah G on May 19, 2008, 05:46:44 am

Title: How do you turn on the cockpit?
Post by: Dilmah G on May 19, 2008, 05:46:44 am
Hey all, im kinda new round here and as such, just updated my mediavps files and was reading the readme and came across the fact that the perseus now has a cockpit. My problem being, I don't see ANY cockpit. By the way,  I used to have an older version of fs2 open and only updated the mediavps files, i came across a topic about a similar problem and only gathered that there is something i need to enable in the ships .tbl file, where is it and what do I do with it?
Title: Re: How do you turn on the cockpit?
Post by: blowfish on May 19, 2008, 08:38:06 am
You need to enable the "show ship" flag.  Rather than directly editing ships.tbl, you should just create a tbm file.  Call it cockpit-shp.tbm and put it in Freespace/mediavps/data/tables.  It should look something like this:

Code: [Select]
#Ship Classes

$Name: GTF Perseus
+nocreate
$Flags: ( "show ship" )

$Name: GTF Whatever
+nocreate
$Flags: ( "show ship" )

#End
Title: Re: How do you turn on the cockpit?
Post by: Dilmah G on May 19, 2008, 09:03:55 am
You need to enable the "show ship" flag.  Rather than directly editing ships.tbl, you should just create a tbm file.  Call it cockpit-shp.tbm and put it in Freespace/mediavps/data/tables.  It should look something like this:

Code: [Select]
#Ship Classes

$Name: GTF Perseus
+nocreate
$Flags: ( "show ship" )

$Name: GTF Whatever
+nocreate
$Flags: ( "show ship" )

#End

thanks m8 ur a legend
Title: Re: How do you turn on the cockpit?
Post by: blowfish on May 19, 2008, 09:09:29 am
Be advised though, the cockpits are very low resolution, as they were more intended to be viewed from the outside than from the inside.  We will get real cockpits at some point, but I'm not sure when.
Title: Re: How do you turn on the cockpit?
Post by: haloboy100 on May 19, 2008, 12:44:50 pm
aww :(

I thought they already had a high-res cockpit release.
Title: Re: How do you turn on the cockpit?
Post by: blowfish on May 19, 2008, 03:42:40 pm
If you can find a high-res cockpit, there is a feature in recent builds that allows you to specify a separate cockpit model.
Title: Re: How do you turn on the cockpit?
Post by: Bri_Dog on May 19, 2008, 05:00:36 pm
Question, why is this a table entry and not a command line flag? Just wondering.
Title: Re: How do you turn on the cockpit?
Post by: blowfish on May 19, 2008, 05:05:08 pm
Because that's the way it is ;)

But seriously, I guess it just made more sense that way when it was done.  I don't know, I'm not the one who coded it :nervous:
Title: Re: How do you turn on the cockpit?
Post by: karajorma on May 20, 2008, 02:38:45 am
Question, why is this a table entry and not a command line flag? Just wondering.

Because it should be under the control of the mod team not the individual player. Otherwise you get people turning on cockpits for a mod that doesn't have them or turning them off for multiplayer forcing everyone else to.