granQ 293 Posted May 5, 2010 Trying to make a new voice but without success.. does this look ok for you? Not sure if i am, if i should, overwrite something.. i had problem when i didn't use the default string.. seems weird.. class CfgPatches { class hakan_voice { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; }; }; class CfgVoice { voices[] = {"hakan_voice"}; femaleVoices[] = {}; voicePlayer = "hakan_voice"; micOuts[] = {"micOut1", "micOut2", "micOut3"}; preview = "swe\core\weather\IheardWellGetSomeRainSoon.ogg"; class hakan_voice { protocol = "hakan_protocol"; variants[] = {0.95, 1.0, 1.05}; identityTypes[] = {"default", "Head_USMC", "Head_USMC_CO", "Head_USMC_Camo", "Head_USMC_CO_Camo", "Head_Default", "Head_Special"}; directories[] = {"\hakan_voice\", "\hakan_voice\"}; }; }; i also have a protocol.. but its too long to copy and paste. It doesn't show up for me and not sure i am on the right track here.. Share this post Link to post Share on other sites