Thread: removeGmap(str)
View Single Post
  #3  
Old 07-15-2013, 06:53 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Oops, forgot to reply to this. You can load GMAPs dynamically now by using findLevel(gmapName) but as far as I know there is still no way to unload them without restarting the server. This does mean you don't need to add GMAPs to the server options to load them, though.

Here's an excerpt from the email from Stefan, I don't think he'll mind me sharing this:

Quote:
This new version should make it easier to add gmaps. Instead of calling addgmap just call findlevel(levelname) to force loading, it will then also automatically load it on the gserver.
When you want to delete the instance then just deletelevel() the gmap and nw files. Right now the gserver is not unloading the gmap, but i will add that sometime (need to make sure that it's not crashing when removing the gmap from memory so I don't want to risk random server crashes).
__________________
Reply With Quote