Outerra forum

User mods, screenshots & videos => Other => Topic started by: fly77 on June 26, 2017, 07:53:56 am

Title: no explosion sound after outerra version upgrade
Post by: fly77 on June 26, 2017, 07:53:56 am
Hi. After upgrading to anteworld 17.02.8099 sound of explosions is no longer present when firing shots outside from vehicles or aircraft or ships. Is there a way to check what is the cause of this problem ?
Title: Re: no explosion sound fater outerra version upgrade
Post by: Uriah on June 27, 2017, 02:11:11 am
I can't hear explosions when I am not in control of a vehicle, but can when I am. OT made interior/exterior sounds handled differently, so you don't hear wolves when you're in a vehicle or aircraft =D Guess not all the use cases are handled yet.

Regards,
Uriah
Title: Re: no explosion sound fater outerra version upgrade
Post by: fly77 on June 27, 2017, 03:15:40 pm
also  water wave sound when inside ships now has disappeared !  very annoying to get such serious side-effects from an"upgrade"
Title: Re: no explosion sound fater outerra version upgrade
Post by: Uriah on June 27, 2017, 07:18:50 pm
I've reported these issues. Changes are good, sometimes they break things, welcome to software development in a pre-alpha game engine.
Title: Re: no explosion sound fater outerra version upgrade
Post by: fly77 on June 28, 2017, 12:40:25 am
Thanks. I'll be patient and continue reporting any new issues.
Title: Re: no explosion sound fater outerra version upgrade
Post by: fly77 on July 10, 2017, 06:58:59 pm
I verified that with the new patch of anteworld (17.03.8141) actually when I am in a vehicle or boat the environmental sound now can be heard, only it is very low and I need to increase the sound level a lot to actually hear it. It would be nice if the attenuation level of environmental sound  inside vehicles could be controlled more easily by the menu. Playing with the sound controls now available either the outside environment sound level gets too high or the inside level is too low to hear it. Explosion sound are still missing when not in a vehicle, which is not what is expected.


I can't hear explosions when I am not in control of a vehicle, but can when I am. OT made interior/exterior sounds handled differently, so you don't hear wolves when you're in a vehicle or aircraft =D Guess not all the use cases are handled yet.

Regards,
Uriah
Title: Re: no explosion sound fater outerra version upgrade
Post by: fly77 on February 09, 2018, 02:15:52 pm
I've reported these issues. Changes are good, sometimes they break things, welcome to software development in a pre-alpha game engine.

Any solution found to this problem ? I still have no hear explosion sounds, except when inside vehicles. Before i switched to version 17.03.8141 explosion sounds could be heard when walking around in outerra. Is there a way to check what caused the problem ?
Title: Re: no explosion sound fater outerra version upgrade
Post by: cameni on February 10, 2018, 08:50:48 am
also  water wave sound when inside ships now has disappeared !  very annoying to get such serious side-effects from an"upgrade"

That's OK, by default you are in well isolated cabin. Unfortunately we didn't add a parameter that could control attenuation from vehicle script yet, it will work also dynamically.

The explosion sound was a bug in that version, as it was mistakenly marked as an interior sound emitter.
Title: Re: no explosion sound fater outerra version upgrade
Post by: fly77 on February 10, 2018, 10:58:53 am
OK so I'll patiently wait for the next version.
Title: Re: no explosion sound after outerra version upgrade
Post by: fly77 on September 10, 2018, 03:40:30 pm
With the new version explosion and environment sounds can now be heard inside the cabin, allthough strongly attenuated as is to be expected. As I am working on a bicycle model though I'd need to change this attenuation level. Is it now possible in the script to change this attenuation level somehow ?
Title: Re: no explosion sound after outerra version upgrade
Post by: cameni on September 11, 2018, 10:24:55 am
Forgot about it - adding it to the next build.
Title: Re: no explosion sound after outerra version upgrade
Post by: fly77 on May 05, 2019, 03:21:03 pm
Hi cameni. I am trying to make work in a plane script the command  this.set_interior_sound_attenuation( float ) ...part of the aircraft_physics.h...  to eliminate the default sound attenuation of external environmental sounds (as it is a plane with open cockpit), but I get error "has no method set_interior_sound_attenuation" ...same if I apply it to geom. Do I need to get an "aircraft_physics" interface first ?  What am I doing wrong or are there other ways to achieve the goal ?
Title: Re: no explosion sound after outerra version upgrade
Post by: cameni on May 12, 2019, 04:04:18 am
The vehicle_physics interface is the one bound to "this" in vehicle scripts, so it should work from the scripts ...
Title: Re: no explosion sound after outerra version upgrade
Post by: fly77 on May 12, 2019, 04:41:35 am
Does not seem to work in vehicle script either...gives error "has no method set_interior_sound_attenuation". Also by trying to get   this.$query_interface("ot::js::vehicle_physics.get") I get error...cannot find....
Maybe this is because I  am using version 17.1.0.9891  ?

Code: [Select]
function init_vehicle(){
  ...
    this.set_interior_sound_attenuation( 0.5 );
}
Title: Re: no explosion sound after outerra version upgrade
Post by: fly77 on September 15, 2019, 05:42:25 pm
even with latest version 17.10.10447 no effect