@ Kaiser, of course I am going to use your pics. Have no worries about that.

You able to make some more for me?
@Richmond, Any naval data you can give me is great.
The mod begins Jan 1st 1792, and so far no ending date has been defined past 1815 or so. I would like to expand it past then, but it would be hard to simulate Boney winning and staying in power. :wacko:
Only way they can be simulated is through events. In the historical battles such as Camperdown I will have the event give and take away ships as per the results of history. For example in my Quasi Naval War events between France and the US I have the US gaining frigates and the French losing them. Unfortunately no other way to simulate captures. Only have three sailing slots and those are taken up by SOLs, Frigates and Clippers.
Below are two example of the naval captures in the Quasi War between France and the US, First the American one and the French event it triggers.
No, it will not be V:R compatible. I don't have the expansion yet and won't till the cd version comes out. After that, I may convert it, but have to get the vanilla Vicky version done first.
event = {
id = 106018
random = no
country = USA
trigger = {
AND = {
event = 106017 # US reaction
}
}
name = "The Quasi War, naval war portion"
desc = "The French have continued issuing letters of marque to raid our commerce. The American response was swift, in Feb 1799 - the frigate Constellation (36) captured L'Insurgente (40), and sunk the La Vengeance (54)."
style = 0
date = { day = 15 month = february year = 1799 }
offset = 3
deathdate = { day = 1 month = april year = 1801 }
action_a = {
name = "Continue to show these French 'gentlemen' what the US Navy is capable of"
command = { type = add_division which = frigate }
command = { type = relation which = ENG value = 2 } #Combating pirates
command = { type = treasury value = 1000 } # commerce gained from privateers
command = { type = prestige value = 4 }
command = { type = incflag which = US_Navy value = 1 }
command = { type = trigger which = 72055 }
}
}
event = {
id = 72055
random = no
country = FRA
#triggered by USA 106018
name = "The Americans finally respond"
desc = "The Americans have finally reacted by sending out their small navy to combat our privateers, they have seized the privateer L'Insurgente (40), and sunk the La Vengeance (54). Should we seek peace?"
style = 0
action_a = {
name = "Sacre Bleu! Re-issue the letters of Marque"
command = { type = delete_unit which = -3 } #loss of ship
command = { type = delete_unit which = -3 } #loss of ship
command = { type = prestige value = -4 } #loss of ships
command = { type = treasury which = -1000 } #US Navy seizures
ai_chance = 100
}
action_b = {
name = "We have made our point known, withdraw the letters of marque"
command = { type = trigger which = 72059 } #Treaty of Morfontaine
command = { type = prestige value = -10 }
}
}
Cheers, Thorgrimm