I just bought the game and am a bit concerned when it comes to the ship battles.
1. The ships move waaaay to slow compared to what the real life ones could do in similar wind conditions.
2. The ships cannons reload waaay to fast to be realistic.The reload rates were much slower.More like 2 broadsides every 5 minutes to be exact.
3. Accuracy seems to be a bit to high from firing at long ranges considering you are firing from a rolling and moving ship.
All of these make for getting into boarding range a near impossibility.Since as you are trying to close range the AI is pounding you to splinters before you even get close.This makes the Pirate campaign a real problem to play since you want to board the ship.
So I am trying to mod some of this to change the behavior to more realistic behavior starting with cannon reload speeds.
I am guessing this is the section I need to change to do this?
// Cannons load time (Level0 - Level5)
Level_0_CannonsLoadTime = 1.0
Level_1_CannonsLoadTime = 0.95
Level_2_CannonsLoadTime = 0.90
Level_3_CannonsLoadTime = 0.80
Level_4_CannonsLoadTime = 0.70
Level_5_CannonsLoadTime = 0.50
So what I need to know is the number setup so that the higher the number shown the slower the load time and the lower the number the faster?
For example..
Level_0_CannonsLoadTime = 1.0= Slow load time
Level_5_CannonsLoadTime = 0.50= Faster load time
So by increasing the number I would get a slower loading time for the ships?
1. The ships move waaaay to slow compared to what the real life ones could do in similar wind conditions.
2. The ships cannons reload waaay to fast to be realistic.The reload rates were much slower.More like 2 broadsides every 5 minutes to be exact.
3. Accuracy seems to be a bit to high from firing at long ranges considering you are firing from a rolling and moving ship.
All of these make for getting into boarding range a near impossibility.Since as you are trying to close range the AI is pounding you to splinters before you even get close.This makes the Pirate campaign a real problem to play since you want to board the ship.
So I am trying to mod some of this to change the behavior to more realistic behavior starting with cannon reload speeds.
I am guessing this is the section I need to change to do this?
// Cannons load time (Level0 - Level5)
Level_0_CannonsLoadTime = 1.0
Level_1_CannonsLoadTime = 0.95
Level_2_CannonsLoadTime = 0.90
Level_3_CannonsLoadTime = 0.80
Level_4_CannonsLoadTime = 0.70
Level_5_CannonsLoadTime = 0.50
So what I need to know is the number setup so that the higher the number shown the slower the load time and the lower the number the faster?
For example..
Level_0_CannonsLoadTime = 1.0= Slow load time
Level_5_CannonsLoadTime = 0.50= Faster load time
So by increasing the number I would get a slower loading time for the ships?