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 09-14-2008, 01:37 AM
MunkyPuff MunkyPuff is offline
Registered User
Join Date: Sep 2008
Posts: 8
MunkyPuff is on a distinguished road
Unhappy problem adding tileset to server

Hello, Sorry if this is a dumb question... but I'm kind of new at this.

I'm trying to add my tileset to my server, and so far in the server options I have put:

newtilesets=true
newtilesetlevels=onlinelocalstart.nw

I thought I might need to put the tileset in a folder so I put mine in the Images folder. Not sure if that was correct of not.

I also put a script in 'classes' named tileset and put:

//#CLIENTSIDE
if (created) {
removetiledefs;
addtiledef snow.png,onlinelocalstart.nw,1;
}

not sure if that was correct either.. but it's still not working.

What am i missing?

Thank you.
Reply With Quote
  #2  
Old 09-14-2008, 01:45 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by MunkyPuff View Post
//#CLIENTSIDE
if (created) {
removetiledefs;
addtiledef snow.png,onlinelocalstart.nw,1;
}
Make sure the level name is onlinestartlocal.nw or change the levelname in your script to #L instead of onlinestartlocal.nw
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #3  
Old 09-14-2008, 01:53 AM
MunkyPuff MunkyPuff is offline
Registered User
Join Date: Sep 2008
Posts: 8
MunkyPuff is on a distinguished road
Oh geez... I broke it.. now it wont let me into the lvl at all, it just freezes
Reply With Quote
  #4  
Old 09-14-2008, 02:05 AM
MunkyPuff MunkyPuff is offline
Registered User
Join Date: Sep 2008
Posts: 8
MunkyPuff is on a distinguished road
it says 'active levels:0' wtf! what the hell did i do, i have the level there..
Reply With Quote
  #5  
Old 09-14-2008, 02:06 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Try restarting graal editor ?
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #6  
Old 09-14-2008, 02:19 AM
MunkyPuff MunkyPuff is offline
Registered User
Join Date: Sep 2008
Posts: 8
MunkyPuff is on a distinguished road
omg its working, guess i didn't need help after all... thanks anyways
Reply With Quote
  #7  
Old 09-14-2008, 03:31 AM
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
FYI, it's better to do something like this:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
removetiledefs();
  
addtiledef("snow.png"""1);

in a system weapon (when online).
__________________
Reply With Quote
  #8  
Old 09-14-2008, 02:39 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Agreed with Chris. Changing tiles locally in a level usually just brings more trouble then it's worth (for larger servers).
__________________
Follow my work on social media post-Graal:Updated august 2025.
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 08:17 AM.


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