[assets] Water Fountains

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
germanny
Posts: 530
Joined: Sat Apr 07, 2012 10:52 pm
Location: Kiel, Germany

Re: [assets] Water Fountains

Post by germanny »

thx, but i already have a fill sound for that^^
Dungeon Master Resource Pack worker and passionated Beer drinker
User avatar
SpiderFighter
Posts: 789
Joined: Thu Apr 12, 2012 4:15 pm

Re: [assets] Water Fountains

Post by SpiderFighter »

Brilliant work as usual, Skugg! And good looking out for the community, Pandafox. Germanny, and Hustin!

If my girlfriend would allow it, that pic of the ogre on the loo would be mu desktop right now. :D
User avatar
LordGarth
Posts: 500
Joined: Mon Jun 18, 2012 5:07 pm
Location: Colorado USA

Re: [assets] Water Fountains

Post by LordGarth »

Pic of my blood fountain

http://www.flickr.com/photos/88418394@N04/

Also I want to know how you got that ogre model into that position.

hahahahah

LG
Dungeon Master and DOOM will live forever.
User avatar
Skuggasveinn
Posts: 562
Joined: Wed Sep 26, 2012 5:28 pm

Re: [assets] Water Fountains

Post by Skuggasveinn »

LordGarth wrote: Also I want to know how you got that ogre model into that position.
I just exported the Ogre model to obj and then rigged it in blender, its a prop in that scene, so its not a monster class anymore, just a "statue" of sort.
its the same thing I did with the impaled skeletons, just rigg the model, apply some IK to the rigg and then pose them.
SpoilerShow
Image
ohhh and spider, maybe your GF will approve this one
viewtopic.php?f=11&t=5105

Skuggasveinn.
Link to all my LoG 2 assets on Nexus.
Link to all my LoG 1 assets on Nexus.
Hustin
Posts: 105
Joined: Thu May 31, 2012 7:26 am

Re: [assets] Water Fountains

Post by Hustin »

I'm getting one weird thing when I use the fountains. If I put in a playSoundAt command in one of my scripts, I hear the sound in all levels at that x,y, not just on the level I want.

For example, I have this in one of my scripts on level 1:

playSoundAt("sx_stream", 1, 15, 26)
playSoundAt("sx_stream", 1, 19, 26)

Down on lower levels I also hear the water at those x,y positions. Any ideas?
Hustin
Posts: 105
Joined: Thu May 31, 2012 7:26 am

Re: [assets] Water Fountains

Post by Hustin »

Hmm. It looks like an engine issue. I found a workaround of sorts below but I'm going to forego the sounds in my dungeon for now...

viewtopic.php?f=14&t=4512
User avatar
DeDy
Posts: 132
Joined: Sun Oct 07, 2012 3:41 pm
Location: Brno, Czech Republic

Re: [assets] Water Fountains

Post by DeDy »

I have a problem with the sounds in his dung. The first floor of the starting sounds work. When descending below, the sounds will no longer work.
I took "water_fountains. dungeon_editor" and created another floor. Added two fountains and set the sound. But the sound only works where there is a starting position. Just set the start in 3. the first floor and the sounds in it begin to work.

He edited "water_fountains_DeDy. dungeon_editor" Download where it does directly in the editor. The interesting thing is that it will not be reflected in the editor, and sometimes the sound is not heard directly in the game.

http://nightfall.eddo.cz/files/water_fountains_DeDy.zip
Nightfall: First Contact – http://dedy.euweb.cz/nightfall.html
User avatar
msyblade
Posts: 792
Joined: Fri Oct 12, 2012 4:40 am
Location: New Mexico, USA
Contact:

Re: [assets] Water Fountains

Post by msyblade »

I'm using flooded dungeon in the mod i'm trying to finish up now, and to get the water sound to work with it, I'm using a hidden pad as the party approaches to start a script entity with the water sound as a function, and another pad to kill the sound when the party leaves the area. It seems to work fine for me that way. I'm just skimming through in a hurry right now, and perhaps you guys are doing it that way and still having trouble? Thought i'd share my two pence in case it helps someone.

Edit:
After going and looking at my scripts, I am not calling the playSoundAt to coordinates, but to the object i want it centered at.

ie:

Code: Select all

function sxwatre2()
playSoundAt("sx_stream", sx_flooded_static_8.level, sx_flooded_static_8.x, sx_flooded_static_8.y, 3)
end
In this example, im calling the sound to flooded static # 8 and it seems to work well. The sound is localized to the level I need it. The final ",3" is the "facing" coordinate.
Last edited by msyblade on Mon Mar 04, 2013 3:59 pm, edited 1 time in total.
Currently conspiring with many modders on the "Legends of the Northern Realms"project.

"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
User avatar
SpiderFighter
Posts: 789
Joined: Thu Apr 12, 2012 4:15 pm

Re: [assets] Water Fountains

Post by SpiderFighter »

Skuggasveinn wrote:ohhh and spider, maybe your GF will approve this one
viewtopic.php?f=11&t=5105

Skuggasveinn.
She would KILL me!!! rofl

That would freak her out. So maybe I'll wait until she #$@%es me off... :D
Post Reply