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
  #16  
Old 08-13-2003, 09:35 PM
mistermicro mistermicro is offline
Registered User
Join Date: Jul 2003
Posts: 13
mistermicro is on a distinguished road
Send a message via AIM to mistermicro
An online level editor.. I had a friend by the name of Er1c and he managed to make a online gmap form with php or some web scripting language.. it was.. basic.. but good..
Reply With Quote
  #17  
Old 08-13-2003, 11:25 PM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
Quote:
Originally posted by mistermicro
An online level editor.. I had a friend by the name of Er1c and he managed to make a online gmap form with php or some web scripting language.. it was.. basic.. but good..
http://www.gscript.us/gmap.php

That one is scripted by Riot.... but it's the same thing kinda..
__________________
-Kjetil Valen
Reply With Quote
  #18  
Old 10-10-2003, 10:47 AM
voicedcow6666 voicedcow6666 is offline
Registered User
Join Date: May 2002
Location: Texas
Posts: 182
voicedcow6666 is on a distinguished road
(I was gone when this was made and just happened to have found it while searching for something.)

It is possible to make online level editors...in fact, I made one. It still has some bugs in it and stuff I want to addon, but it worked. I started messing with it a couple of nights changing some stuff around and had to get off before I could have it working again, and haven't had a chance to work on it anymore.

There's a serverside function, hasright(rights,level) that checks to see if you have those certain rights or not to that level...There's also a serverside updateboard2, which is the same as updateboard, syntax-wise and all, except saves the level permenantly, though it does take some time.

I wouldn't recommend making one now though, considering Stefan is working on the new improved and more powerful scripting engine. It's supposed to have reverse compatibility, but it'd probally still be best to wait on that.
__________________
-Zega, Staff Advisor of Delteria
Reply With Quote
  #19  
Old 10-12-2003, 04:33 AM
190 190 is offline
Registered User
Join Date: Mar 2001
Location: Boston, MA (USA)
Posts: 146
190 is on a distinguished road
Send a message via AIM to 190
Quote:
Originally posted by Mykel
*Didn't look at it that way*
Yes, that would be very helpful.
Yes, that would be useful, but you would need to put accounts in some sort of a list to use it so not just anyone could edit a level. I would assume that list could go in server options. But yeah, good idea :P
__________________

-------------------
Current Job : Manager of Vendetta
AIM : FCartman007
Reply With Quote
  #20  
Old 10-12-2003, 08:32 AM
voicedcow6666 voicedcow6666 is offline
Registered User
Join Date: May 2002
Location: Texas
Posts: 182
voicedcow6666 is on a distinguished road
Quote:
Originally posted by 190


Yes, that would be useful, but you would need to put accounts in some sort of a list to use it so not just anyone could edit a level. I would assume that list could go in server options. But yeah, good idea :P
That's what hasright() is for...It'd be pointless to have a server option for accounts which can use it when that's there. If they have w access to a level, then they could do whatever if they're in that server option or not.
__________________
-Zega, Staff Advisor of Delteria
Reply With Quote
  #21  
Old 10-12-2003, 08:47 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Graal v3 will only support online level editing.
Or that is what I heard.
Reply With Quote
  #22  
Old 10-12-2003, 08:59 AM
alarid0 alarid0 is offline
~~Paul
alarid0's Avatar
Join Date: Jan 2003
Location: Wisconsin, USA
Posts: 1,060
alarid0 will become famous soon enough
Send a message via AIM to alarid0 Send a message via MSN to alarid0
hold on to them older versions folks
__________________
Reply With Quote
  #23  
Old 10-12-2003, 12:21 PM
Kadar Kadar is offline
Registered User
Join Date: Jan 2002
Posts: 636
Kadar is on a distinguished road
It could be done but would probably lag the server..
Tiles can be edited clientside but to change them to all players putnpc2 would work well..

But would it lag?
__________________
Reply With Quote
  #24  
