Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: CP5670 on October 09, 2002, 12:48:36 pm

Title: Ship selection animation grid
Post by: CP5670 on October 09, 2002, 12:48:36 pm
I am trying to make a one-frame ship selection animation (as was done by Dark with the converted FS1 ships) for a new ship in my campaign, but am not quite sure where to start. I would like to have the ship on a glowing green grid like the default ones, but I do not really know how to make one of those. I tried placing a render of the ship on top of one of the existing ship animation frames but it looked strange since the shape did not quite fit in with the original. Does anyone happen to have just a blank grid template on which this could be done? (for the 1024x768 menus)
Title: Ship selection animation grid
Post by: Stunaep on October 09, 2002, 01:47:37 pm
give me the size needed, and I'll make you one.

BTW, doing full renders (with wireframe-to-textured) and all the appropriate effects is not hard at all.
Title: Ship selection animation grid
Post by: Killfrenzy on October 09, 2002, 01:54:04 pm
How do you do it?

*Thinking of the Starfox Mod*
Title: Ship selection animation grid
Post by: CP5670 on October 09, 2002, 04:11:00 pm
Quote
give me the size needed, and I'll make you one.

BTW, doing full renders (with wireframe-to-textured) and all the appropriate effects is not hard at all.


It is a 560x368 image. Do you know how to make these things? I know next to nothing about 3D rendering or modeling. :p :D
Title: Ship selection animation grid
Post by: Sesquipedalian on October 09, 2002, 08:06:47 pm
I'd made up some blank girds awhile ago.  Let me find them...

*goes rummaging through files*

Here (http://www.angelfire.com/space/sesquipedalian/ssGrids.zip).  They're in 24-bit colour so that one can copy the image of the ship in without colour pallette errors.  Convert to 8-bit before saving, obviously. :)
Title: Ship selection animation grid
Post by: Solatar on October 09, 2002, 08:15:03 pm
I might want those. Wait they are on Angelfire, now links, and you didn't show the URL. *Gos up to View>source for the page and does it the hard way*

EDIT: Here, I got the URL for ya'll.
http://www.angelfire.com/space/sesquipedalian/ssGrids.zip

Cut and paste into the address bar.

EDIT2: Nice.
Title: Ship selection animation grid
Post by: DragonClaw on October 09, 2002, 08:51:49 pm


Damn you venom :D


:lol:


Simplest way to do this imo is to just model the grid and animate with the model as such, thats what I have done for Venom...
Title: Ship selection animation grid
Post by: CP5670 on October 09, 2002, 11:35:35 pm
Thanks, that is exactly what I wanted. :) (I will give you credit for this if I use it)
Title: Ship selection animation grid
Post by: Sesquipedalian on October 10, 2002, 03:11:51 pm
Quote
Originally posted by Hades
I might want those. Wait they are on Angelfire, now links, and you didn't show the URL. *Gos up to View>source for the page and does it the hard way*

EDIT: Here, I got the URL for ya'll.
http://www.angelfire.com/space/sesquipedalian/ssGrids.zip

Cut and paste into the address bar.

EDIT2: Nice.


Just right click on the link, select "Copy Shortcut," and paste into the address bar.  No need to go messing in the page source code.
Title: Ship selection animation grid
Post by: Solatar on October 10, 2002, 03:21:08 pm
Forgot about that :nervous:
Title: Ship selection animation grid
Post by: Killfrenzy on October 10, 2002, 03:57:59 pm
We definitely need a site that we can call 'The Repository of Mods.' You upload files to the server, and then you can link from anywhere to the file and not get errors.
Title: Ship selection animation grid
Post by: Stryke 9 on October 10, 2002, 04:56:15 pm
Alternately, you can just quarter a smallish, square black bitmap with a couple of soft-edged green lines and tile it in the background. Quick, easy, foolproof, customizable, and a good bit more portable.
Title: Ship selection animation grid
Post by: CP5670 on October 10, 2002, 05:40:31 pm
Quote
We definitely need a site that we can call 'The Repository of Mods.' You upload files to the server, and then you can link from anywhere to the file and not get errors.


The closest thing to that used to be F2S but that website is not around at the moment. Maybe something at HLP? ;7

Quote
Alternately, you can just quarter a smallish, square black bitmap with a couple of soft-edged green lines and tile it in the background. Quick, easy, foolproof, customizable, and a good bit more portable.


Wouldn't that just be a 2D version though? (i.e. without the sense of depth)
Title: Ship selection animation grid
Post by: mikhael on October 10, 2002, 05:48:07 pm
Quote
Originally posted by CP5670

Wouldn't that just be a 2D version though? (i.e. without the sense of depth)


No.

Assuming that your grid mesh is laid out flat in 3d space (in LW it would be parallel to the YZ plane, in Truespace it is parallel to the XY plane), all you have to do is set your ship model in space above the grid mesh. Then move your camera so that it is slightly higher than, and looking down upon, the ship and your render will come out looking just like the :V: stuff. In theory. ;)