Thread: Terraingen Maps
View Single Post
  #3  
Old 07-28-2009, 07:49 AM
Draenin Draenin is offline
Magnificent Bastard
Draenin's Avatar
Join Date: Dec 2004
Location: Bermuda Triangle
Posts: 6,790
Draenin has much to be proud ofDraenin has much to be proud ofDraenin has much to be proud ofDraenin has much to be proud ofDraenin has much to be proud ofDraenin has much to be proud of
Send a message via AIM to Draenin Send a message via MSN to Draenin Send a message via Yahoo to Draenin
Quote:
Originally Posted by Programmer View Post
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.

Last edited by Draenin; 07-28-2009 at 06:33 PM..
Reply With Quote