Old 10-12-2003, 01:07 PM
voicedcow6666 voicedcow6666 is offline
Registered User
Join Date: May 2002
Location: Texas
Posts: 182
voicedcow6666 is on a distinguished road
Quote:
Originally posted by Kadar
It could be done but would probably lag the server..
Tiles can be edited clientside but to change them to all players putnpc2 would work well..

But would it lag?
Why would you use putnpc2 to change tiles?

I said in my first post that updateboard2 saves the level...that's also assuming the server option is there too, I think it's savelevels=true...might be wrong. If you make it right, there wouldn't be a whole lot of lag.

And yes, v3 will have a built-in level editor...no more offline.
__________________
-Zega, Staff Advisor of Delteria
Reply With Quote
  #25  
Old 10-12-2003, 02:27 PM
syltburk syltburk is offline
shutup ctrl+s
syltburk's Avatar
Join Date: Oct 2001
Location: Sweden, Stockholm
Posts: 3,018
syltburk is an unknown quantity at this point
Send a message via ICQ to syltburk Send a message via AIM to syltburk Send a message via Yahoo to syltburk
:o
my oppinion in this are simple, if you are lazy people that cant open a folder and move the file to the levels folder on rc, yes it would be a good idea

myself i just see this as pointless and lazyness.
__________________
Reply With Quote
  #26  
Old 10-13-2003, 11:24 AM
voicedcow6666 voicedcow6666 is offline
Registered User
Join Date: May 2002
Location: Texas
Posts: 182
voicedcow6666 is on a distinguished road
Quote:
Originally posted by syltburk
:o
my oppinion in this are simple, if you are lazy people that cant open a folder and move the file to the levels folder on rc, yes it would be a good idea

myself i just see this as pointless and lazyness.

It's a whole lot more convenient to just be able to edit the level online and allow everyone to see an instant change.

And what about people who have full access to levels and lag like hell whenever they open the levels/ folder? I know how that is, before I had set rights I had full access to levels and it took forever to open the levels folder, and lagged the hell out of me.
__________________
-Zega, Staff Advisor of Delteria
Reply With Quote
  #27  
Old 10-14-2003, 04:00 AM
Kadar Kadar is offline
Registered User
Join Date: Jan 2002
Posts: 636
Kadar is on a distinguished road
how else would u change them serverside?
besides showimg
__________________
Reply With Quote
  #28  
Old 10-14-2003, 07:19 AM
voicedcow6666 voicedcow6666 is offline
Registered User
Join Date: May 2002
Location: Texas
Posts: 182
voicedcow6666 is on a distinguished road
Quote:
Originally posted by Kadar
how else would u change them serverside?
besides showimg
umm, showimg doesn't change levels...it only shows an image for the client.

updateboard2 is a serverside command which Stefan added to make PERMENANT changes to levels, assuming the server option savelevels is equal to true.

There is also a clientside command, updateboard, which makes the changes for the client only.
__________________
-Zega, Staff Advisor of Delteria
Reply With Quote
  #29  
Old 10-15-2003, 10:39 PM
dorfindel dorfindel is offline
Registered User
Join Date: Jun 2003
Location: Massachusetts.
Posts: 136
dorfindel is on a distinguished road
Send a message via AIM to dorfindel
This would be much easier, that way you don't have to bring everything offline, then upload through FTP..someone should script this for admins so that they can edit stuff and then save it like that. =D.
Reply With Quote
  #30  
Old 10-16-2003, 08:22 AM
voicedcow6666 voicedcow6666 is offline
Registered User
Join Date: May 2002
Location: Texas
Posts: 182
voicedcow6666 is on a distinguished road
Quote:
Originally posted by dorfindel
This would be much easier, that way you don't have to bring everything offline, then upload through FTP..someone should script this for admins so that they can edit stuff and then save it like that. =D.
A) I'm currently working on one for my own self gratitude.
B) There will be one in Graal3
__________________
-Zega, Staff Advisor of Delteria
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:17 PM.


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