Porto said:can someone tell me as to remove the possibility from the privateer to go to the ocean? because in 1000 already the whole world is known and is not for me a very realistic fact. I hope to have been clear and I apologize me for my language. hi to everybody![]()
1. Your language is fine
2. To do what you want is not easy if you aren't familiar with XML, if you are then it is actually very easy. So in short get familiar with XML and then use a simple editor like XML Marker (http://xmlmarker.com) its free and does the job nicely and/or use a text editor and replace the following tag under the UNITCLASS_PRIVATE
<TerrainImpassables/>
with
<TerrainImpassables>
<TerrainImpassable>
<TerrainType>TERRAIN_OCEAN</TerrainType>
<bTerrainImpassable>1</bTerrainImpassable>
</TerrainImpassable>
</TerrainImpassables>
I've not done it myself, but I think that's right.
3. As a suggestion, I'm going to try and mod so that the privateer isn't available until Astronomy (same as Galleon) to keep things in check a bit. I don't know how it will go, but I think it will be a bit more 'realistic'