Jump to content
Sign in to follow this  
RM Snipe

(Entry M134)

Recommended Posts

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

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

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

it should. can you post your config please?

however this message is not harmful

Share this post


Link to post
Share on other sites

Havent had alot of time to test properly but seems to have fixed my problems so far.  yay.gif  

Cheers Q..

@william1. Post error message for help.gif

Share this post


Link to post
Share on other sites

well, since Q says it is not harmful i suppose i can live with it but thanks for the help  smile_o.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×