Graal Forums  

Go Back   Graal Forums > Development Forums > Level Design
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-01-2010, 04:14 AM
DarkIceX DarkIceX is offline
(Developer)
Join Date: May 2002
Location: Canada
Posts: 125
DarkIceX is on a distinguished road
Working with Layers

Has anybody done any work with layers on their servers at all? I know Dusty made a few levels using layers and we are starting to use them on Maloria.

Anyone had any experience using Gonstruct to make levels with layers, whether for fun/testing or on an actual server?

I wanna know what everyone thinks of them.

Personally, in the few levels I've made since I came back a few days ago and started making levels on Maloria, they're the most amazing thing I've ever worked with on Graal. Even though I've worked with them on things like Eclipse, it still surprised me how well they work with Graal-style tilesets.

Discuss.
__________________

Bloodvayne
Reply With Quote
  #2  
Old 01-01-2010, 02:57 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
I tried Gonstruct out but couldn't figure out how to get the tileset to properly show up...Dusty sent me the transparent tileset but I didn't know how to get different layers and whatnot to show up. :I

I didn't know they'd be compatible with Graal...not sure how Maloria is doing it.
__________________
Reply With Quote
  #3  
Old 01-01-2010, 03:27 PM
Vima Vima is offline
Registered User
Join Date: Dec 2005
Posts: 542
Vima is an unknown quantity at this point
Why do we need levels with layers? I don't fully understand it o.O
__________________
*aka SwedishKing*
Reply With Quote
  #4  
Old 01-01-2010, 03:39 PM
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
Quote:
Originally Posted by Vima View Post
Why do we need levels with layers? I don't fully understand it o.O
One of the main reasons is that you can use any corner tile on different floors/tiles without needing dozens of different tiles. For example, you could place a house from the pics1 tileset inside without changing the tiles to remove the grass.

I imagine you could also create some really cool effects with semi-transparent tiles.

And, ideally, support for placing the player on another layer would be implement, and it could be used to make things like bridges where players can walk over top of them, while still being able to walk under (depending on their layer).
__________________
Reply With Quote
  #5  
Old 01-01-2010, 03:40 PM
Liberated Liberated is offline
not doing alot
Liberated's Avatar
Join Date: Feb 2008
Posts: 1,366
Liberated has a spectacular aura about
Quote:
Originally Posted by Vima View Post
Why do we need levels with layers? I don't fully understand it o.O
gives you 10x more options for level making.
__________________
Quote:
Originally Posted by Tigairius View Post
I promise when I get rich I'll send you an iPhone. I'll send everyone an iPhone.
Reply With Quote
  #6  
