Benh950 0 Posted May 4, 2020 I'm trying my hand at making a map and I get this error when I go to generate layers. Here is my config file: class Layers { class ben_yellow_sand { texture = ""; material = "ben\egypt\data\ben_yellow_sand.rvmat; }; class ben_yellow_sand2 { texture = ""; material = "ben\egypt\data\ben_yellow_sand2.rvmat; }; class ben_rock { texture = ""; material = "ben\egypt\data\ben_rock.rvmat; }; class ben_rock2 { texture = ""; material = "ben\egypt\data\ben_rock2.rvmat; }; }; class Legend { picture = "ben\egypt\source\maplegend.png"; class Colors { ben_yellow_sand[]={{ 236, 230, 149 }}; ben_yellow_sand2[]={{ 226, 207, 129 }}; ben_rock[]={{ 181, 158, 111 }}; ben_rock2[]={{ 196, 177, 121 }}; }; }; Share this post Link to post Share on other sites
RoF 240 Posted May 4, 2020 Make sure you setup P drive correct https://pmc.editing.wiki/doku.php?id=arma3:tools:setup-p-drive Also check the rvmat paths don't have P:\ in them Share this post Link to post Share on other sites