Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: T-Man on May 29, 2009, 10:40:45 am

Title: Code request: Count-kill-as
Post by: T-Man on May 29, 2009, 10:40:45 am
Just a little request to the coders if they're looking for things to do:

Is it possible to have a code for ship.tbl entries which tell the game to count kills of that class as a different ship?

So for example if you had an "GTF Apollo" entry and an "GTF Apollo#Pirate" entry in a campaign, the code would count any Apollo#Pirate that was killed by the player as an Apollo and increment that kill count instead of displaying a kill count for Apollo#pirate.

Thanks
T-Man
Title: Re: Code request: Count-kill-as
Post by: Mobius on May 29, 2009, 01:37:25 pm
That's amazing. I was about to propose this! :)

The idea is a very good one, IMO, because it allows FREDders to handle ace pilots and such: thanks to this SEXP, it would be possible to create "anonymous" entries for spacecraft used by ace pilots. Those entries would have altered skills to represent the skills of ace pilots...
Title: Re: Code request: Count-kill-as
Post by: Goober5000 on May 29, 2009, 01:50:47 pm
Just a little request to the coders if they're looking for things to do:
Ha!

By the way, the feature you're requesting has been in the code since FS1.
Title: Re: Code request: Count-kill-as
Post by: Mobius on May 29, 2009, 02:09:04 pm
Where is it?
Title: Re: Code request: Count-kill-as
Post by: T-Man on May 29, 2009, 05:11:15 pm
By the way, the feature you're requesting has been in the code since FS1.

Easiest feature request code-in ever then! *ROFL*

*bangs own head against wall*

Shall check FSWiki in that case. Cheers.