Looking for feedback... (tiles discussion)


If you are interested in helping with tiles, vaults, patches or documentation, this is the place for that.

Vestibule Violator

Posts: 1567

Joined: Friday, 21st January 2011, 22:56

Post Sunday, 2nd September 2012, 17:25

Re: Looking for feedback... (tiles discussion)

Sunny underground beaches. <3
User avatar

Dungeon Master

Posts: 4031

Joined: Thursday, 16th December 2010, 20:37

Location: France

Post Sunday, 2nd September 2012, 18:05

Re: Looking for feedback... (tiles discussion)

Back then, the tiles for the main dungeon were different and much brighter.
<+Grunt> You dereference an invalid pointer! Ouch! That really hurt! The game dies...
User avatar

Pandemonium Purger

Posts: 1337

Joined: Saturday, 7th July 2012, 02:28

Location: Limbo

Post Sunday, 2nd September 2012, 19:19

Re: Looking for feedback...

dd wrote:The walls are way too similar colour to the floors. There needs to be contrast between the walls and floors to make it easy to navigate.

I don't know about how you see it, but there's plenty of contrast between the floors and the walls as I see it. (And it's very pleasing to look at, too.)

As for shoals, the main eye-killer there is the water, which was fortunately dimmed down a bit in the latest versions. (Oh dear is it bad pre-0.11)
Great job.
take it easy
  Code:
!lg * won !DD-- min=turns -log
<Sequell> 20749. Bloax, XL24 VSTm, T:13320: http://crawl.lantea.net/crawl/morgue/Bloax/morgue-Bloax-20140907-000920.txt

Did you know that I like ruining crawl every now and then? Go check it out.
User avatar

Spider Stomper

Posts: 246

Joined: Thursday, 19th July 2012, 11:07

Post Sunday, 2nd September 2012, 19:28

Re: Looking for feedback... (tiles discussion)

Here is even smoother variant of water: https://crawl.develz.org/mantis/view.php?id=6074

Dungeon Master

Posts: 1531

Joined: Saturday, 5th March 2011, 06:29

Post Monday, 3rd September 2012, 12:31

Re: Looking for feedback... (tiles discussion)

It's really nice to see some improvements to water, I think it has been needed for a while. In particular the Shoals water makes my eyes, uh, water. It's a shame because the principle of degridding and having the water overlap the land tiles is great. I think I remember reading a discussion that happened when those tiles were first committed - the developer put them together pretty quickly by taking that small shape (blue with a white outline) and copy/pasting/rotating it several times. It was probably only intended to test out the system with the hope of a tile artist coming along and drawing some much nicer ones :) (much like my spiderweb tiles which are still in the game but I'm no artist and I'd love to see them replaced!)

So I think Shoals needs something more drastic than just colour filters (although that is a clear improvement).

However something bugs me about water in the dungeon at large. It looks very strange when there's a single tile of water, lava etc. All these pools of water somehow manage to collect in very neat squares. We could either have something like the Shoals system in effect everywhere, or use something more like the spiderwebs, so a single tile of water would appear as a roundish pool, then if multiple tiles are next to each other we use versions that connect with each other so the water forms a larger mass. This is probably easier to implement than Shoals-like overlapping.
User avatar

Spider Stomper

Posts: 246

Joined: Thursday, 19th July 2012, 11:07

Post Monday, 3rd September 2012, 16:09

Re: Looking for feedback... (tiles discussion)

Some water cuts in attachment.
Feedback from coders would be helpful.
How hard it can be to implement something like that for dungeons?
Attachments
water_cuts.png
water_cuts.png (128.96 KiB) Viewed 4893 times

For this message the author white_noise has received thanks:
mumra

Dungeon Master

Posts: 125

Joined: Sunday, 8th May 2011, 21:54

Post Monday, 3rd September 2012, 19:55

Re: Looking for feedback... (tiles discussion)

