Jump to content

Recommended Posts

It states

 

No entry "mpMissions\...cur_mp.Altis\description.exct/VAS_Diag/Controls/Filter1.colorDisabled

 

The answer is in the fault.

 

There is no entry (E.G. it is missing) from whatever mission you were running

Specifically it is the 

 

VAS\menu.hpp

Class VAS_Diag

Class controls

Sub Class Filter1

 

You need to define a ColorDisabled attribute there

 

and here is an example

colorDisabled[] = {1,1,1,0.3};

Share this post


Link to post
Share on other sites

It states

 

No entry "mpMissions\...cur_mp.Altis\description.exct/VAS_Diag/Controls/Filter1.colorDisabled

 

The answer is in the fault.

 

There is no entry (E.G. it is missing) from whatever mission you were running

Specifically it is the 

 

VAS\menu.hpp

Class VAS_Diag

Class controls

Sub Class Filter1

 

You need to define a ColorDisabled attribute there

 

and here is an example

colorDisabled[] = {1,1,1,0.3};

 

Thanks for the quick reply!  I'm pretty lost with modifying the code... I opened the file okay enough in a notepad document... where should I put that exactly?  Any other specific characters and spacing?

​

Thank you again!!!​

 

Share this post


Link to post
Share on other sites

I updated VAS to fix a few errors like that awile ago. Current version is 2.91. Armaholic has it. Maybe you are using older version? Version 2.91 works with latest arma v1.54 without the error, for me.

Share this post


Link to post
Share on other sites

I updated VAS to fix a few errors like that awile ago. Current version is 2.91. Armaholic has it. Maybe you are using older version? Version 2.91 works with latest arma v1.54 without the error, for me.

 

Edited -- figured it out!  Thanks so much m0nkey!!!

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

×