MrBohannon_ 403 Posted April 23, 2017 Ok, so in bulldozer my roads are the ones that I picked but when I pack the file into a PBO arma uses some kind weird road that I didn't pick in the roadslib Roadslib.cfg Spoiler // 1 = Town Road // 1 = Path class RoadTypesLibrary { class Road0001 { width = 10; mainStrTex = "a3\roads_f\roads_ae\data\surf_roaddirt_road_ca.paa"; // lowercase! mainTerTex = "a3\roads_f\roads_ae\data\surf_roaddirt_road_end_ca.paa"; mainMat = "a3\roads_f\roads_ae\data\surf_roaddirt_road.rvmat"; map = "Path"; AIpathOffset = 0; }; class Road0002 { width = 3; mainStrTex = "a3\roads_f\roads_ae\data\surf_roaddirt_road_ca.paa"; // lowercase! mainTerTex = "a3\roads_f\roads_ae\data\surf_roaddirt_road_end_ca.paa"; mainMat = "a3\roads_f\roads_ae\data\surf_roaddirt_road.rvmat"; map = "Path"; AIpathOffset = 0; }; }; Bulldozer Roads Roads in Arma 3 Share this post Link to post Share on other sites
MrBohannon_ 403 Posted April 23, 2017 @m1lkm8n Have you ever had this problem if so could you help me fix it very annoying Share this post Link to post Share on other sites
MrBohannon_ 403 Posted April 23, 2017 Found the Fix 1 Share this post Link to post Share on other sites
m1lkm8n 411 Posted April 23, 2017 Tell us how you fixed it. im guessing your roadlibconfig wasn't making it into the pbo when packed...but please tell us :) Share this post Link to post Share on other sites
MrBohannon_ 403 Posted April 23, 2017 9 hours ago, m1lkm8n said: Tell us how you fixed it. im guessing your roadlibconfig wasn't making it into the pbo when packed...but please tell us :) Lol i think your right i didn't add the cgf to the list of files to copy directly in Arma 3 Addon Builder Share this post Link to post Share on other sites
RoF 241 Posted April 23, 2017 1 hour ago, Corbinnator said: Lol i think your right i didn't add the cgf to the list of files to copy directly in Arma 3 Addon Builder Don't use addon builder, its broken! Use pboproject https://dev.withsix.com/projects/mikero-pbodll/files it will tell you when something is wrong with your terrain. Unlike addon builder. Share this post Link to post Share on other sites
MrBohannon_ 403 Posted April 23, 2017 Does anyone have the List Of Files To Copy Directly i should be using in Addon Builder? Share this post Link to post Share on other sites
RoF 241 Posted April 24, 2017 7 hours ago, Corbinnator said: Does anyone have the List Of Files To Copy Directly i should be using in Addon Builder? .... See my post above yours, DON'T use addon builder! Any half decent terrain maker will tell you to stay away from it. Share this post Link to post Share on other sites
MrBohannon_ 403 Posted April 24, 2017 26 minutes ago, RoF said: .... See my post above yours, DON'T use addon builder! Any half decent terrain maker will tell you to stay away from it. Ok i started using it while it was packing it crashed now i get this error lol A P:\.source folder exists due to a previous crash pboProject will not continue until you move it back to it's original location. Share this post Link to post Share on other sites
RoF 241 Posted April 24, 2017 move the .source folder back to you terrain folder and remove the "." before it Share this post Link to post Share on other sites