Quote
Originally posted by virus:
**One more thing-
So as I (vaguely) understand it, the NOVA engine uses the order of graphics in the PICT file to associate graphics to things (oütfs, shďps, etc.). Unfortunately, whenever I try to do this it doesn't work. There's so much extra crap in the shďp resource, for example, that doesn't seem to correspond to a graphic that I don't know how to order the ships or the graphics so that they match.
I just made a ship. I placed it right after the rebel dragon and right before the escape pod in the shďp resource (RID #406). Where do the shipyard pics go? Where do the rlë8 rotating GIF things go? No matter where I put them, they seem to not work.**
The location of the rlë* resources is specified in the shän resource. The shän resource for a specific ship has the same ID number as the shďp resource. e.g. Shuttle: shďp 128, shän 128. Thunderforge: shďp 380, shän 380.
The big shipyard PICT is stored as shďp + 20000. Shuttle = shďp 128. Shuttle's pic = PICT 20128.
The little shipyard PICT is stored as shďp -128 + 5000. Shuttle's shipyard pic = PICT 5000.
Targeting PICT is shďp - 128 + 3000.
I hope that helps. 
--Nathan