Giter Site home page Giter Site logo

I now modify the weapon sound of the aircraft into the game. There is no sound when firing. Is the weapon sound file too old? about fmod_studio_warthunder_for_modders HOT 14 CLOSED

gaijinentertainment avatar gaijinentertainment commented on August 20, 2024
I now modify the weapon sound of the aircraft into the game. There is no sound when firing. Is the weapon sound file too old?

from fmod_studio_warthunder_for_modders.

Comments (14)

Uchuujin01 avatar Uchuujin01 commented on August 20, 2024

Hello! What sound exactly you trying to modify?

from fmod_studio_warthunder_for_modders.

wzyc123456 avatar wzyc123456 commented on August 20, 2024

你好!您到底想修改什么声音?

I want to change air guns

from fmod_studio_warthunder_for_modders.

wzyc123456 avatar wzyc123456 commented on August 20, 2024

你好!您到底想修改什么声音?

After the modification, all the planes, including the helicopter, are silent

from fmod_studio_warthunder_for_modders.

Uchuujin01 avatar Uchuujin01 commented on August 20, 2024

你好!您到底想修改什么声音?

I want to change air guns

What exactly gun? Are you sure your events added to sound banks? Does your sound events sounds in fmod studio?

from fmod_studio_warthunder_for_modders.

wzyc123456 avatar wzyc123456 commented on August 20, 2024

你好!您到底想修改什么声音?

我想换气枪

究竟是什么枪?您确定将事件添加到声音库中吗?您的声音事件会在fmod studio中听起来吗?

It's the aircraft weapon. I put it in the mod folder created by sound and changed the Notepad, but when I entered the game, the aircraft shot without any sound

from fmod_studio_warthunder_for_modders.

Uchuujin01 avatar Uchuujin01 commented on August 20, 2024

It's the aircraft weapon. I put it in the mod folder created by sound and changed the Notepad, but when I entered the game, the aircraft shot without any sound

I'm already understood that it's an aircraft weapon. You mentioned it in the very first message ) What exactly weapon do you try to modify (sound event name)? Does it sounds in fmod studio? What version of fmod studio do you use? What exactly do you put in sound/mod folder?

from fmod_studio_warthunder_for_modders.

wzyc123456 avatar wzyc123456 commented on August 20, 2024

这是飞机武器。我将其放在声音创建的mod文件夹中,并更改了记事本,但是当我进入游戏时,飞机射击时没有任何声音

我已经知道这是飞机武器。您在第一条消息中提到了它)您到底尝试修改什么武器(声音事件名称)?在fmod studio中听起来吗?您使用什么版本的fmod studio?您究竟在sound / mod文件夹中放了什么?

I used 1.10.17 version of studio, Put in the webons file package downloaded here, and modify it according to the tutorial. I tried to modify mg151 and mg131. After the modification, I put them into the mod folder created by sound. Then I opened the game for testing and found that there was no sound when the aircraft fired, not only the two I modified, but also all the air weapons, fixed wing aircraft and helicopter weapons fired without sound

from fmod_studio_warthunder_for_modders.

Uchuujin01 avatar Uchuujin01 commented on August 20, 2024

这是飞机武器。我将其放在声音创建的mod文件夹中,并更改了记事本,但是当我进入游戏时,飞机射击时没有任何声音

我已经知道这是飞机武器。您在第一条消息中提到了它)您到底尝试修改什么武器(声音事件名称)?在fmod studio中听起来吗?您使用什么版本的fmod studio?您究竟在sound / mod文件夹中放了什么?

I used 1.10.17 version of studio, Put in the webons file package downloaded here, and modify it according to the tutorial. I tried to modify mg151 and mg131. After the modification, I put them into the mod folder created by sound. Then I opened the game for testing and found that there was no sound when the aircraft fired, not only the two I modified, but also all the air weapons, fixed wing aircraft and helicopter weapons fired without sound

Try to remove masterbank.bank and masterbank.strings.bank from your sound/mod/ folder. It is your custom fmod mixer settings, so if you remove it, the game will load this settings from sound/ folder. I assume the support of this mechanism is broken somehow. We'll check it and will release fix soon, if it will be necessary.

Please write here, if this will help or not.

from fmod_studio_warthunder_for_modders.

Uchuujin01 avatar Uchuujin01 commented on August 20, 2024

Update, I just checked masterbank.bank and masterbank.strings.bank - it works well, so, hardly this is the cause of your issue.

from fmod_studio_warthunder_for_modders.

Uchuujin01 avatar Uchuujin01 commented on August 20, 2024

Hello! We found that something works wrong in mod sound banks loading. I hope today we'll find out what's wrong, and will fix it asap.

from fmod_studio_warthunder_for_modders.

Uchuujin01 avatar Uchuujin01 commented on August 20, 2024

The problem in outdated version of this project. Some events now have different GUIDs. We loading events by GUID, not by string names. So, that's why some sounds not found. We can fix this problem for you only with actualisation of this project repo. I'll do this asap! The problem is - we just moved on new Fmod Studio version - 2.00.09 (on develop version of client), so it pointless, to publish this project in 1.10.17 version. But now on production version still 1.10.17.

from fmod_studio_warthunder_for_modders.

Uchuujin01 avatar Uchuujin01 commented on August 20, 2024

You can work with mods, but, without .masterbanks in sound/mod. That's means - without your custom mixer settings.

from fmod_studio_warthunder_for_modders.

wzyc123456 avatar wzyc123456 commented on August 20, 2024

您可以使用mod,但不能在声音/ mod中使用.masterbanks。这意味着-没有您自定义的混音器设置。

您可以使用mod,但不能在声音/ mod中使用.masterbanks。这意味着-没有您自定义的混音器设置。

Can 1.10.17 studio still be used?

from fmod_studio_warthunder_for_modders.

Uchuujin01 avatar Uchuujin01 commented on August 20, 2024

您可以使用mod,但不能在声音/ mod中使用.masterbanks。这意味着-没有您自定义的混音器设置。

您可以使用mod,但不能在声音/ mod中使用.masterbanks。这意味着-没有您自定义的混音器设置。

Can 1.10.17 studio still be used?

After the transition to 2.00.09? No, sound form 1.10.17 will be banks incompatible. But now on production still 1.10.17.

from fmod_studio_warthunder_for_modders.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.