RM Snipe 0 Posted November 14, 2008 Grafted a M134 onto a vehicle ported from OFP but has annoying error on a dedi server. Wont allow old missions to load not containing this vehicle & shows " missing downloadable content" error on booting back to create game screen. My Arma.rpt has following line concerning this bug, Addon RMS_tgb (entry M134) not found in the list of active addons. What causes this error to be shown ? I was thinking maybe its dependant on bis pbo's & needs something in "Required Addons [] = " ? Cheers... Share this post Link to post Share on other sites
.kju 3245 Posted November 14, 2008 your addons config.cpp class CfgPatches { class RMS_tgb { units[] = {"M134"}; // add all NEW cfgVehicles classes weapons[] = {}; // add all NEW cfgWeapons classes requiredVersion = 0.1; requiredAddons[] = {"..."}; // add cfgPatches class your addon is based on, like CATracked }; }; Share this post Link to post Share on other sites
RM Snipe 0 Posted November 16, 2008 Thx Q. Â Will give it a try & post result. Share this post Link to post Share on other sites
william1 0 Posted November 27, 2008 i have many mesages like that too on the rpt produced by different addons , i tried the solution provided by Q but it doesn't seem to work , the messages are still there Share this post Link to post Share on other sites
.kju 3245 Posted November 27, 2008 it should. can you post your config please? however this message is not harmful Share this post Link to post Share on other sites
RM Snipe 0 Posted November 27, 2008 Havent had alot of time to test properly but seems to have fixed my problems so far. Â Â Cheers Q.. @william1. Post error message for Share this post Link to post Share on other sites
william1 0 Posted November 27, 2008 well, since Q says it is not harmful i suppose i can live with it but thanks for the help  Share this post Link to post Share on other sites