Jump to content
rossoe

Road configuration for Bulldozer

Recommended Posts

I've been using a couple of road shapefile wiki's, one refers to userconfig.sqf and the other editor.sqs  should I not mix the 2?

I seemed to be experiencing bulldozer crashes when I tried to add editor.sqs whilst already having edited userconfig.sqf

 

I've listed out the key elements each tutorial needed - for sanity checking:

 

http://pmc.editing.wiki/doku.php?id=arma3:terrain:ultimate-terrain-tutorial

 

Export “roads.shp” to:  \tut\tut_tutorial_terrain\data\roads\

 

Create RoadsLib.cfg in above directory


Edit  userconfig.sqf in  P:\scripts\   **** is this only needed if you use Mikero Tools? ****

    roadpath = "P:/tut/tut_tutorial_terrain/Data/Roads/";

 

 

http://pmc.editing.wiki/doku.php?id=arma3:terrain:making-roads-in-terrain-builder

 

Export “roads.shp” to:   \tut\tut_tutorial_terrain\data\roads\

 

Create RoadsLib.cfg in above directory

 

Edit P:\scripts\editor.sqs

    ~0.1

    result = buldozer_LoadNewRoads "P:/sfp_roso_c/data/roads/";

 

config.cpp

    newRoadsShape = "\sfp_roso_c\data\roads\roads.shp";

Share this post


Link to post
Share on other sites

This is what you should be using and it does come with Arma3P

You only need edit the user config in the scripts folder

Share this post


Link to post
Share on other sites

Thanks, i had not twigged that BuldozerTools were installed by default.

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

×