sickboy 14 Posted April 27, 2009 (edited) Heya, totally awesome SoundMod, hear nothing but good things about it! Special tnx for the ACE specific config! Just a report; at least in the ACE Config, the Class Inheritance tree is broken/modified: http://www.pastie.org/459808 The messages mean that the original classes were linked differently, and are now relinked according to the setup in the vopsound_c config. Example: Updating base class Single->Mode_SemiAuto, by vopsound_c\config.cpp/cfgWeapons/ACE_M14_sop/Single/ Means: Class Single in Class ACE_M14_sop in Class CfgWeapons, is (re)linked to Mode_SemiAuto, while originally linked to Single. Incase of fix; my gratitude! I'm available Privately incase of questions. Edited April 27, 2009 by Sickboy Share this post Link to post Share on other sites
vo.2 0 Posted April 28, 2009 Heya, totally awesome SoundMod, hear nothing but good things about it! Special tnx for the ACE specific config!Just a report; at least in the ACE Config, the Class Inheritance tree is broken/modified: http://www.pastie.org/459808 The messages mean that the original classes were linked differently, and are now relinked according to the setup in the vopsound_c config. Example: Updating base class Single->Mode_SemiAuto, by vopsound_c\config.cpp/cfgWeapons/ACE_M14_sop/Single/ Means: Class Single in Class ACE_M14_sop in Class CfgWeapons, is (re)linked to Mode_SemiAuto, while originally linked to Single. Incase of fix; my gratitude! I'm available Privately incase of questions. Hehe, I've seen those rpt messages but forgot to fix it. :) I guess replacing class Mode_SemiAuto; class Mode_Burst; class Mode_FullAuto; with class Single; class Burst; class FullAuto; would do the trick, right? Share this post Link to post Share on other sites
.kju 3245 Posted April 28, 2009 Not really. Just do what it says in the log. Example: Updating base class Single->Mode_SemiAuto, by vopsound_c\config.cpp/cfgWeapons/ACE_M14_sop/Single/ Yours: class cfgWeapons { ... class ACE_M14_sop: ... { ... class Single: Mode_SemiAuto To class cfgWeapons { ... class ACE_M14_sop: ... { ... class Single: Single :bounce3: Share this post Link to post Share on other sites
maxter 10 Posted May 13, 2009 This might be a stupid question, but when using 1.19 with ACE (and the ACE config of course), do I still want to comment out the "override default sounds" line in dta/ACE/ace_clientside_config.hpp ? Share this post Link to post Share on other sites
m1n1d0u 29 Posted May 13, 2009 hey nice sound mod , but i've just a feedback for you ... the Uh-60 sound is very bad sorry Share this post Link to post Share on other sites
vo.2 0 Posted May 13, 2009 This might be a stupid question, but when using 1.19 with ACE (and the ACE config of course), do I still want to comment out the "override default sounds" line in dta/ACE/ace_clientside_config.hpp ? Nope. Share this post Link to post Share on other sites
sparks50 0 Posted May 29, 2009 (edited) The latest ACE versions are replacing many of the vopsounds with whimpy sounds I dont like, will a next version deal with this? Edited June 2, 2009 by sparks50 Share this post Link to post Share on other sites
maxter 10 Posted June 14, 2009 I don't know if it's been mentioned, but using ACE 1.09 and Vop 1.19 (with ACE config), I cannot use the GL on the following weapons. M16A2 M203 M16A4 M203 M16A4 ACOG M203 Share this post Link to post Share on other sites