menu
 

La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

0 votes
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!
dans Feature Requests par Bruno B. (160 points)

1 Réponse

0 votes
"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.
par Graham S. (650 points)
...