Hi there,
In the previous version of cryengine there used to be sounds for the vehicles and heli and the AI used to say some words during contact such as " i see you/ there you are" but these sounds doesn't exist after i downloaded cryengine 5. how to get them back ?
thanks !
Re: CryEngine 3 vs Cryengine 5... where did the vehicles and AI sounds go ?
#2We re-implemented those sounds only for the GameSDK Wwise project. As the engine boots with SDL_mixer by default you'll have to tell it to load Wwise instead. The simplest is to add this cvar to system.cfg or user.cfg.
Code: Select all
s_AudioImplName = CryAudioImplWwise
Re: CryEngine 3 vs Cryengine 5... where did the vehicles and AI sounds go ?
#3I've been looking everywhere for this answer! Thanks!
Still can't get the enemies to talk, but that's OK; the little line of code got everything else to work.
Still can't get the enemies to talk, but that's OK; the little line of code got everything else to work.