在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票
Hello,

Simple question (I think): Where is the default path of Wwise_IDs.h ?
I modified the path it and I can't find where to put it. I think it causes me little problems ...

Besides, little bonus question: What is this file used for ?

Have a good day
Théophile Demarcq
分类:General Discussion | 用户: Théophile Demarcq (1.9k 分)

2 个回答

0 投票

Hey Théophile, 

You specify the path to the Wwise_ID's in the SoundBank Settings > Header file path: 
If you cannot find it there, maybe you're overriding the Project SoundBank Settings in the SoundBank Manager? 

The Wwise_IDs contains all the required IDs needed in the game. In case you ever need to find out what ID refers to what Event, State and so on, opening that up and searching for the ID is a pretty quick way to get that info. 

Let me know if you find it.

用户: Mads Maretty S. (Audiokinetic) (40.2k 分)
OK thanks for your answer.
But in fact, my question was: Where is the default Wwise_IDs.h supposed to be located in the Wwise project tree. I had to make an error while modifying the access path and now I do not know where to deposit this file.

Thank you
+1 投票
 
已采纳
Hi Theophile,

The Default,  header file path is the GeneratedSoundBanks folder of your project.

It is only generated  if you have,  Generate header file,   ticked in the Soundbank Settings.

There is no reason to ever modify this file manually, just regenerate your file banks and if it it not there it will be regenerated.

I hope this answers your question.
用户: Simon P. (590 分)
采纳于 用户:Théophile Demarcq
Hello,

Thank you so much !

I had found the answer simply by creating a new project and looking where it should be placed by default ...
I probably had to change it while trying to correct problems ...
...