Jump to content
Sign in to follow this  
njord47

Use Roads from an pbo?

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×