Page 1 of 1

Scaling ships

Posted: Sun Apr 01, 2012 4:41 pm
by Ingo
I don't know wether anyone's already asked for this,
but how can I change the size of the ship images the game uses... and, just to make it a little more complicated, how to do this without any of the expansions?

[&:]

RE: Scaling ships

Posted: Sun Apr 01, 2012 5:47 pm
by Theluin
By size do you mean the image resolution or the actual size of the ship in-game(Which depends only on the design the ship uses, however the game engine tends to make long and thin ships look bigger)

RE: Scaling ships

Posted: Sun Apr 01, 2012 5:51 pm
by Igard
I've asked this a few times. Would be really nice to put great big Borg cubes in the game, but it's not possible I'm afraid.

The game will resize any ship image to the correct one for the game. So it's best (I'm told) to use the standard 300x300 images size for ship images otherwise it might slow things down on lower end machines.

I don't think it makes a difference what expansion you're running. The original game has been updated to perform the same as the expansions, though it's probably a little behind them by now.

You can use a trick to make the ship images appear smaller or larger in the game. By adding more pixels to the image, the game calculates the correct size to display based on the number of opaque vs transparent pixels. So more pixels, smaller ship. Less pixels, larger ship.

So thin, slender ships will appear quite large and bulky, fat ships will appear small. Hence the Borg cube dilemna.


RE: Scaling ships

Posted: Mon Apr 02, 2012 5:51 pm
by drillerman
Ships scale themselves. Doesnt matter what size you make the pictures. I assume this is written into the code.