• 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!

Officers uniform+

lukemax

Landlubber
Hi round 16 of starting POTC Build MOD a fresh but i forgot the know how of accessing all the Uniforms and officers skin from start up so they are all avlible form the tailor shop how to re do this?

Also how can from start up again i have frigate_1 (I put in Inzanes surprise) to replace frigate 1, toyed around with POTC but i dont know how to get it from start!

Thx
Lukemax
 
what ever ship you want from the start of the game if you have pre build 13 is to go to the bottom of the buildsettings.h file and enter the ships file name that you want , it should look like this:

//******** MAXIMUS [choose model mod] ********
#define NEW_MODEL_1 "depp"
#define NEW_MODEL_2 "9ja"
#define NEW_MODEL_3 "9jb"
#define NEW_MODEL_4 "9Jc"
#define NEW_MODEL_5 "Capitan"
#define NEW_MODEL_6 "33_Ronald"
#define NEW_MODEL_7 "Napitan"
#define NEW_MODEL_8 "Pirat13"
#define NEW_MODEL_9 "50grey1"
#define NEW_MODEL_10 "BeatriceA"
#define NEW_MODEL_11 "Beatrise"
#define NEW_MODEL_12 "Devlin"

#define NEW_SHIP_1 "Surprise"
#define NEW_SHIP_2 "LuggerVML"
#define NEW_SHIP_3 "SloopofWar_50"
#define NEW_SHIP_4 "Corvette6_50"
#define NEW_SHIP_5 "Galeonw"
#define NEW_SHIP_6 "Frigate_sat"

// DO NOT TOUCH THESE
#define NEW_NATION_1 0
#define NEW_NATION_2 1
#define NEW_NATION_3 2
#define NEW_NATION_4 3
#define NEW_NATION_5 4
#define NEW_NATION_6 5
#define NEW_NATION_7 6

#define NEW_DIFFICULTY_1 1
#define NEW_DIFFICULTY_2 2
#define NEW_DIFFICULTY_3 3
#define NEW_DIFFICULTY_4 4
// added by MAXIMUS [choose model mod] <--

// DO NOT TOUCH THESE
#define RANDOM_LOCS_TOGGLE 0
#define BUILDVERSION 12.8
#define DISARM_MODE 0 // type=int, desc="0 = Off, 1 = Normal, 2 = 100% disarm chance"


like for the suprise i have it in #define NEW_SHIP_1 spot..

then you can just chose it when you start a new game.
 
About the hiring of officers: Check PROGRAM\MODELS\initModels.c and remove the .minrank attributes for the models.
 
tryed that and didnt seem to work, in build 13 or the latest one how do i turn on debug mode?, thats how it worked last time i think, also where can i buy the HMS Surprise ingame?

Thx
Lukemax
 
Enable the debug mode at the bottom of PROGRAM\globals.c.

The Surprise is available from English shipyards under the name of "British Frigate".
 
Back
Top