Thread: Terraingen Maps
View Single Post
  #2  
Old 07-28-2009, 07:18 AM
Programmer Programmer is offline
Coder
Programmer's Avatar
Join Date: Jan 2008
Location: -78.464422, 106.837328
Posts: 449
Programmer has a spectacular aura aboutProgrammer has a spectacular aura about
Send a message via AIM to Programmer Send a message via MSN to Programmer Send a message via Yahoo to Programmer
Quote:
Originally Posted by Draenin View Post
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.
__________________
- Iᴀɴ Zɪᴍᴍᴇʀᴍᴀɴ
Reply With Quote