Posted by Christopher B. Matthews 209.167.40.2 using Mozilla/4.0 (compatible; MSIE 5.5; Windows NT) on March 22, 2000 at 05:06:56:
In Reply to: tilesets posted by Sgt. Guy on March 21, 2000 at 18:27:57:
The problem is the location of your game on your system
Games are stored in the game\name folder, where name is the name of your game.
Your name almost certainly has periods (.) in the name. A bug in the toolkit does not allow you to read tilesets out of a folder that has periods in the name. This is something which I just discovered a couple of days ago.
So, here's what to do:
Rename your folder (ie, if it was my.game, rename it to mygame)
Next, open up your main file in Notepad, go to the bottom and you will see the path of your game (ie game\my.game) change that to game\mygame
All should be ok after you do this.