Requiring some help
I need some 40-facing graphics done of some ship models I have (they're just going through the final "What bits go in what colour" phase). Starweaver did one of them for me, but the .bmp is flawed and can''t be used (tI think....anyway, hilarity ensues when I use it). I've also edited the models some more to correct some rather jarring straight lines. They'll be in 3ds format, and need the full image + mask. Anyone up for spending a few mins on this for me once I've got them ready?
Mischievous local moderator. She/Her pronouns.
- Star Weaver
- Militia Commander
- Posts: 311
- Joined: Sun Nov 07, 2010 10:20 pm
- Location: . . . between the stars and the warm black sky . . .


- digdug
- Fleet Admiral
- Posts: 2620
- Joined: Mon Oct 29, 2007 9:23 pm
- Location: Decoding hieroglyphics on Tan-Ru-Dorem
if you can provide the 3DS, then rendering the ship is a matter of spending some time with adjusting the lightsThey'll be in 3ds format, and need the full image + mask
I can give it a try
"Ship splits in half and is facing the wrong direction"Star Weaver wrote:![]()
What kind of "hilarity" ?
Which could also be my coding incorrectly. But anyway, I needed to edit the model anyway.

Mischievous local moderator. She/Her pronouns.
- Star Weaver
- Militia Commander
- Posts: 311
- Joined: Sun Nov 07, 2010 10:20 pm
- Location: . . . between the stars and the warm black sky . . .
When I have some time, I'd like to put together a guide + template file for auto-rotating and rendering stuff in blender, too, since if I can work out the bugs like that I've got it set up to auto-generate the mask images and everything 

Here are the new .3DS files. There may be rendering issues with the 4-gunned cruiser. Anyway, here are the download links.
Karearea class Gunship
Kahu class Heavy Gunship
???? Class Cruiser
Karearea class Gunship
Kahu class Heavy Gunship
???? Class Cruiser
Mischievous local moderator. She/Her pronouns.
-
- Fleet Officer
- Posts: 1036
- Joined: Wed Feb 03, 2010 4:28 am
- Location: Researching how to make St. Kats star go supernova.
- Contact:
I'm by no means a modding expert, but in the past I had the same problem occasionally of having the image split and face incorrectly, and found it was caused by having the game call up a differently sized image than you have in the jpg image. You might try tweaking the code you are calling up.
Play in over 100 systems in a network. Play the 2011 Mod Of the Year
and the highest rated mod on Xelerus, The Network.
Play the July Mod of the Month, Fellow Pilgrims!
Play My other mods as well
(Drako Slyith)* I am a person
(Eliza chatbot)> Do you believe it is normal to be a person?
- Star Weaver
- Militia Commander
- Posts: 311
- Joined: Sun Nov 07, 2010 10:20 pm
- Location: . . . between the stars and the warm black sky . . .
I finally had a chance to test this thing and could not reproduce this. FYI, here is the code I used:Shrike wrote:"Ship splits in half and is facing the wrong direction"Star Weaver wrote:![]()
What kind of "hilarity" ?
Which could also be my coding incorrectly. But anyway, I needed to edit the model anyway.
Code: Select all
<Image UNID="&rsWvrTestArt;"
bitmap="ShrikeShipLarger.bmp"
bitmask="ShrikeShipLargerMask.bmp" />
<ShipClass *copy of sapphire with new unid*>
<Image imageID="&rsWvrTestArt;"
imageX="0" imageY="0" imageWidth="140" imageHeight="140"/>

I used a resized image. it's possible that the resizing went horribly wrong.Star Weaver wrote:I finally had a chance to test this thing and could not reproduce this. FYI, here is the code I used:Shrike wrote:"Ship splits in half and is facing the wrong direction"Star Weaver wrote:![]()
What kind of "hilarity" ?
Which could also be my coding incorrectly. But anyway, I needed to edit the model anyway.
And I got no funny business with the turning. Did you get the image size wrong? It might not have been obvious that it was squareCode: Select all
<Image UNID="&rsWvrTestArt;" bitmap="ShrikeShipLarger.bmp" bitmask="ShrikeShipLargerMask.bmp" /> <ShipClass *copy of sapphire with new unid*> <Image imageID="&rsWvrTestArt;" imageX="0" imageY="0" imageWidth="140" imageHeight="140"/>
Mischievous local moderator. She/Her pronouns.