Log in

View Full Version : How do you make tilesets?


Red comet
Nov 8, 2003, 06:21 PM
I've been using jcs for a few years now but i only fooled around with it but ever since i joined this forum i've been more serious and so i wanted
to know how to make my own tilesets

Trafton
Nov 8, 2003, 06:37 PM
http://www.jazz2online.com/jcsref/node.php?node=11&mode=id&menu=topics
http://www.jazz2online.com/jcsref/node.php?node=12&menu=index&mode=id
http://www.jazz2online.com/jcsref/node.php?node=15&menu=index&mode=id

Note also that your tileset must be a fixed size (32 pixels wide and a multiple of 32 pixels high) and must be in 16-bit .BMP format (Paint and any other program worth its salt can handle this).

~ Traft

Violet CLM
Nov 8, 2003, 08:26 PM
Note also that your tileset must be a fixed size (32 pixels wide and a multiple of 32 pixels high) and must be in 16-bit .BMP format (Paint and any other program worth its salt can handle this).

Don't mislead people, please.

Note also that your tileset must be a fixed size (320 pixels wide and a multiple of 32 pixels high) and must be an 8-bit .BMP or .PCX image (also .ANM and maybe some others) (Paint and any other program worth its salt can handle this).

Trafton
Nov 8, 2003, 08:28 PM
I wasn't trying to mislead him. I just haven't made a tileset in forever. Apparently my memory is worse than I thought. Sorry about that.

~ Traft

Stijn
Nov 9, 2003, 03:11 AM
I've been using jcs for a few years now but i only fooled around with it but ever since i joined this forum i've been more serious and so i wanted
to know how to make my own tilesets
Make 2 bitmaps that only use 255 colors and compile them.

Sorry for lameness. Anyway, it's quite easy once you understand the basics. As Violet said, read those topics on JCSRef before you start.

Lark
Nov 26, 2003, 07:45 AM
Lies@Trafton. It doesn't matter how high the tileset is, as long as it's more then 31 pixels high. Several of my tilesets accidently got their height resized to something that's not a multiple of 32. Just incase, don't do what I did and not make it a multiple of 32.