All my earlier maps shows "yes" for AI markers in the map info. But now when i wanted to make a map with 10 players i couldn't open it in Hazard X markereditor, because it only work with 8 startpoints! I have tried to place land, air and naval path nodes on the map in the official map editor and have experimented a bit with "chains" on that but it did not work. I thought that the path nodes should be linked in the masterchain in the save file to work like this:
---
['AirPN01'] = {
['hint'] = BOOLEAN( true ),
['type'] = STRING( 'Air Path Node' ),
['adjacentTo'] = STRING( 'AirPN02 AirPN03 AirPN07 AirPN08 AirPN10 AirPN13 AirPN16' ),
['color'] = STRING( 'ffffffff' ),
['graph'] = STRING( 'DefaultAir' ),
['prop'] = STRING( '/env/common/props/markers/M_Path_prop.bp' ) ['orientation'] = VECTOR3( 0, -0, 0 ),
['position'] = VECTOR3( 100.5, 30, 120.5 ),
---
Maybe another markereditor or there is another way to program it. Want all my maps to show "yes" to AI markers in the map info.
Hope somebody can help !!!