[Source] Flooded Dungeon

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
Skuggasveinn
Posts: 561
Joined: Wed Sep 26, 2012 5:28 pm

[Source] Flooded Dungeon

Post by Skuggasveinn »

Hi just wanted to but this into its own thread, since this is a "release" of short.

After reading AmiDARK's thread on partially flooded dungeon (viewtopic.php?f=14&t=4369) I started to think about water (again) since thats something I need for the forest tileset, the end result is here, you can grap the source files on Nexus.
http://grimrock.nexusmods.com/mods/119

you should check this out in action on YouTube
http://www.youtube.com/watch?v=CRZ-TP1J ... e=youtu.be
SpoilerShow
Image
SpoilerShow
Image
SpoilerShow
Image
and as always, feel free to use this in your mods, use the sounds and breakable walls also as you see fit.

Skuggasveinn.
Link to all my LoG 2 assets on Nexus.
Link to all my LoG 1 assets on Nexus.
User avatar
LordYig
Posts: 175
Joined: Wed Jul 04, 2012 5:45 pm

Re: [Source] Flooded Dungeon

Post by LordYig »

Terrific and nicely done !

Maybe it could be improved a bit...
But it is totally usable as it is !
Great !
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: [Source] Flooded Dungeon

Post by Neikun »

Fantastic!
Thank you so much, Skugg!
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
  • Message me to join in!
User avatar
Skuggasveinn
Posts: 561
Joined: Wed Sep 26, 2012 5:28 pm

Re: [Source] Flooded Dungeon

Post by Skuggasveinn »

LordYig wrote:Maybe it could be improved a bit..
most definitely it can be improved, this was more of a proof of concept thing.
From the top of my head I think that we can improve this with on party move hooks that will play "splashing" sound as you walk through the water.
We can also make invisible pressure plate under the waterfall that will display effects like the party (camera) is getting wet.
The water plane can be excluded from the effect and made into a "door" so that it can be triggered to rise or drain out.

just have in mind that particles can be costly on performance.

Skuggasveinn.
Link to all my LoG 2 assets on Nexus.
Link to all my LoG 1 assets on Nexus.
flatline

Re: [Source] Flooded Dungeon

Post by flatline »

How did you do the "solid water"? Is it a particle effect? I tried several variants earlier but I couldn't get it right.
AmiDARK
Posts: 55
Joined: Thu Apr 19, 2012 6:07 pm
Location: Aix en Provence, France
Contact:

Re: [Source] Flooded Dungeon

Post by AmiDARK »

Skuggasveinn, you're great :)

I'm not really a coder ... so I may not be able to achieve the idea, that's why I posted hoping for someone skilled (like you) to do it.
Thank you for your water system :)

Regards,
User avatar
Skuggasveinn
Posts: 561
Joined: Wed Sep 26, 2012 5:28 pm

Re: [Source] Flooded Dungeon

Post by Skuggasveinn »

flatline wrote:How did you do the "solid water"? Is it a particle effect? I tried several variants earlier but I couldn't get it right.
The "water plane" is a model, its not particle. The model is just a flat plane the size of a floor squere with texture applied to it, the trick is on the alpha channel of the material (if you load the model into GMT you can't even see it). It has an interpolated alpha channel, you can check the normal map of the texture in photoshop or gimp to see whats going on, unlike 1bit alpha where you have transparency or not, interpolated alpha gives you the ability to make things semi transparent.

I have even more ideas for the use of this water.
If you load the sx_flooded.model into GMT and lower it under the floor plane and save it out as an sx_flooded_stairs.model you can create an object that makes the stairs seem flooded. (just remember to give out a new particle effect where you have lowered the particles also)
Image
you can then use an invisible blokker to prevent the party to go down, have a puzzle that you need to solve in order to "drain" the floor below, then you destroy the blokker and the water making is seem that lower level has been drained of water.

you can also reskin the walls and tune up the specular map so that the walls seem to be all wet, blur out the moss so it gives of the illusion that the whole area was just under water a minute ago
Image
That way you don't have to have the level with knee deep water all over the place and save up a ton of CPU since there are no particles flying around, and you will not break the immersion of the player.

Skuggasveinn.
Link to all my LoG 2 assets on Nexus.
Link to all my LoG 1 assets on Nexus.
flatline

Re: [Source] Flooded Dungeon

Post by flatline »

Can any kind of shader be applied to the water surface? (Distorting the view of the floor)
Last edited by flatline on Mon Nov 26, 2012 1:22 am, edited 1 time in total.
User avatar
Soaponarope
Posts: 180
Joined: Thu Oct 04, 2012 3:21 am

Re: [Source] Flooded Dungeon

Post by Soaponarope »

Excellent stuff as always Skugga!
User avatar
Skuggasveinn
Posts: 561
Joined: Wed Sep 26, 2012 5:28 pm

Re: [Source] Flooded Dungeon

Post by Skuggasveinn »

flatline wrote:Can any kind of shader be applied to the water surface? (Distorting the view of the floor)
Shaders seem to be hardcoded with materials, some materials (like the healing crystal) will have shaders no matter what you apply it on, but we don't seem to have the ability to sign shaders to our own materials :( (in the very least, I haven't figured it out)

Skuggasveinn.
Link to all my LoG 2 assets on Nexus.
Link to all my LoG 1 assets on Nexus.
Post Reply