Quote:
Originally Posted by Programmer
Try this script:
PHP Code:
if(created)
{
loadmap psi;
addtiledef picso2.png,psi_,0;
}
|
Okay, I got the tileset to load, at least. The issue was with it not being 8-bit. However, the loadmap command doesn't seem to be working.
Terraingen's documentation says something about loadmaps.txt, and I'm wondering if I need to be doing something there. And if so, what do I need to change in the level? I've tried creating loadmaps.txt, and the only line in there is the gmap name. (psi.gmap) The gmap itself is in Graal/Psi, along with all the other .nw files, but the terrain isn't loading, nor are all the levels loading at once so I can quickly scroll across the gmap. I've also tried just using 'psi' instead, but that still does nothing.