Graal Forums  

Go Back   Graal Forums > Development Forums > Level Design
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-25-2006, 07:33 PM
barkergaming barkergaming is offline
Excited User
Join Date: Nov 2006
Posts: 15
barkergaming is on a distinguished road
Send a message via AIM to barkergaming Send a message via MSN to barkergaming
Terrain > Gmap > level Editing

I created a gmap and the levels for a set of terrain, but how do I navigate through and know which tileset to edit?

The files are named in a way to navigate it i can tell, but what do i use for a reference (I did save a picture of the grid part in the level editor...

Thanks
-Mike
__________________
Got my server
Reply With Quote
  #2  
Old 11-25-2006, 07:50 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
You mean how to use loadgmaps.txt in the Graal folder and levels/tiledefs/tiledefsOffline.txt ?
Reply With Quote
  #3  
Old 11-25-2006, 07:59 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Tileset: picso.png
Location: graal/

too load the gmap (navigate through)
use loadmap mapname; in a npc, without .gmap (for the name, like myworld, not myworld.gmap)
__________________
Reply With Quote
  #4  
Old 11-25-2006, 08:34 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Is this for online or offline?
__________________
Reply With Quote
  #5  
Old 11-26-2006, 07:36 AM
barkergaming barkergaming is offline
Excited User
Join Date: Nov 2006
Posts: 15
barkergaming is on a distinguished road
Send a message via AIM to barkergaming Send a message via MSN to barkergaming
Actually, chompy was nice enough to show me the best way to go through it on my own server..

It was offline, so i knew what map i was modifying, and it turns out there's a really good way.. Thanks everyone
__________________
Got my server
Reply With Quote
  #6  
Old 11-26-2006, 08:08 AM
ryu_no_bishie ryu_no_bishie is offline
I know japanese l33t
ryu_no_bishie's Avatar
Join Date: Aug 2006
Posts: 256
ryu_no_bishie is an unknown quantity at this point
you should maybe TELL us this way? so that people who want to know wont have to creat another thread asking?
__________________
Rockman Akane FTW
Reply With Quote
  #7  
Old 11-26-2006, 10:34 AM
Magadal Magadal is offline
Banned
Join Date: Jan 2005
Location: Germany
Posts: 942
Magadal will become famous soon enough
Quote:
Originally Posted by ryu_no_bishie View Post
you should maybe TELL us this way? so that people who want to know wont have to creat another thread asking?
Use the search function?-_-
Reply With Quote
  #8  
Old 11-26-2006, 03:26 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by ryu_no_bishie View Post
you should maybe TELL us this way? so that people who want to know wont have to creat another thread asking?
***** loadmap mapname;
__________________
Reply With Quote
  #9  
Old 11-26-2006, 04:35 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by ryu_no_bishie View Post
you should maybe TELL us this way? so that people who want to know wont have to creat another thread asking?
ok, I think you wanted it detailed:

First, upload the gmap file into "levels/",
then, go to server options and write in "gmaps=name" without the .gmap extension, now,
load up all the levels that do contain to the gmap file into "levels/", don't enter it get :] Now in rc chat, write "/updatelevel name.gmap",
the gmap gets updated, now, make a weapon gui script, name for example... "-tileset"

PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
loadmap("gmap name"); // without .gmap extension
  
removetiledefs("");       // removes the old tiledefs
  
addtiledef("picso.png""start_"1);
 
/*
  adds a new tiledef with picso as tileset,
  too all levels starting with "start_",   with the tileset type 1
  (0 = pics1 || 1 = picso)
  */

and then give -tileset to your player, now you can logon, should work

PS: ^---- Is for online use of terrain maps



Offline is just doing like
HTML Code:
loadmap mapname; // without .gmap extension
And I think that should go in the first level (upper left corner, for example start_aa-01.nw) This is for navigating through levels tho

If this didn't work, I have no clue
(It worked for me..)

PS: I am not a master in writing english, so there might be some grammar wrongs or spell errors
__________________
Reply With Quote
  #10  
Old 11-26-2006, 05:23 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
online you dont need to use loadmap
__________________
Reply With Quote
  #11  
Old 11-26-2006, 05:29 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Gerami View Post
online you dont need to use loadmap
My gmaps gets messy without, or is it that I have to wait some mins to get it too load?
__________________
Reply With Quote
  #12  
Old 11-26-2006, 06:06 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by Chompy View Post
My gmaps gets messy without, or is it that I have to wait some mins to get it too load?
No idea but I used to do loadmap and people were like LOL CRONO U NOOB U DUN NEED LOADMAP SERVEROPS TAEKZ CAR OF THATY LOL
__________________
Reply With Quote
  #13  
Old 11-27-2006, 03:42 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Should probably release an editor version where the loadmap command is disabled and gives an error, since everyone uses it wrongly. Offline use loadgmaps.txt, never use loadmap. Online you can use loadmap to preload a map, it doesn't do anything else. You never need it, since the server is placing you correctly on the gmap and the client is downloading missing gmaps (or in case it is corrupted on the hard drive). On Zone we don't use loadmap, on Graal Kingdoms we used loadmap for preloading the kingdom maps so that you don't lag when entering a new map with your ship, although I don't know if it's still needed.
Reply With Quote
  #14  
Old 11-27-2006, 01:01 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by Stefan View Post
Offline use loadgmaps.txt, never use loadmap.
For offline I always use loadmap gmapname; and it works fine. But is there a loadgmaps.txt? Do we have to place the gmap name in there and we're done? If so neat but loadmap is more convenient since you just add it while you're in the level editor. :]
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:50 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.