side pics

side pics

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

Post Reply
User avatar
MrSpontaneous
Posts: 242
Joined: 09 Sep 2005, 22:39

side pics

Post by MrSpontaneous »

Well I checked the wiki for information regarding the creation of side pictures, but there does not seem to be anything on it.

So I would like to know how you implement side pics and their exact specifications (i.e. needs to be 16 by 16 pixles).

Thanks
User avatar
Maelstrom
Posts: 1950
Joined: 23 Jul 2005, 14:52

Post by Maelstrom »

The best advice I can give is to go look at how the SWTA mod does it. But from memory, it has to be a 16x16 pixel bmp in the bitmaps/sidepics/ directory, called sidename.bmp, eg: bitmaps/sidepics/arm.bmp

Once you work it out, post it in the wiki somewhere.
Hope that helps.
Gnomre
Imperial Winter Developer
Posts: 1754
Joined: 06 Feb 2005, 13:42

Post by Gnomre »

* 16x16 windows bitmap format
* White (255,255,255) is clear.
* Located in the "sidepics" dir of the mod
* Named exactly the same as the "Name" field in sidedata. For example, "Name=Old Republic;" in the sidedata.tdf file would mean I need to name the bitmap "old republic.bmp" with spaces.

That's pretty much it.
User avatar
MrSpontaneous
Posts: 242
Joined: 09 Sep 2005, 22:39

Post by MrSpontaneous »

thanks that got it to work.
Post Reply

Return to “Game Development”