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

Search results

  1. Natzrim

    Need help writing some code to test new horizons general

    void GiveSwordAndPerks(int PlayerRank, int iNation) { string PCharTitle; // DeathDaisy ref pchar = GetMainCharacter(); ref ch; string qual = ""; if (ENABLE_WEAPONSMOD) qual = "+3"; int PlayerType = 1; // Privateer if...
  2. Natzrim

    Need help writing some code to test new horizons general

    I started a game as Groves where his starting rank should have been Commander according to the code above, but it doesn't change in game...
  3. Natzrim

    Need help writing some code to test new horizons general

    Here's another expample: from NK.c upon reaching rank 3, if the player character is Theodore Groves, then his rank is set to Commander instead of the typical "Lieutenant" for rank 3: case 3: // Lieutenant switch(iNation) { case ENGLAND...
  4. Natzrim

    Need help writing some code to test new horizons general

    I think this is it: ``` // TITLE: Override with Rank if available int bestRank; int rankNation = GetBestRank(xi_refCharacter, &bestRank, rankNation); // add return by levis if (bestRank > 0 && !IsPrisoner(xi_refCharacter)) GameInterface.strings.fakeTitle = TranslateString(""...
  5. Natzrim

    Need help writing some code to test new horizons general

    Arrrgggg! I'd like to experiment with and possibly add in some more unique titles for officers in the Player's officer list. Currently, if in game you hire a Carpenter, in the top center of the "Character" tab for that officer, it will just say "Officer" and in the bottom center there will be a...
  6. Natzrim

    Resolution issues

    My impression is that the windows auto scaler isn't compatible with the base code, with a lot of other games as well to be fair!
  7. Natzrim

    Resolution issues

    I Happened to have the same problem when I first tried to play! And I also have to switch the desktop back to be able to see anything after playing!
  8. Natzrim

    Resolution issues

    Go to windows menu, display, and reduce your "Scale and Size" to 100% instead of 200% or more. And/or make sure that your windows "Display" resolution matches your game resolution, and that those resolutions are compatible with your monitor aspect ration and video card. This is an older game...
Back
Top