Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: TopAce on June 29, 2004, 12:20:54 pm

Title: A quick question - Coders may know the answer.
Post by: TopAce on June 29, 2004, 12:20:54 pm
Hi SCP team!

A simple question: Does the 'player ship precedence' part in the ships and weapons tables have any use? I noticed that the RR ships tables only have four fighters listed(I almost erased the list to save space).
Title: A quick question - Coders may know the answer.
Post by: karajorma on June 29, 2004, 05:49:21 pm
I just remembered something. Looks at comments on table

; $Player Ship Precedence is used in ship selection when a ship specified by the mission
; designer is not available to the player. The next ship on the list is used in its place
; (assuming that ship is allowed for the player).

In other words build your campaign file properly and use your ship-allowed SEXPs when you need to and it will never trouble you.
Title: A quick question - Coders may know the answer.
Post by: TopAce on June 30, 2004, 04:10:37 am
I never use the allow-ship SEXP.
Title: A quick question - Coders may know the answer.
Post by: karajorma on June 30, 2004, 07:26:03 am
Then you won't have a problem :)
Title: A quick question - Coders may know the answer.
Post by: TopAce on June 30, 2004, 08:19:21 am
Thanks.