Hello,Does Any Know How To Add AI Support For My Map? The Map Is On Forums https://www.beamng.com/threads/fso-factory-warsaw.71014/
Hi, I have search a long time, in fact seems to be simple: go there for check Ryvylo answer In substance you can manage it with road path in the classical environnement editor (F11)and put positive value depending of kind of road (1 for asphakt, 0.5 for dirt) -1 says AI can't go on. If like me you use lot of road mesh you can complete the AI path with Waypoint that you put in your map, create at text file call map.json in your main folder with this structure inside: note: A is a road B is for a race Code: { "segments" : { "name of your path_A" : { "nodes" : ["wpA1", "wpA2", "wpA29"], "drivability" : 1 }, "name of your path_B" : { "nodes" : ["wpB1", "wpB2"], "drivability" : 1 "oneWay": true, "flipDirection": false, } } } Hope my explanation help you.