Questions et réponses de la communauté

Bienvenue sur le forum de questions et réponses d'Audiokinetic, propulsé par la communauté. C'est l'endroit où les utilisateurs de Wwise et Strata s'entraident. Pour obtenir une aide directe de notre équipe, veuillez utiliser la page « Tickets de soutien ». Pour signaler un bug, utilisez l'option Bug Report dans l'Audiokinetic Launcher. (Veuillez noter que les rapports de bug soumis au forum questions-réponses seront rejetés. L'utilisation de notre système de rapport de bug dédié garantit que votre rapport est vu par les bonnes personnes et a les meilleures chances d'être corrigé.)

Pour obtenir rapidement les meilleures réponses, suivez ces conseils lorsque vous posez une question :

  • Soyez précis : qu'essayez-vous de réaliser ou quel est le problème spécifique que vous rencontrez ?
  • Pensez à inclure les détails importants : incluez des détails tels que les versions de Wwise et du moteur de jeu, le système d'exploitation, etc.
  • Expliquez ce que vous avez essayé de faire : indiquez aux autres les mesures que vous avez déjà prises pour essayer de résoudre le problème.
  • Concentrez-vous sur les faits : décrivez les aspects techniques de votre problème. Se concentrer sur le problème aide les autres personnes à trouver rapidement une solution.

0 votes

Hi. I have been reading the documentation (help, user's guide and UE4 integration help) but haven't been able to find any documentation on when I need to generate and update banks.

I have this issue when i have intergrated a ambientsound on the level using a AKAmbientsound, a lot of the times i get an error message saying "media file not available". When i finally got it to run (dont really know what i did to fix it), all the changes that i do from that point on are not applied, for example changing the length of the specified sound. Even when i change the sound bound to the event then update and generate, i first get the "media not available" for a few tries until the engine starts playing the old sound without interacting with the authoring tool. So my question is: when do i actually need to update and generate soundbanks and which changes to sound properties require me to regenerate/do something else that i have missed? 

On a related note, when i tried to see if the sound played correctly on my co-workers station, i was not able to run the sounds at all. So my question here is: which folder structures are essential to get ingame sounds to run (in UE4) without the authoring tool.

Using Perforce for source control. Win 8.1.

Thankful for some insight into this matter!

dans General Discussion par Joel R. (210 points)

1 Réponse

0 votes
 
Meilleure réponse
Basically, the workflow I would recommend is to do your iterations with Wwise connected to UE (so that any change you make is sent immediately to the UE Editor). Once you're satisfied with your work, save your project, and generate the SoundBanks from the UE Editor. This is what will make your changes "permanent".

As for sending content to another machine, the only thing needed is the SoundBanks. They are found in YOUR_GAME/content/WwiseAudio. If the .bnk files are present on your co-worker's machine, he should be able to hear sounds.
par Benoit S. (Audiokinetic) (16.0k points)
sélectionné par Bernard R. (Audiokinetic)
Okay, that makes sense, thank you!
I managed to solve the "sounds not updating locally" issue by omitting the cache files from source control or running the authoring tool as administrator (although that made me lose the ability to drag and drop to wwise).
...