社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

0 投票
Hi community!

I'm currently finishing the 101 course so as you can imagine I'm absolutely new to all things WWise. Practicing with the Cube build I tried to add personal sounds to objects like the armor or the health kit. I went through the process of capturing the game events through the Profiler but the message I get when running over those items is simply "Event ID not found". As far as I could read around the only way to know a game event's name is asking the programmer or looking inside the code. Basically you must know exactly how the event is called to associate a sound or action to it. Is that so?

To sum up, my question would be: is it currently possible to know a Game Event name using only WWise?

Thanks a lot!
分类:Feature Requests | 用户: Bruno B. (160 分)

1个回答

0 投票
"Event ID not found" usually means Wwise has had an event name called via the game engine, but cannot find the named event in Wwise.

A few things to do when errors arise:

For the content you modified, did you modify the name of the sound event associated with the hierarchy of your new audio asset content?

Try running a Wwise integrity report, this may highlight an error associated with the content
(A bit of help can be found here: https://www.youtube.com/watch?v=cO4TOnvNk_0&t=)

Have you checked the Sound Banks to see if the events are listed?
e.g. Event UI Pickup names related to content you mentioned:
ItemHealth100
ItemArmour100
ItemHealth200
ItemArmour150

Also, not sure if you have done this or not, always double check you have Generated your sound banks after any updates you may add.

The sound bank generation may complete but with errors if certain data is incorrect.

Hope the above helps diagnose the error with more details to aid progression.
用户: Graham S. (650 分)
...