• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Changing number and size of ships

CannonFodder

Landlubber
Hey Mod gods,
I'm trying to change the number of ships encountered in fleets and trying to make them into certain types. I'd also like to make em tougher. What files would I change to get "at sea encounters" to go to one or two ships and make them mimimum a brig or corvette. I'd also like to increase the damage they do.
Thanx
 
programencountersencounters_init.c

AddShips() does the min/max number for warships and merchants.

AddClasses() sets the classes based on player's level. The first number is the player level at which it applies, and the following numbers the min and max classes for warships and merchants.
 
Back
Top