Jump to content

cPsychopath

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Everything posted by cPsychopath

  1. 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
×