njord47 10 Posted June 19, 2015 Hi, i wann place roads to my new map, wich are included in an pbo out of the a3 file. How can i do it? Maybe its already asked... I think to the addon from "E76". Share this post Link to post Share on other sites
Guest Posted June 19, 2015 Hey, it´s very simple you only unpack the .pbo to your p drive and add the path to your RoadsLib.cfg, like this: class RoadTypesLibrary { class Road0001 { width = 10; mainStrTex = "YOUR_PBO_PATH\data\YOUR_ROAD_ca.paa"; mainTerTex = "YOUR_PBO_PATH\data\YOUR_ROAD_end_ca.paa"; mainMat = "YOUR_PBO_PATH\data\YOUR_ROAD_RVMAT.rvmat"; map = "road"; order=3; }; /........ }; then you can add it to TB like every other road ir0n Share this post Link to post Share on other sites