footsteps sound conflict with Plasma in 3ds max

If you feel like you're up to the challenge of building your own Ages in Blender or 3ds Max, this is the place for you!
Post Reply
lyllus
Posts: 28
Joined: Sun Sep 20, 2009 1:18 pm
MOULa KI#: 0

footsteps sound conflict with Plasma in 3ds max

Post by lyllus »

I'm working with the footsteps sounds in my Age, (with 3ds Max7) but there is something strange happening: they all work with a beautiful effect, except for one particular area where instead of hearing the sound of steps on the stone I hear the sound of the avatar swimming in the water. This swimming sound is applied on a distant plane not linked in any way with the stone sensor area. The water area surrounds the stone area. The strange thing is that I have other footsteps sound areas placed in the same setting (surrounded with a ring of water) but they don't have this kind of problem.
Can anyone help me? :( :( :shock: :shock: :o
User avatar
Jogi
Posts: 36
Joined: Sat Feb 04, 2012 6:30 pm
MOULa KI#: 16673208
Location: Germany BW

Re: footsteps sound conflict with Plasma in 3ds max

Post by Jogi »

Once I have tried out this in Blender 2.49b: Nested footstep regions.
I then gave up this again, because I became convinced personally, that you cannot predict exactly in such a case which sound is triggered.

Looking into the protocol of the PyPRP exporter, you can get the impression that the Plasma Engine doesn't test if the avatar is within a region but only if he enters or exits it.

Code: Select all

  [QuickScript - Footstep]
Resulting Code for .logic.modifiers:
- tag: Enter_Ft <----------
  flags:
    - multitrigger
  activators:
    - type: objectinvolume
  conditions:
    - type: volumesensor
      satisfied: true
     direction: enter <----
  actions:
    - type: responder
      ref: $FootSnd
- tag: Exit_Ft <------------
  flags:
    - multitrigger
  activators:
    - type: objectinvolume
  conditions:
    - type: volumesensor
      satisfied: true
      direction: exit <-----
  actions:
    - type: responder
      ref: $FootSnd
lyllus wrote: ...I have other footsteps sound areas [...] they don't have this kind of problem.
I can only guess: Maybe it is important in which order these "enters" and "exits" are detected and where to you are linked-in when you enter the Age.

That's all I can say. - No real help, sorry. :(
User avatar
Christopher
Posts: 276
Joined: Mon Jul 19, 2010 3:25 am
MOULa KI#: 0

Re: footsteps sound conflict with Plasma in 3ds max

Post by Christopher »

If the water (and swimming sound) surrounds your walking sound area, maybe you should try to use four boxes, ordered in a square for your water area, so that you don't have overlapping areas.

Christopher
lyllus
Posts: 28
Joined: Sun Sep 20, 2009 1:18 pm
MOULa KI#: 0

Re: footsteps sound conflict with Plasma in 3ds max

Post by lyllus »

Unfortunately the swimming area has a tubular section, but is a good suggestion ! thanks ! ;)
User avatar
Christopher
Posts: 276
Joined: Mon Jul 19, 2010 3:25 am
MOULa KI#: 0

Re: footsteps sound conflict with Plasma in 3ds max

Post by Christopher »

It should also be possible to make a hollow cylinder in 3ds max. But if you use one of these shapes don't forget to use "Exact" s collision ;)

Christopher
lyllus
Posts: 28
Joined: Sun Sep 20, 2009 1:18 pm
MOULa KI#: 0

Re: footsteps sound conflict with Plasma in 3ds max

Post by lyllus »

Of course, Christopher, but the problem persists, and in another situation: in the area of ​​a type of sound pitch, I hear the same sound out of this area, although, I placed another area with different sound, away from the upper area...
plasma max plugins have the possibility to create a soft sound region but it works only with background sound etc...but non for the footsteps sound... :cry: :cry: :? :shock: :shock:
lyllus
Posts: 28
Joined: Sun Sep 20, 2009 1:18 pm
MOULa KI#: 0

Re: footsteps sound conflict with Plasma in 3ds max

Post by lyllus »

solved! I have divided into four parts the "tube" which is the area of swimming, and now no longer heard in other areas of the era! thanks for the advice! :D :D
Post Reply

Return to “Building”