Reply to Re: Are you able to ADD tiles?
If you don't have an account, just leave the password field blank.
There is no way to increase the amount of tilesets. It's a hardcoded engine thing.
If you need to use more tiles, many tilesets don't use the full 600*400 that's allowed. You can always add your new tiles next to other tilesets. For example, TS02.bmp, TS07.bmp, TS28.bmp and TS33.bmp are nearly empty.
You could also play around with load_tile();, look it up in DinkC.chm.
If you need to use more tiles, many tilesets don't use the full 600*400 that's allowed. You can always add your new tiles next to other tilesets. For example, TS02.bmp, TS07.bmp, TS28.bmp and TS33.bmp are nearly empty.
You could also play around with load_tile();, look it up in DinkC.chm.