Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: achtung on September 29, 2005, 08:52:19 pm

Title: Showing Ships in FRED
Post by: achtung on September 29, 2005, 08:52:19 pm
How do you get new models to appear in the ship selection menu in FRED?

Sorry if this has been asked before.
Title: Showing Ships in FRED
Post by: ShadowWolf_IH on September 29, 2005, 09:02:24 pm
you the model to go in the models folder. maps to go into the maps folder, and a table entry in the ship's table for that model.
Title: Showing Ships in FRED
Post by: achtung on September 29, 2005, 09:08:58 pm
Quote
Originally posted by ShadowWolf_IH
you the model to go in the models folder. maps to go into the maps folder, and a table entry in the ship's table for that model.


So if I wanted to use ships from FS Port how would I go about doing that?  Use vpview to get the table entries, models and maps?
Title: Showing Ships in FRED
Post by: ShadowWolf_IH on September 29, 2005, 09:14:36 pm
yes.  You would probably have to extract the ships table, and then the table entry for the ship in question.  To get the maps out you can either extract the entire maps folder, or you can open the extracted in PCS to determine which of the maps you need.

anyway...it sounds more complicated than it is.  you'll kick yourself when you see how easy.
Title: Showing Ships in FRED
Post by: Galemp on September 29, 2005, 09:24:12 pm
Or if you just wanted to use the FSPort and FS2 ships and mods, just use the FSPort VP.
Title: Showing Ships in FRED
Post by: achtung on September 29, 2005, 09:36:01 pm
Thank's for the help :)
Title: Showing Ships in FRED
Post by: achtung on September 30, 2005, 04:26:56 pm
Didn't wanna start a new thread so decided to ask this here:

I'll ask with an example.  How would I keep a Deimos in position behind an Orion from ramming into the Orion while they are following the same waypoint, or basically how do I adjust speeds so that ships in line won't ram each other while following waypoints?
Title: Showing Ships in FRED
Post by: Wanderer on September 30, 2005, 04:38:58 pm
Do it with FRED sexps,

change/special/cap-waypoint-speed

Just set both ships to same speed.
Title: Showing Ships in FRED
Post by: achtung on September 30, 2005, 04:54:54 pm
Thanks