What are the correct sizes for each type of graphics?

From OHRRPGCE-Wiki
Jump to navigation Jump to search

Since version fufluns most sprites, and also backdrops, can now be of any arbitrary size. The exceptions, which are always a fixed size are:

   Box borders......16x16
   Tilesets.......320x200

If you're importing/exporting box borders as a full spritesheet, the size is:

   Box borders......256x16

Note that you do not have to get the size exactly right to import these. If they aren't the correct size they'll be cropped.

Other sprites default to the following sizes, which is what they always are in older games.

   Heroes...........32x40
   Walkabout........20x20
   Portraits........50x50
   Small Enemies....34x34
   Medium Enemies...50x50
   Big Enemies......80x80
   Attacks..........50x50
   Weapons..........24x24

Remember that sprite sets must have at most 16 colors! They can be imported from a BMP, PNG or JPG/JPEG file of any bitdepth.


See Also[edit]