bnnm / wwiser

wwiser - Wwise .bnk explorer and audio simulator.
213 stars 13 forks source link

Event name #18

Closed alexeyglzkvgmail closed 2 years ago

alexeyglzkvgmail commented 2 years ago

Hello! How do I get the long event name from the short event name (Event ID), for example: "Play_Zomb_Egypt_Gargantuar_Mvmt_Attack_Throw"?

bnnm commented 2 years ago

If you mean how to reverse Play_Zomb_Egypt_Gargantuar_Mvmt_Attack_Throw back from 176208044 (Short ID), here is a guide: https://github.com/bnnm/wwiser-utils/blob/master/doc/NAMES.md

Event names in Wwise's editor (Play_Zomb_Egypt_Gargantuar_Mvmt_Attack_Throw) would become those numbers in the bank (176208044).

alexeyglzkvgmail commented 2 years ago

Okay, I'll try that. Thank you!