TheOneGoofAli
Retro Windows Enjoyer
TheOneGoofAli submitted a new resource:
Character Voice Library - Access skin-specific sounds with ease.
Read more about this resource...
Example script down here, oop.
Character Voice Library - Access skin-specific sounds with ease.
This script eases access to sounds that are used by each individual character currently loaded.
- Store a sound as a local for use later.
- Example: storing Sonic's gloat.
local songloat = CharVoiceLib.GetSkinSFX(skins["sonic"], "gloat")
- Get a table of the character's sounds.
- Includes recreations of
K_PlayAttackTaunt
andK_PlayBoostTaunt
, as well as a version for the hurt sounds too, with...
Read more about this resource...
Post automatically merged:
Example script down here, oop.