Graal Forums  

Go Back   Graal Forums > General Forums > Graal Main Forum (English)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 05-29-2003, 04:03 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
Quote:
Originally posted by tlf288


A program that directly edits levels on a g_server?
'updateboard x,y,width,height' on server-side (sends tiles updates to the client), also you can access tiles on terrain gmaps, need to add saving of changed tiles to hard disk if some serveroption is set.
There are already functions for creating and deleting levels :-)

So this new way of level editing will be completely scripted, so it can be used online and offline. When used online then it is ran on server-side and you can check if the player has the right to edit the level (will add functions for checking that). The level editing mainly consists of tile editing and npc editing, for npc editing we can soon use the gui objects of v3 (creating windows, buttons, scrollbars with script).
Reply With Quote
  #17  
Old 05-29-2003, 05:22 AM
Questa Questa is offline
Back to the Beat
Join Date: Jan 2002
Location: USA
Posts: 1,230
Questa is on a distinguished road
Send a message via AIM to Questa
Quote:
Originally posted by Stefan


'updateboard x,y,width,height' on server-side (sends tiles updates to the client), also you can access tiles on terrain gmaps, need to add saving of changed tiles to hard disk if some serveroption is set.
There are already functions for creating and deleting levels :-)

So this new way of level editing will be completely scripted, so it can be used online and offline. When used online then it is ran on server-side and you can check if the player has the right to edit the level (will add functions for checking that). The level editing mainly consists of tile editing and npc editing, for npc editing we can soon use the gui objects of v3 (creating windows, buttons, scrollbars with script).
So does that mean Admins can give access rights to people so they can edit their playerhouses on classic playerworlds without giving them an RC?
__________________
Reply With Quote
  #18  
Old 05-29-2003, 07:22 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Quote:
Originally posted by Stefan

for npc editing we can soon use the gui objects of v3 (creating windows, buttons, scrollbars with script).
I like this. Will v3 have something like a mini-Windows API?
Reply With Quote
  #19  
Old 05-29-2003, 12:57 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally posted by Stefan


'updateboard x,y,width,height' on server-side (sends tiles updates to the client), also you can access tiles on terrain gmaps, need to add saving of changed tiles to hard disk if some serveroption is set.
There are already functions for creating and deleting levels :-)

So this new way of level editing will be completely scripted, so it can be used online and offline. When used online then it is ran on server-side and you can check if the player has the right to edit the level (will add functions for checking that). The level editing mainly consists of tile editing and npc editing, for npc editing we can soon use the gui objects of v3 (creating windows, buttons, scrollbars with script).
think it could be possible to get tiles from a player that is in another level with tiles[]?
__________________

Reply With Quote
  #20  
Old 05-29-2003, 04:30 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
Quote:
Originally posted by tlf288


I like this. Will v3 have something like a mini-Windows API?
Yes, you can create windows of the same quality like the options window or the help window
Reply With Quote
  #21  
Old 05-29-2003, 04:32 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
Quote:
Originally posted by Questa

So does that mean Admins can give access rights to people so they can edit their playerhouses on classic playerworlds without giving them an RC?
Yes that should be possible, we probably need to add more rights than just r and w, may be special rights for only editing tiles (t), moving npcs (m?) and changing npcs (n?)
Reply With Quote
  #22  
Old 05-29-2003, 05:00 PM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
Quote:
Originally posted by Stefan


Yes that should be possible, we probably need to add more rights than just r and w, may be special rights for only editing tiles (t), moving npcs (m?) and changing npcs (n?)
Double post! *slaps*

rwtmn levels/*

lol .

t=tiles
n=npcs
s=editing npcs (S = Stands for Script)
__________________
--Spark911
Reply With Quote
  #23  
Old 05-29-2003, 05:56 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
w would include tiles, moving and scripting though?
Reply With Quote
  #24  
Old 05-29-2003, 06:48 PM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
Quote:
Originally posted by Stefan
w would include tiles, moving and scripting though?
Well if you want it so that you can edit levels and have RC you can use:

rw levels/mylevels/nickname* (for example)

Then if you want a player to be able to only be able to edit their levels. Like it was mention before you would probably have to do it like this:

rw t levels/levelname*

or you could do this:

rw levels/playerlevels/myhouse_nickname/*(a,b,c)

The a,b,c would be the letters for tiles, moving NPCs and editing NPCs. But of course dont use a,b,c unless you want to. And that would give me the power to do everything as a player to my level.

Oh right Stefan, i get what you mean. So if the W means you can edit tiles then it would be something like:

rw levels/playerlevels/myhouse_nickname/*(b,c)

(b=move, c=edit NPCs)
__________________
--Spark911
Reply With Quote
  #25  
Old 05-29-2003, 08:15 PM
Johnny_5 Johnny_5 is offline
Goon
Join Date: Nov 2002
Location: Spring Hill, Florida
Posts: 172
Johnny_5 is on a distinguished road
Send a message via AIM to Johnny_5
I dont think it would be such a great idea for regular players to edit NPCs. They could upload anything they wanted then and cause havok(sp?) on a server.
Reply With Quote
  #26  
Old 05-29-2003, 08:47 PM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
Quote:
Originally posted by Johnny_5
I dont think it would be such a great idea for regular players to edit NPCs. They could upload anything they wanted then and cause havok(sp?) on a server.
It could go that way. But it couuld be useful for staff who arent given RCs...
__________________
--Spark911
Reply With Quote
  #27  
Old 05-29-2003, 10:20 PM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Quote:
Originally posted by Johnny_5
I dont think it would be such a great idea for regular players to edit NPCs. They could upload anything they wanted then and cause havok(sp?) on a server.
Regular players won't have the rights to edit the levels, obviously.
Reply With Quote
  #28  
Old 05-29-2003, 11:19 PM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
So does that mean Admins can give access rights to people so they can edit their playerhouses on classic playerworlds without giving them an RC?
--------------------------------------------------------------------------------
Yes that should be possible, we probably need to add more rights than just r and w, may be special rights for only editing tiles (t), moving npcs (m?) and changing npcs (n?)
__________________
--Spark911
Reply With Quote
  #29  
Old 05-29-2003, 11:43 PM
Ibonic Ibonic is offline
unsoundness
Ibonic's Avatar
Join Date: Sep 2002
Location: Long Island <3
Posts: 783
Ibonic will become famous soon enough
Quote:
Originally posted by Spark910
So does that mean Admins can give access rights to people so they can edit their playerhouses on classic playerworlds without giving them an RC?
hmm
wouldn't this make it easier for people to modify to NPCs or levels that shouldn't be on the server(s)? or would it not be in real time and have reviewers still?
Reply With Quote
  #30  
Old 05-30-2003, 12:32 AM
tlf288 tlf288 is offline
Registered User
tlf288's Avatar
Join Date: Nov 2001
Location: new account: Trevor
Posts: 0
tlf288 is on a distinguished road
Send a message via AIM to tlf288 Send a message via Yahoo to tlf288
Quote:
Originally posted by Ibonic


hmm
wouldn't this make it easier for people to modify to NPCs or levels that shouldn't be on the server(s)? or would it not be in real time and have reviewers still?
According to Stefan, you can turn off NPC edit rights.
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 12:27 PM.


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