Quote:
Originally Posted by Draenin
Hey guys. I need a little help with something.
I am looking to test some terraingen maps offline and am trying to get the scripts working for it. Is there some special place I need to put my gmap files? And in addition, I need to modify a script to where it will load properly offline. So far, I've got:
PHP Code:
if(created){addtiledef picso2.png,psi_a-1.nw,0;}
if(created){loadmap psi.gmap;}
At the moment, the editor acts like it wants to load the tiles and gmap, turning solid black, but there are no tiles snowing, and none of the vertices you can grab onto to raise or lower the land.
Any help with this would be greatly appreciated.
|
Try this script:
PHP Code:
if(created)
{
loadmap psi;
addtiledef picso2.png,psi_,0;
}
The .nw and .gmap files should be in the same folder as well. Hope this helps.