Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I successfully created a new ship, but I have no idea how to get the graphics working for it. I just want to reuse one of the ships graphics that already exist in the game, but the ship defaulted to the heavy shuttle's graphics, and those aren't the ones I want
I've scoured the web, the Nova bible, messageboards, and there doesn't seem to be any tutorials, faqs, or anything on this subject, yet I know there are people doing it.
So far, the plug is just the ship resource. I looked in the Nova data files, and they have multiple versions of a ship apparently all using the same sprites/animations. Is it possible to just do this? I saw no visible correlation between the ship and shans or sprites. (Well, the first occurance of the ship has the same resID as the shan, but that doesn't account for the multiple ships)
Any help would be welcome!
Oh yeah, are there any good tutorial sites for making plugins? Quite a few things have changed since I made plugs for EV-Classic
------------------
All you need do is make a shän that corresponds to your new shďp resource. Make the shän point to the ID numbers you want to pull graphics from.
Easy!
all the best,
Dave
Hmm... How does EVN do it? There aren't as many shans as there are ship resources... I just feel like I'm doing sloppy work if I make more resources than I need to
Thanks for the info, I should have tried that in the first place.
if you are still haveing problems, just drop me an email with the graphics attached and i'll put them together, and plug them in for you.
------------------ Anyone every wonder, "Where is KarTaniK getting these cool Smilies?" and thought, "Gee, he's so handsome and talented, and such a hunk." Well, Now you to can be the center of attection. visit (url="http://"http://www.mysmilies.com")www.mysmilies.com(/url) to recive all you smilie needs.
Quote
Originally posted by mrflippy: **Hmm... How does EVN do it? There aren't as many shans as there are ship resources... I just feel like I'm doing sloppy work if I make more resources than I need to:) **
There are many different varients of ships which use the same shäns.
------------------ Now as I rest my feet by this fire; those hands once warmed here, I have retired them I can breath my own air, I can sleep more soundly Upon these poor souls; I'll build heaven and call it home
Originally posted by Mantaray: **There are many different varients of ships which use the same shäns. **
I know that.....
What I'm wondering is how to make variants all use the same shan.
(This message has been edited by mrflippy (edited 07-25-2003).)
Identical shäns. For instance, if you duplicate the stock Starbridge shďp resource and modify it, assigning it the RID of, for argument's sake, say, 375, then your shän should be a duplicate of the stock Starbridge shän with the RID of 375 as well. You don't have to duplicate the RLEs at all, just the shäns that reference them.
------------------ Starfleet Adventures: A Star Trek TC for EVN (url="http://"http://www.ev-nova.net/forums/viewtopic.php?t=145") Discussion Board (/url) Starfleet Adventures (url="http://"http://www.ev-nova.net/forums/viewtopic.php?t=71")Progress Log(/url) denki's Starfleet Adventures (url="http://"http://www.geocities.com/starfleet_adventures/")FAQ page(/url) It is better to feed the goat than it is today.
Hmm... I thought sure that EVN uses a single shan for all variants that use the same graphics. Is this not true? I don't see in the EVN data files where there are as many shans as there are ship resources -- I only see 1 shan per ship type.
Now, I understand that I can do all this by duplicating the shans. I'm just wondering how (if at all) one could do it without duplicating the shans.
You've mistaken the RLEs with the shäns. Take a look at Nova Ships 7 and you'll find all the duplicates.
Ah.. I see them now. I guess that's what I get for trying to understand stuff late at night Thanks for the info.