Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-15-2003, 03:32 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
Exclamation stefan plz read

some server options arent working......

ghostmodefornotstaff=true

doesnt work

also I think there needs to be an option like

tileset=image.png

to set the default tileset (like replacing pics1.png)

so you dont have to do addtiledef for every level
Reply With Quote
  #2  
Old 01-15-2003, 03:45 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: stefan plz read

Quote:
Originally posted by Warcaptain
some server options arent working......

ghostmodefornotstaff=true

doesnt work

also I think there needs to be an option like

tileset=image.png

to set the default tileset (like replacing pics1.png)

so you dont have to do addtiledef for every level
ghostmodefornotstaff (or was it ghostmodefornonstaff?) was never working on any server BUT 2k2

and you dont need to set it for every level, just do addtiledef egtileimage.png,eg,0;
any level begining with eg will have that tile def
Reply With Quote
  #3  
Old 01-15-2003, 02:47 PM
Zickle Zickle is offline
Awesome
Zickle's Avatar
Join Date: Dec 2002
Posts: 121
Zickle is on a distinguished road
Send a message via ICQ to Zickle Send a message via AIM to Zickle Send a message via MSN to Zickle Send a message via Yahoo to Zickle
Re: stefan plz read

Quote:
Originally posted by Warcaptain
some server options arent working......

ghostmodefornotstaff=true

doesnt work

also I think there needs to be an option like

tileset=image.png

to set the default tileset (like replacing pics1.png)

so you dont have to do addtiledef for every level
Add Addtiledef to the -System type weapon or something.
__________________
Reply With Quote
  #4  
Old 01-15-2003, 06:08 PM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
Re: Re: stefan plz read

Quote:
Originally posted by Python523

ghostmodefornotstaff (or was it ghostmodefornonstaff?) was never working on any server BUT 2k2

and you dont need to set it for every level, just do addtiledef egtileimage.png,eg,0;
any level begining with eg will have that tile def
It worked for Faheria.
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #5  
Old 01-15-2003, 06:12 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: Re: Re: stefan plz read

Quote:
Originally posted by AlexH


It worked for Faheria.
faheria didn't have ghost mode, they just sent the players to a level with a fancy light show
Reply With Quote
  #6  
Old 01-15-2003, 06:16 PM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
Re: Re: Re: Re: stefan plz read

Quote:
Originally posted by Python523

faheria didn't have ghost mode, they just sent the players to a level with a fancy light show
I'm pretty positive there was a time when they had it.
It was while they had the mini island up that you could play, then it changed to ghost, then they got the light.
It was only about 4 levels though.
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #7  
Old 01-15-2003, 06:34 PM
draygin draygin is offline
Telmont Bandit
draygin's Avatar
Join Date: Feb 2002
Location: Ohio
Posts: 2,550
draygin is on a distinguished road
I would advise against making it so any level starting with eg is on enigma tile set though. Perhaps any level beginning with eg_ or some such. But eg could really mess up other servers if a level was named something like egg_house etc..

Also you dont need it in every level. Just the starting level then it will add the tiledeff to online for enigma and when ever they log on to graal any level starting with the eg_ or what ever will load that tile set even if the add tile def isnt there. Which is part of the problem maloria had when it first came online. I believe they had the name spot left blank instead of having levels starting with. So it made it the default tileset for every single server. x.x

As for ghost mode it only works on gold servers. Although I've seen that some upcomming servers where temporarily set as gold so they could use the ghost mode.
__________________

I stole Spanky's gold!
Reply With Quote
  #8  
Old 01-15-2003, 11:34 PM
RTelvecho RTelvecho is offline
Banned
RTelvecho's Avatar
Join Date: Oct 2002
Location: Toronto, Ontario, Canada
Posts: 807
RTelvecho is on a distinguished road
Send a message via AIM to RTelvecho
Re: Re: Re: Re: Re: stefan plz read

Quote:
Originally posted by AlexH


I'm pretty positive there was a time when they had it.
It was while they had the mini island up that you could play, then it changed to ghost, then they got the light.
It was only about 4 levels though.
Ya, they had it on... for awhile
Reply With Quote
  #9  
Old 01-16-2003, 12:24 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
i understand addtiledef eg

but im talking about it replacing pics1.png

so you could do addtiledef and itd go over the tileset you said

like.....

ANY level on the server, AUTOMATICLY uses that tileset.

like anylevel offline AUTOMATICLY uses pics1.png

like baisicly... when the client is setting the tileset itd be like

(in script terms so you can understand it)

if (!strequals(tilesets,))
settileset tilesets;
else settileset pics1.png;

(yeah, kinda dumb but you can get the idea a bit better i hope
Reply With Quote
  #10  
Old 01-16-2003, 12:26 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
and fah didnt have ghost mode


i remember falados telling me how he tried to do it and it didnt work

"hence the fancy lightshow" as he said
Reply With Quote
  #11  
Old 01-16-2003, 12:29 AM
Brandon Brandon is offline
Master of Chaos
Brandon's Avatar
Join Date: Jul 2002
Location: Kalamazoo, Michigan USA
Posts: 233
Brandon is on a distinguished road
Send a message via ICQ to Brandon Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon
Re: Re: stefan plz read

Quote:
Originally posted by Python523

ghostmodefornotstaff (or was it ghostmodefornonstaff?) was never working on any server BUT 2k2
It worked for me. I had it on temporarily when updating things a while ago, then it just stopped working. It was ghostmodefornotstaff=true/false.
__________________
Brandon M.
Bravo Online Manager
Reply With Quote
  #12  
Old 01-16-2003, 01:22 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
It worked on Bomy Dev and I believe it worked on Londeroth once too.
Reply With Quote
  #13  
Old 01-16-2003, 02:57 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Quote:
Originally posted by Warcaptain
and fah didnt have ghost mode


i remember falados telling me how he tried to do it and it didnt work

"hence the fancy lightshow" as he said
It did at one point work, but that was before gold servers were implimented.
__________________

subliminal message: 1+1=3
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 09:31 AM.


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