To create a gamepack(you should do, if you want to play with your own levels) follow the instructions:
1. Create a file with the file extension *.pak in the game folder
2. Fill its lines with the title of each level(the first line is the title of the first level, etc.)
3. Create a folder in the game folder with the same name as the *.pak file
   (eg. if your .pak file called demolevels.pak then the folder should be named demolevels)
4. Put the created levels in that folder with the scheme LevelX.lev, where the X is the number of the level.
   (eg. the name of first level is Level1.lev)
5. And that's all. You should now be able to access your level pack from the new game popup menu.

	bbence