커뮤니티 Q&A

Audiokinetic의 커뮤니티 Q&A 포럼에 오신 것을 환영합니다. 이 포럼은 Wwise와 Strata 사용자들이 서로 도움을 주는 곳입니다. Audiokinetic의 직접적인 도움을 얻으려면 지원 티켓 페이지를 사용하세요. 버그를 보고하려면 Audiokinetic 런처에서 Bug Report 옵션을 사용하세요. (Q&A 포럼에 제출된 버그 보고는 거절됩니다. 전용 Bug Report 시스템을 사용하면 보고 내용이 담당자에게 정확히 전달되어 문제 해결 가능성이 크게 높아집니다.)<segment 6493>

빠르고 정확한 답변을 얻으려면 질문을 올릴 때 다음 팁을 참고하세요.

  • 구체적인 내용을 적어주세요: 무엇을 하려는지, 혹은 어떤 특정 문제에 부딪혔는지 설명하세요.
  • 핵심 정보를 포함하세요: Wwise와 게임 엔진 버전, 운영체제 등 관련 정보를 함께 제공하세요.
  • 시도한 방법들을 알려주세요: 문제 해결을 위해 이미 어떤 단계를 시도해봤는지 설명해주세요.
  • 객관적인 사실에 초점을 맞추세요: 문제의 기술적 사실을 중심으로 설명하세요. 문제에 집중할수록 다른 사람들이 더 빠르게 해결책을 찾을 수 있습니다.

0 투표

Hey

For a big game project of ours, I'm trying to move our sound over to Wwise as an expirement. We had our own system where we had a big XML file with all our sound information. The problem is that I can't find much information about the wwu files, besides the schemas. This is great to know the structure, but it doesn't really tell me how specific values are generated.

A lot of ID's have the GUID type and I understand it's some kind of HASH, but I'm not sure how it is generated. An example would be:

<Event Name="ABT_general_map_infection_spread_lp" ID="{BBAEA87F-67A6-438A-8AEE-AD7FA6904E91}">
           <ChildrenList>
                      <Action Name="Play" ID="{E1C49A0B-74B2-4346-8251-5B65D5BC44AA}" ShortID="723191257" Type="Play" Scope="One" Global="false">
                                 <ElementList>
                                            <Element ID="{CACDAB87-D39B-429C-BB3A-09E08AD38C59}" Global="false">
                                                       <ObjectRef Name="ABT_general_map_infection_spread_lp" ID="{EE4BC05D-5F3C-4131-8F43-58CF9B23318C}" WorkUnitID="{E9573D98-B492-446D-8544-6053619FA3F8}"/>
                                        </Element>
                                 </ElementList>
                      </Action>
           </ChildrenList>
</Event>

I marked in red, all the GUID types. For example for the Event node, I can imagine that that ID is generated based on hasing the event name and some other properties. However It's quite hard to guess, without having any context. How come it's so hard to find information on the specification of these files? We could port ALL our sounds manually, but that seems quite a labor intensive thing to do.

It seems that you answered the ShortID already as you told it were FNV hashes. Which makes sense, seeing the format. The red ones however, are really unclear to me. 

General Discussion Glen D. (100 포인트) 로 부터

Please sign-in or register to answer this question.

...