kiwitt
Road to War Modder
I found this XML parameter
That way I can limit the early submarines to only the coasts in my mod.
Would that work ?
Code:
<TerrainImpassables>
<TerrainImpassable>
<TerrainType>TERRAIN_OCEAN</TerrainType>
<bTerrainImpassable>1</bTerrainImpassable>
</TerrainImpassable>
</TerrainImpassables>
That way I can limit the early submarines to only the coasts in my mod.
Would that work ?