Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: wistler on February 07, 2014, 06:05:25 am

Title: Removing retail ships from FRED list
Post by: wistler on February 07, 2014, 06:05:25 am
Hi guys,

I'm working with a lot of user made ships and would like to be able to remove the retail ships from the FRED ship list just to make it easier.

I've seen total conversion have done this and was hoping someone could anyone tell me how its done?

Title: Re: Removing retail ships from FRED list
Post by: 0rph3u5 on February 07, 2014, 06:09:12 am
You need a new ships.tbl (or an edited version of an existing one) in your mods /tabels folder for that to work
Title: Re: Removing retail ships from FRED list
Post by: General Battuta on February 07, 2014, 08:26:39 am
Yup, just write a .tbl instead of a .tbm, including only the ships you want.
Title: Re: Removing retail ships from FRED list
Post by: mjn.mixael on February 07, 2014, 04:32:30 pm
Sometimes I wonder if we could have a '+removeentry' to use in the place of '+nocreate' for cases like this. But then I think about the potential bugs and issues and conclude it's a lot of code work for a minimal convenience.
Title: Re: Removing retail ships from FRED list
Post by: FelixJim on February 08, 2014, 05:20:47 am
You could add the "no_fred" flag to the ships table entries (see Volition Bravos) - although that does leave a blank space in the drop down list.