Jump to content
Sign in to follow this  
Leopard20

Getting error "No Entry 'MPMISSIONS \ __ CUR_MP.STRATIS \ DESCRIPTION.EXT / RscTitle / DefaultMenu / Map.LineMarker'"

Recommended Posts

I was trying to play the AAS Map Pack (http://www.armaholic.com/page.php?id=20228) When I got this error:

No Entry 'MPMISSIONS \ __ CUR_MP.STRATIS \ DESCRIPTION.EXT / RscTitles / DefaultMenu / Map.LineMarker'

Apparently, this error is due to some changes made since v1.60.

I have tried to edit the mission(by extracting the PBO) but don't know what I should add, and where. When I googled the error, something similar turned up: (use google translate if you don't understand)

http://native-network.net/forum/thread/1851-fix-no-entry-mpmissions-cur-mp-altis-description-ext-life-spawn-selection-contro/?thread/1851-fix-no-entry-mpmissions-cur-mp-altis-description-ext-life-spawn-selection-contro/

So I think the fix should be similar. Can someone help me out please?

 

Share this post


Link to post
Share on other sites

class Map in class DefaultMenu is missing

 

class LineMarker
{
    lineWidthThin = 0.008;
    lineWidthThick = 0.014;
    lineDistanceMin = 3e-005;
    lineLengthMin = 5;
};

 

Share this post


Link to post
Share on other sites
7 minutes ago, killzone_kid said:

class Map in class DefaultMenu is missing

 


class LineMarker
{
    lineWidthThin = 0.008;
    lineWidthThick = 0.014;
    lineDistanceMin = 3e-005;
    lineLengthMin = 5;
};

 

Where can I find it?

Share this post


Link to post
Share on other sites
1 minute ago, Leopard20 said:

Where can I find it?

 

53 minutes ago, Leopard20 said:

No Entry 'MPMISSIONS \ __ CUR_MP.STRATIS \ DESCRIPTION.EXT / RscTitles / Def

 

Share this post


Link to post
Share on other sites

Thanks. The error is gone. But I still can't see the map (the spawn menu). Do you know what could be the problem?

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  

×