Jump to content
cPsychopath

Terrain Builder - MapLegend does not exists

Recommended Posts

Hello,

I'm new to Terrain Builder and i want to modify a map but it says that the Map Legend isnt there - but it is.

If i forgot something that you need i'm sorry. i would be happy if someone can help me.

 

 

Layer.cfg:

 

class Layers
{
  class kelleysisland_seabed
  {
    texture = "Michelle\KelleysIsland\data\kelleysisland_seabed_co.paa";
    material = "Michelle\KelleysIsland\data\kelleysisland_seabed.rvmat";
  };
  class kelleysisland_grass_green
  {
    texture = "Michelle\KelleysIsland\data\kelleysisland_grass_green_co.paa";
    material = "Michelle\KelleysIsland\data\kelleysisland_grass_green.rvmat";
  };
  class kelleysisland_soil
  {
    texture = "Michelle\KelleysIsland\data\kelleysisland_soil_co.paa";
    material = "Michelle\KelleysIsland\data\kelleysisland_soil.rvmat";
  };
  class kelleysisland_concrete
  {
    texture = "Michelle\KelleysIsland\data\kelleysisland_concrete_co.paa";
    material = "Michelle\KelleysIsland\data\kelleysisland_concrete.rvmat";
  };
  class kelleysisland_cr_asfalt
  {
    texture = "Michelle\KelleysIsland\data\kelleysisland_cr_asfalt_detail_co.paa";
    material = "Michelle\KelleysIsland\data\kelleysisland_cr_asfalt.rvmat";
  };
  class kelleysisland_beach
  {
    texture = "Michelle\KelleysIsland\data\kelleysisland_beach_co.paa";
    material = "Michelle\KelleysIsland\data\kelleysisland_beach.rvmat";
  };
  class kelleysisland_dry_grass
  {
    texture = "Michelle\KelleysIsland\data\kelleysisland_dry_grass_co.paa";
    material = "Michelle\KelleysIsland\data\kelleysisland_dry_grass.rvmat";
  };
  class kelleysisland_forest_pine
  {
    texture = "Michelle\KelleysIsland\data\kelleysisland_forest_pine_co.paa";
    material = "Michelle\KelleysIsland\data\kelleysisland_forest_pine.rvmat";
  };
};

class Legend
{
  picture="Michelle\KelleysIsland\source\mapLegend.png";
  class Colors
  {
    
    
  kelleysisland_soil[]={{200,100,200}};    
  kelleysisland_grass_green[]={{150,250,150}};
  kelleysisland_dry_grass[]={{250,120,1}};
  kelleysisland_forest_pine[]={{250,30,215}};
  kelleysisland_seabed[]={{0,0,150}};
  kelleysisland_cr_asfalt[]={{250,250,0}};
  kelleysisland_beach[]={{250,1,1}};
  kelleysisland_concrete[]={{50,255,255}};
  };
};

 

 

i can't insert the media so i'll put the link there:

 

 

Terrain Builder Error:

https://postimg.cc/47y1G9xX

 

MapLegend and layers.cfg

http://postimg.cc/06xtTjSN

Share this post


Link to post
Share on other sites

Start with PMC wiki ultimate terrain tutorial to learn how the basic tools work. 

Starting to work with broken and very badly made source files (Kelleys, Jackson, etc life map) will not get you anywhere. 

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

×