What are the correct sizes for each type of graphics?

From OHRRPGCE-Wiki

Jump to: navigation, search

If you are planning on making your graphics in an external program and saving them as 4-bit (16-color) BMP files to import into your game, it is helpful to know the correct dimentions for each type of graphics.

   Heroes...........32x40
   Walkabout........20x20
   Small Enemies....34x34
   Large Enemies....50x50
   Huge Enemies.....80x80
   Attacks..........50x50
   Weapons..........24x24
   Backdrops......320x200
   Tilesets.......320x200

Note that you do not have to get the size exactly right. If you are off by a little, you will still be able to import your pictures

Remember that a BMP file must be saved with only 16-colors (4-bit color depth) if you want to be able to import it, except for backgrounds which must be saved in 24-bit color depth.

[edit] See Also

Personal tools