Old 01-01-2010, 03:48 PM
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 might have to write up a tutorial for this. General gist is to grab a tileset with transparency(http://forums.graalonline.com/forums...hp?t=134256126) and use that as a tileset. Gonstruct has some bugs with tilesets though, and it doesn't handle priorities too well, so you might have to disable the default tiledef(pics1). Careful though, as this can cause bugs when you open a new level sometimes that causes Gonstruct to crash.

Anyways. I love layers. They open a whole new dimension to level making, and can simplify tilesets a bunch... however, they can also be annoyingly complicated to work with. Objects like houses can usually take up more than one layer of tiles, causing you to navigate between all the layers to do something as simple as moving it over one tile. They're definitely more hassle to work with, even if they do make some things easier. Also, it's easy to get caught up in layers and take things to the extreme(as my levels show), just because it's so awesome to play with. However, Gonstruct itself is pretty simple overall compared to the default editor, even if it has made some advancements the default hasn't. It doesn't support gmaps, no playtest(which I use a lot), for example. The gmap thing is probably the biggest thing it's lacking. But before Gonstruct we didn't have ANYTHING that let us edit layers, forcing us to make separate layers in levels and copy/paste the data into text format and edit it all manually. It wasn't very fun. So even with Gonstruct's problems, I can now use layers on a semi-simplistic basis when I find the need to, without being burdened by the idea of doing it all manually.

And Vima, this thread should help you understand what layers are capable of: http://forums.graalonline.com/forums...hp?t=134256104
With future additions to layers, we may be able to draw them over players, making the need for probably 90percent of NPC's useless.

In fact, if I sat down one day with pics1, I could probably come up with a lot of creative methods to save tilespace using layers. For example, the castle floor tiles uses various colored tilesets with different decorations. You have the plain color[1 tile], the diamond[4 tiles], the spotted[1 tile], the small diamond[1 tile]. That's 7 tiles for one color variation, so 14 when you add in blue, then 21 tiles when you add a yellow variation. However, with layers you can make a solid color single tile, and use a decoration tile with transparency to overlay the colors instead, like so:

All you'd have to do is add a single color tile to get all the variations you need at minimal tilespace cost. So instead of the 21 tiles for 3 colors, you'd only be taking up 9 tiles with layers. This is actually similar to what I did with shadows in my transparent pics1 tileset, and it actually reproduced nearly all the original shadow colors near-perfect to the naked eye over all the various terrains.

Last edited by DustyPorViva; 01-01-2010 at 04:05 PM..
Reply With Quote
  #7  
Old 01-01-2010, 04:05 PM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
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
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
We've set up an entire town (2x2) with the use of layers on Maloria. I've attached a small screenshot showing some of it, but you can check it out yourself by doing the first "Kill 10 blobs" quest on the server and afterwards travel to the town by opening the map and clicking on it. Won't appear until the quest is handed in though.

Unlike Dusty's tileset that uses Alpha Blending (won't work online in v5, but only way to make it work in v6), ours simply use normal transparency (won't work in v6, but works in v5...).
Attached Thumbnails
Click image for larger version

Name:	graal_1262354568.png
Views:	360
Size:	258.7 KB
ID:	50138  
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote
  #8  
Old 01-01-2010, 04:13 PM
Liberated Liberated is offline
not doing alot
Liberated's Avatar
Join Date: Feb 2008
Posts: 1,366
Liberated has a spectacular aura about
Quote:
Originally Posted by xXziroXx View Post
We've set up an entire town (2x2) with the use of layers on Maloria. I've attached a small screenshot showing some of it, but you can check it out yourself by doing the first "Kill 10 blobs" quest on the server and afterwards travel to the town by opening the map and clicking on it. Won't appear until the quest is handed in though.

Unlike Dusty's tileset that uses Alpha Blending (won't work online in v5, but only way to make it work in v6), ours simply use normal transparency (won't work in v6, but works in v5...).
who made those trees? they're awesome.
__________________
Quote:
Originally Posted by Tigairius View Post
I promise when I get rich I'll send you an iPhone. I'll send everyone an iPhone.
Reply With Quote
  #9  
Old 01-01-2010, 04:53 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
protip: when trying to show server content turn off the start bar

p.s you guys seem like you could use a new lat ziro
__________________
Reply With Quote
  #10  
Old 01-01-2010, 06:21 PM
DarkIceX DarkIceX is offline
(Developer)
Join Date: May 2002
Location: Canada
Posts: 125
DarkIceX is on a distinguished road
Quote:
Originally Posted by Crono View Post
protip: when trying to show server content turn off the start bar

p.s you guys seem like you could use a new lat ziro
Then come help us.
I'm rusty so I probably suck amirite?

ps. I did that town.
__________________

Bloodvayne
Reply With Quote
  #11  
Old 01-06-2010, 03:49 AM
Elk Elk is offline
Sr Marketing Strategist
Elk's Avatar
Join Date: Nov 2005
Location: Deerland
Posts: 3,829
Elk has a brilliant futureElk has a brilliant futureElk has a brilliant futureElk has a brilliant futureElk has a brilliant futureElk has a brilliant futureElk has a brilliant future
Send a message via ICQ to Elk Send a message via AIM to Elk Send a message via MSN to Elk Send a message via Yahoo to Elk
Quote:
Originally Posted by Liberated View Post
who made those trees? they're awesome.

they're WIP's though
__________________
iEra IGN: *Elk (Darkshire)
iCla. IGN: *Elk (Darkshire)
iZone IGN: *Elk (Darkshire)




Reply With Quote
  #12  
Old 01-06-2010, 06:13 AM
Imperialistic Imperialistic is offline
graal player lord
Imperialistic's Avatar
Join Date: Apr 2007
Location: Florida
Posts: 1,094
Imperialistic is a jewel in the roughImperialistic is a jewel in the rough
Quote:
Originally Posted by xXziroXx View Post
We've set up an entire town (2x2) with the use of layers on Maloria. I've attached a small screenshot showing some of it, but you can check it out yourself by doing the first "Kill 10 blobs" quest on the server and afterwards travel to the town by opening the map and clicking on it. Won't appear until the quest is handed in though.

Unlike Dusty's tileset that uses Alpha Blending (won't work online in v5, but only way to make it work in v6), ours simply use normal transparency (won't work in v6, but works in v5...).

Holy **** Ziro, you have insanely attractive images and tilesets.
You just need a LAT that knows what he's doing, that looks horrible when it could look so much better.

PROPS TO THE MALORIA TEAM
__________________
" It's been swell, but the swelling's gone down. "
Reply With Quote
  #13  
Old 01-06-2010, 06:18 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 Crono View Post
p.s you guys seem like you could use a new lat ziro
Quote:
Originally Posted by Imperialistic View Post
You just need a LAT that knows what he's doing, that looks horrible when it could look so much better.
I rather like the levels and it seems inappropriate to disrespect someone's hard work like that without offering any sort of constructive criticism.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #14  
Old 01-06-2010, 06:22 AM
Imperialistic Imperialistic is offline
graal player lord
Imperialistic's Avatar
Join Date: Apr 2007
Location: Florida
Posts: 1,094
Imperialistic is a jewel in the roughImperialistic is a jewel in the rough
Quote:
Originally Posted by Tigairius View Post
I rather like the levels and it seems inappropriate to disrespect someone's hard work like that without offering any sort of constructive criticism.
An opinion is not going to change my ways of understanding.
And then again you're assuming that it's "hard work", pretty quick to stand up for someone.

I can't really just sit here and tell the guy what he's doing wrong, I just know that they are mostly sloppy, and not enough detail.
There are attractive tree's so take advantage of them, the path looks a little to much chunky and wide, and the grass detail is just fail.
__________________
" It's been swell, but the swelling's gone down. "
Reply With Quote
  #15  
Old 01-06-2010, 06:23 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 Imperialistic View Post
And then again you're assuming that it's "hard work", pretty quick to stand up for someone.
I can assure you it's a lot harder than sitting on the forums telling everyone you can do better when you have nothing to show for it.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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:19 AM.


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