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 08-09-2010, 03:36 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
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
Quote:
Originally Posted by Fry View Post
the most sane one to use layers that gonstruct is using now appears to be working in v6, so I see no reason to change it back.
It's not working in v6, I've checked several times including just before posting this.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #2  
Old 08-10-2010, 01:01 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Quote:
Originally Posted by xXziroXx View Post
It's not working in v6, I've checked several times including just before posting this.
Well okay that sucks, people trying layered levels with v6 mentioned it worked fine. If it doesn't then yeah, as problematic as it becomes, it makes more sense to use an actual transparent tile then. If someone wants to add some kind of way to select a transparent tile (an extra control that displays it, along with a button you can press that lets you click on any tile in the tileset to select a new one), that'd be great. Otherwise I'll do it at some point.


Quote:
Originally Posted by ktbaloncesto
BUGS
1. When you maximize your screen and click the "add new npc" button, the program crashes

2. Add tiles along the right edge of your screen in any layer other than the base layer. Save and close your level. When you open it again, the tiles appear on the left side of your screen.


ADDITIONS (these are in Graal Editor but not Gonstruct)
1. When you add tiles to your level you should have the ability to click and drag them across your screen.

2. Ability to fill an area with a previously selected tile or group of tiles
Fixed the annoying bugs, thanks for that. What do you mean with your addition 1? Do you mean dragging them into another level tab?
Regarding the second point, you can flood fill with the default tile by right clicking on a set of tiles, flood filling with a group of tiles is on the TODO list, but yeah, don't expect any additions soon, you might be better off using the default level editor.

Edit: Here's the link to 0.2.3
__________________
Graal Statistics

Top 3 servers at the moment (players):



Last edited by Fry; 08-10-2010 at 03:16 PM..
Reply With Quote
  #3  
Old 08-11-2010, 09:02 AM
maximus_asinus maximus_asinus is offline
RIP DarkCloud_PK
Join Date: Oct 2001
Location: Canada
Posts: 3,746
maximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond repute
Quote:
Originally Posted by Fry View Post
Well okay that sucks, people trying layered levels with v6 mentioned it worked fine. If it doesn't then yeah, as problematic as it becomes, it makes more sense to use an actual transparent tile then. If someone wants to add some kind of way to select a transparent tile (an extra control that displays it, along with a button you can press that lets you click on any tile in the tileset to select a new one), that'd be great. Otherwise I'll do it at some point.




Fixed the annoying bugs, thanks for that. What do you mean with your addition 1? Do you mean dragging them into another level tab?
Regarding the second point, you can flood fill with the default tile by right clicking on a set of tiles, flood filling with a group of tiles is on the TODO list, but yeah, don't expect any additions soon, you might be better off using the default level editor.

Edit: Here's the link to 0.2.3
Thank you Fry, I was experiencing a few of these errors earlier today. Nice to see a fix.

I have a question(s). Since I am not able to test my levels online, I am wondering how layers work in relation to the player. If you're using a layer greater than zero, is it drawn above the player? Or are the layers only drawn above the tiles? Also if I use a blocking tile on layer zero, and an unblocking tile on layer one, can the player walk on it (or vice versa)?
__________________
Save Classic!
Reply With Quote
  #4  
Old 08-11-2010, 09:13 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
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
Quote:
Originally Posted by maximus_asinus View Post
If you're using a layer greater than zero, is it drawn above the player? Or are the layers only drawn above the tiles?
They're just drawn above other layers, the player is drawn on top of it all.


Quote:
Originally Posted by maximus_asinus View Post
Also if I use a blocking tile on layer zero, and an unblocking tile on layer one, can the player walk on it (or vice versa)?
No, all blocking tiles are considered blocking, no matter on which layer.


Quote:
Originally Posted by Crono View Post
mby i should add the latest version(s) to the op
Yes please.



By the way Fry, if you ever get around to it, could you make it so that if you already have Gonstruct open while opening a new level from the desktop or whatever, it pops up in the Gonstruct you already have up rather then opening another window? Would be super awesome to have it work like the default editor like that.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #5  
Old 08-11-2010, 05:24 PM
maximus_asinus maximus_asinus is offline
RIP DarkCloud_PK
Join Date: Oct 2001
Location: Canada
Posts: 3,746
maximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond repute
Quote:
Originally Posted by xXziroXx View Post
No, all blocking tiles are considered blocking, no matter on which layer.
Thanks for the answers, rep++

also wondering how Graal handles different tile types. You said blocking tiles always block, what about swimming tiles, no blocking tiles, sitting tiles, etc. What takes priority?
__________________
Save Classic!
Reply With Quote
  #6  
Old 08-11-2010, 06:44 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
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
Quote:
Originally Posted by maximus_asinus View Post
Thanks for the answers, rep++

also wondering how Graal handles different tile types. You said blocking tiles always block, what about swimming tiles, no blocking tiles, sitting tiles, etc. What takes priority?
I have never tried placing lava tiles on water tiles, so I can't answer that one. Would be interesting to know, I'll give it a go and edit this post.

EDIT: The "effect" on the lowest layer takes priority, other then when it comes to blocking tiles - they always block.
__________________
Follow my work on social media post-Graal:Updated august 2025.

Last edited by xXziroXx; 08-11-2010 at 07:03 PM..
Reply With Quote
  #7  
Old 08-11-2010, 08:33 PM
maximus_asinus maximus_asinus is offline
RIP DarkCloud_PK
Join Date: Oct 2001
Location: Canada
Posts: 3,746
maximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond repute
Quote:
Originally Posted by xXziroXx View Post
I have never tried placing lava tiles on water tiles, so I can't answer that one. Would be interesting to know, I'll give it a go and edit this post.

EDIT: The "effect" on the lowest layer takes priority, other then when it comes to blocking tiles - they always block.
Very interesting. If I wanted I could take water tiles and place them on layer 0, making everything swimmable? I am not sure how Graal handles transparent tiles, but I could make layer zero a swimming layer, layer one whatever, and layer two a transparent blue tile. I could then modify the swimming gani and create the illusion of swimming in semi shallow areas where the ocean floor can be seen. One could almost recreate the looks of the flooded areas in the LTTP Water Temple. I am very happy to know this.
__________________
Save Classic!
Reply With Quote
  #8  
Old 08-17-2010, 04:24 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
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
Quote:
Originally Posted by xXziroXx View Post
It's not working in v6, I've checked several times including just before posting this.
I don't know if it was changed in the latest v6 download or not, but it does indeed work in v6 right now. If I was blind before that, I apologize Fry.
__________________
Follow my work on social media post-Graal:Updated august 2025.
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 01:19 PM.


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