View Single Post
  #1  
Old 10-27-2004, 09:51 PM
Doahh_p2p Doahh_p2p is offline
Developer
Join Date: Oct 2004
Posts: 187
Doahh_p2p will become famous soon enough
Exclamation Gmap to Text File

I have heard some probelms about Gmaps and this is how to elimniate a gmap on your server. It does this by making a text file of all the levels (Like you used to have to do) but you use the Gmap to make it easier.

How to change a Gmap into a text map:

1) Open the Gmap file in word or something of the sort.
2) There is a section under Levelsstart (or something) where all of the levels are. Copy that and paste it into a new document and call it mapname.txt.
(For server owners Online)
3) After you do that make a weapon called -Map. In that file put
NPC Code:

//#CLIENTSIDE
if (created) {
setmap mapimage.png,mapfile.txt,(leave both of these blank),;
}

//Put this in the NPC server

if (actionplayeronline) {
addweapon -Map;
}


4) Put the text file in the folder called LEVELS
5) Enjoy!

OFFLINE!!
3) Put the text File in Graal2001 no sub folders!
4) Put this code in the starting level:
NPC Code:

if (created) {
setmap mapimage.png,mapfile.txt,(leave both of these blank),;
}


5) Enjoy!

Now you should all know how to eliminate Gmaps! So no more no bombs or bows problems BUT there is one thing:
If you shoot an arrow it will go all the way across untill it hits something!

Last edited by Doahh_p2p; 10-28-2004 at 01:29 PM..
Reply With Quote