This certainly looks great.

  • I'll have to think about how viable this is to implement; but it'll probably get pretty messy. Even if it's possible to implement, expect it to be a long while until that happens.
  • It's important that it's still clearly visible which cells are water and which are land. (I think that's fine in your example; just a reminder.)
  • How will it look next to walls?
  • Changing dungeon generation is not an option, sorry. Also, I don't agree that never having deep water next to floor is more logical; often, the deep water is part of a structure, so it could have been intentionally put there.
  • Related to this: In some vaults, having the water look like a natural lake might not be intended. If we implement this, it might be good to also keep the old, griddy water.
  • Something like this would actually also be cool to have for some other tiles; grass for example looks pretty bad when it's used in vaults at the moment.
User avatar

Spider Stomper

Posts: 246

Joined: Thursday, 19th July 2012, 11:07

Post Monday, 3rd September 2012, 21:44

Re: Looking for feedback... (tiles discussion)

edlothiol wrote:[*] How will it look next to walls?

If you put water tile after the floor and wall tile after the water everything should be fine. The wall will "cut off" some water resulting the straight edge, but it's ok for walls to form this sort of barriers.
edlothiol wrote:[*] Changing dungeon generation is not an option, sorry. Also, I don't agree that never having deep water next to floor is more logical; often, the deep water is part of a structure, so it could have been intentionally put there.

I thought so. And you are probably right about the deep water.
edlothiol wrote:[*] Related to this: In some vaults, having the water look like a natural lake might not be intended. If we implement this, it might be good to also keep the old, griddy water.

If the whole feature will be implemented it would be very easy to make an additional water set with straighter coast lines. Or with some stone borders around it.
edlothiol wrote:[*] Something like this would actually also be cool to have for some other tiles; grass for example looks pretty bad when it's used in vaults at the moment.[/list]

I can think of grass, sand, dirt and snow. It seems reasonable. Tell me if missed something.
User avatar

Crypt Cleanser

Posts: 645

Joined: Wednesday, 14th September 2011, 09:36

Location: <---

Post Tuesday, 11th September 2012, 10:10

Re: Looking for feedback... (tiles discussion)

[*] I'll have to think about how viable this is to implement; but it'll probably get pretty messy. Even if it's possible to implement, expect it to be a long while until that happens.

In all case it will take moar CPU/RAM, it should be an option because I can think of some computer that actually lag on Crawl.
[*] It's important that it's still clearly visible which cells are water and which are land. (I think that's fine in your example; just a reminder.)

The "border effect" shouldn't be more than 20% of a tiles, it's already good in that aspect.
[*] How will it look next to walls?

For the effect to be applied, the game will have to look if the water need sharp (for vault and some location maybe) or soft edges, then look at the adjacent tiles of soft edged water and decide wetter or not add the effect (if wall, shop... not, otherwise yes). If yes, then map the adjacent water tiles, adding a number to the "softtilevalue" for every adjacent water tiles.
  Code:
(+1 )(+2 )(+4 )
(+8 )(AWT)(+16)
(+32)(+64)(+128)
AWT = adjacent of a water tile
+X = value to add according to the position of the water tile(s)

With this way you have a unique number of water edge than can be add as an overlay over any dongeon tile.
Pro: No edge artifact
Can include different type of edge.
Cons: Not the most CPU efficient
Need of a tile overlay for every possible combination (but lot may be achieved by rotation).
[*] Changing dungeon generation is not an option, sorry. Also, I don't agree that never having deep water next to floor is more logical; often, the deep water is part of a structure, so it could have been intentionally put there.

+1
[*] Related to this: In some vaults, having the water look like a natural lake might not be intended. If we implement this, it might be good to also keep the old, griddy water.

That would mean we need another value for water tile, edgable or not.
[*] Something like this would actually also be cool to have for some other tiles; grass for example looks pretty bad when it's used in vaults at the moment.

The problem with grass (and snow, dirt...) is that they are often used in special cases (vault) but can also be used as ground tile on a whole level. A distinction should be made, to avoid having to calculate edges everywhere.

For more insight, look at the code/thoughts of another project, goblin camp
User avatar

Spider Stomper

Posts: 246

Joined: Thursday, 19th July 2012, 11:07

Post Thursday, 13th September 2012, 09:03

Re: Looking for feedback... (tiles discussion)

I've made another candidate for a loading screen.
I like to think that this is the same dude that entered the dungeon on my previous picture.
And it's my way to celebrate the first win.
Attachments
Grabbing_the_Orb.png
Grabbing_the_Orb.png (105.92 KiB) Viewed 4758 times

For this message the author white_noise has received thanks:
Bloax

Ziggurat Zagger

Posts: 3163

Joined: Friday, 6th January 2012, 18:45

Post Thursday, 13th September 2012, 13:06

Re: Looking for feedback... (tiles discussion)

Nice! I like that a lot.

Ziggurat Zagger

Posts: 6393

Joined: Friday, 17th December 2010, 18:17

Post Thursday, 13th September 2012, 17:47

Re: Looking for feedback... (tiles discussion)

That is excellent.
User avatar

Pandemonium Purger

Posts: 1337

Joined: Saturday, 7th July 2012, 02:28

Location: Limbo

Post Monday, 17th September 2012, 11:07

Re: Looking for feedback... (tiles discussion)

That is some badass art, whoah.

Though perhaps there could be some kind of flashback-ish thingy to the previous image, hm.
take it easy
  Code:
!lg * won !DD-- min=turns -log
<Sequell> 20749. Bloax, XL24 VSTm, T:13320: http://crawl.lantea.net/crawl/morgue/Bloax/morgue-Bloax-20140907-000920.txt

Did you know that I like ruining crawl every now and then? Go check it out.
User avatar

Dungeon Master

Posts: 4031

Joined: Thursday, 16th December 2010, 20:37

Location: France

Post Monday, 17th September 2012, 11:40

Re: Looking for feedback... (tiles discussion)

white_noise wrote:I've made another candidate for a loading screen.
I like to think that this is the same dude that entered the dungeon on my previous picture.
And it's my way to celebrate the first win.

It's in, thanks. And congrats on your first win!
<+Grunt> You dereference an invalid pointer! Ouch! That really hurt! The game dies...
User avatar

Spider Stomper

Posts: 246

Joined: Thursday, 19th July 2012, 11:07

Post Monday, 17th September 2012, 11:52

Re: Looking for feedback... (tiles discussion)

Thanks )
User avatar

Pandemonium Purger

Posts: 1337

Joined: Saturday, 7th July 2012, 02:28

Location: Limbo

Post Monday, 17th September 2012, 13:12

Re: Looking for feedback... (tiles discussion)

Image
Hm.. Dunno, really.

The original has much more of the "Lone hero at the end of his quest, in the midst of darkness" theme to it, while what I can tell myself from this edit has more of a "This is it" vibe.
take it easy
  Code:
!lg * won !DD-- min=turns -log
<Sequell> 20749. Bloax, XL24 VSTm, T:13320: http://crawl.lantea.net/crawl/morgue/Bloax/morgue-Bloax-20140907-000920.txt

Did you know that I like ruining crawl every now and then? Go check it out.
User avatar

Blades Runner

Posts: 536

Joined: Wednesday, 10th August 2011, 01:06

Post Tuesday, 18th September 2012, 02:56

Re: Looking for feedback... (tiles discussion)

I like your brighter orb better then White's, but otherwise I'm liking the original a bit more :)
Previous

Return to Contributions

Who is online

Users browsing this forum: No registered users and 27 guests

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.