Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Knight Templar on January 05, 2003, 10:41:20 pm

Title: Squad Logos
Post by: Knight Templar on January 05, 2003, 10:41:20 pm
I was recently thinking about something that would be very nice to have in Freespace.

Selectable Squad Logos

i.e. in the wing edit screen we there could be a place to select a squad logo.

This would be a big step up from the uniform ones we have now (in the mission specs) and would have obvious uses such as multiple squadrons in one mission.

So there's the idea, I assume it'll be done with 3 updated versions by this time tommarow ;)


Go.
Title: Squad Logos
Post by: Goober5000 on January 05, 2003, 11:13:28 pm
I'm looking into it. :)
Title: Squad Logos
Post by: Bobboau on January 06, 2003, 04:18:03 am
I already did this... but I think I lost it before it got commited, I'll see about reviveing it tomaro
Title: Squad Logos
Post by: Anaz on January 06, 2003, 07:27:42 am
yes! This definetly helps with "player immersion" if all the allied fighters don't have the same squad logo, and all the enemy fighters don't have that little scorpion tail thing.
Title: Squad Logos
Post by: Goober5000 on January 06, 2003, 10:14:11 am
FS2 coding complete. :) I'll have to test it, then add something to the dialog box in FRED.
Title: Squad Logos
Post by: Goober5000 on January 06, 2003, 11:11:52 am
FS2 implementation done. :) Put +Squad Logo: filename.pcx beneath the wing name in the mission file.  The logo will override the player's squad logo for every wing except the player's wing.

Now to FRED, and the commit. :)
Title: Squad Logos
Post by: Sesquipedalian on January 06, 2003, 12:45:04 pm
Excellent! :yes:
Title: Squad Logos
Post by: Goober5000 on January 06, 2003, 02:30:11 pm
FRED2 implementation complete.  Committing now. :)
Title: Squad Logos
Post by: Anaz on January 06, 2003, 04:46:19 pm
w00t!
Title: Squad Logos
Post by: Solatar on January 06, 2003, 04:55:33 pm
This'll be in fs2_open3.41 correct?
Title: Squad Logos
Post by: Goober5000 on January 06, 2003, 05:08:25 pm
Yup - it'll be in whatever the next release is. :)
Title: Squad Logos
Post by: Goober5000 on January 06, 2003, 05:55:35 pm
Quote
Originally posted by Bobboau
I already did this... but I think I lost it before it got commited, I'll see about reviveing it tomaro


Eesh, you're right.  I see that nameplate stuff strewn around.  Did you actually finish it?  I tried putting in a nameplate and it didn't work.

And another thing: instead of trying to reinvent the wheel and render the nameplate on top of everything, why not assign the nameplate as the model's insignia?

Like this:
Code: [Select]
model_set_insignia_bitmap(shipp->nameplate);

It might be interesting to put all together.  Ship nameplates override wing logos which override the player's logo. :)
Title: Squad Logos
Post by: Knight Templar on January 06, 2003, 05:58:13 pm
Sa-weeet :D

Thanks