Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-16-2007, 10:39 AM
ArushenP2P ArushenP2P is offline
Graal Developer
ArushenP2P's Avatar
Join Date: Feb 2006
Location: Oakland, Calif. USA
Posts: 336
ArushenP2P is on a distinguished road
Send a message via AIM to ArushenP2P
Graal Engine

There should be a new Graal Engine for all of us. So it is easier to develop servers, because the current engine is very hard to do. You mostly have to script everything just to get a npc on a level or get an image to be walked under or over. There should be options to make images more functional without scripting it. New options like "Addtiledef button" would ease up the scripting and can be easier. Anyways what do you guys think?
Reply With Quote
  #2  
Old 06-16-2007, 11:11 AM
Grey Grey is offline
Classic Developer
Grey's Avatar
Join Date: Mar 2007
Location: Wales, UK
Posts: 134
Grey will become famous soon enough
Send a message via AIM to Grey
I don't think it is really a change that is necessary. addtiledef at a minimum only takes up 2 lines if you include the //#CLIENTSIDE at the top of the script. Same with images - 1/2 lines of commands drawunderplayer(); drawoverplayer();

In my opinion this will just discourage people to actually take time to learn to script and I don't agree that is a good thing to do.
Reply With Quote
  #3  
Old 06-16-2007, 11:15 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
A new engine would make things more complicated but allow more versatility...I think you are asking for something that is simpler which isn't really Graal...

And yes, I agree with what Grey says.
__________________
Do it with a DON!
Reply With Quote
  #4  
Old 06-16-2007, 11:37 AM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Well, I would like to see the layer stuff finished and added to the editor...would be awesome.
Reply With Quote
  #5  
Old 06-16-2007, 08:27 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Full support for layers are something I think the leveling scene really needs. I'd like to be able to define a player's layer by script, it would be interesting. You would have to define a 'ground' layer, which is the layer of the level the game pays attention to for tile actions (walls, water, grass, etc.) and then the graphic layer which is on what layer does the graal character appear. One could make illusions by having a 'ground' layer under the layer you can see so your character just ignores any wall tiles on the layer that you can see.

It would be a new way to make staff boots even, if you just set the your player's ground layer to an empty one, it would be like there are no tiles.

In this case I think the layer limit should be a nice round number like 255.
__________________
Reply With Quote
  #6  
Old 06-16-2007, 08:36 PM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
I always wanted float (as in 1.5) display layers. Don't really care if the player only moves in 2 dimensions and has trouble with bridges, just wanted to be able to display this image on top of that image without resorting to the image Y, ganis, or hoping it all fits between layers 1 and 3.
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #7  
Old 06-16-2007, 08:38 PM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
Quote:
Originally Posted by Tyhm View Post
I always wanted float (as in 1.5) display layers. Don't really care if the player only moves in 2 dimensions and has trouble with bridges, just wanted to be able to display this image on top of that image without resorting to the image Y, ganis, or hoping it all fits between layers 1 and 3.
I wonder if we should have layers coincide with the player.z...
Reply With Quote
  #8  
Old 06-16-2007, 08:39 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Layer floats would be unnecessary if we had 255 layers.
__________________
Reply With Quote
  #9  
Old 06-17-2007, 05:16 AM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
Sure, but how does that coincide with the existing layers?
Does it go:
layer 0(drawunderplayer)
layer 1(drawasplayer)
layer 2(drawoverplayer)
layer 3(drawaslight)
layer 4(stat bar)
layer 5(slightly above layer 0)
layer 6(slightly above layer 5)
...
layer 63(slightly below layer 1)
layer 64(slightly above layer 1)
...
layer 127(slightly below layer 2)
layer 128(slightly above layer 2)
...
layer 191(slightly below layer 3)
layer 192(slightly above layer 4)
...
layer 255(the highest layer)
? A bit confusing...unless you suggest we rescript everything.
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #10  
Old 06-17-2007, 05:47 AM
Maniaman Maniaman is offline
Registered User
Join Date: Aug 2005
Posts: 326
Maniaman is on a distinguished road
I really need to make the level editor i wrote in c# release-worthy don't I?
__________________

Current Maloria Event: (click to go to it)
Reply With Quote
  #11  
Old 06-17-2007, 05:50 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Tile layers aren't the same as showimg layers Tyhm. Currently, all tile layers are still displayed under showimg layer 0 (under the player).
__________________
Do it with a DON!
Reply With Quote
  #12  
Old 06-17-2007, 06:01 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
I just hate the fact I have to create NPC's in a level for something as simple as a roof being drawn over the player. I think Stefan should introduce a new file type for levels. It'd be much like current .nw's, but with a mix of GMAP. Which includes a set of options in the file(.txt), that allow you to define the width/height of the level, the tileset(to make it more simpler for LAT and such, that allow them to simply open a browse button and apply a new tileset), and with layers(easily editable via the level editor).
Reply With Quote
  #13  
Old 06-17-2007, 02:48 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
The 'layers' thing can already be done by using the z value of objects and tilelayers.
Reply With Quote
  #14  
Old 06-17-2007, 03:04 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by Stefan View Post
The 'layers' thing can already be done by using the z value of objects and tilelayers.
Now for the support!
Reply With Quote
  #15  
Old 06-18-2007, 05:21 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Stefan View Post
The 'layers' thing can already be done by using the z value of objects and tilelayers.
I don't really mess with levels at all, mind a small example?

Edit: Was talking to zero about this, please add more support for layers, like a player.layer variable for the one the player is drawn on. Want to be able to draw tiles over the player
Want two layer variables for player, the drawing layer and the action layer . Drawing layer would be for the player's gani, and action layer would be the tiles it responds to, like walls and water.
__________________

Last edited by Inverness; 06-18-2007 at 02:41 PM..
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 10:02 PM.


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