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

Fixed Perk init error

ANSEL

Corsair
Storm Modder
Hearts of Oak Donator
Please place this file in the PROGRAM folder and see if this solves it.

if not, please change this:
Code:
#define DEBUG_EXPERIENCE    0
to
Code:
#define DEBUG_EXPERIENCE    2

and play for a while where officers should get XP and post the compile.log
After installing the leveling ZIP I have these LOGs:
 

Attachments

  • error.log
    15.2 KB · Views: 145
  • compile.log
    16 KB · Views: 109
  • system.log
    11.3 KB · Views: 103
@ANSEL do you have the most recent version of the game? If so please try to do an F11 cause it seems you are missing something in the perks which should be there.
Also which zip are you refering too?
 
Yes, I have the most recent version of the game . The levering ZIP is from post 17 here.
 
Have you tried using f11?

Or could you post the first 10 (or so) lines op perks_init.c ?
 
Here is my perks_init file. I tried F11, yes.
 

Attachments

  • perks_init.zip
    2.4 KB · Views: 77
@ANSEL do you have the most recent version of the game? If so please try to do an F11 cause it seems you are missing something in the perks which should be there.
Also which zip are you refering too?
Just to confirm, I have today been getting the exact same error logs that @ANSEL has been getting, so I think it is indeed a real issue.
 
@Levis: Checking a bit further, it turns out those errors don't get triggered when you load the game, then start a new game.
However, it DOES happen if you then start another new game.
 
The problem lies in these lines:
Code:
        PerkChar  = GetOfficersPerkUsing(pchar,"Charisma"); //to be added, prereq iron will
        PerkWC    = GetOfficersPerkUsing(pchar,"WitCharm"); //to be added, prereq charisma

Some unfinished work again.
Going to get it out...
 
The problem lies in these lines:
Code:
        PerkChar  = GetOfficersPerkUsing(pchar,"Charisma"); //to be added, prereq iron will
        PerkWC    = GetOfficersPerkUsing(pchar,"WitCharm"); //to be added, prereq charisma

Some unfinished work again.
Going to get it out...
Ah yes, I think those are perks that were never added to the game. :facepalm
 
I do like the idea of having a second iron will kind of perk tough :p.
Maybe something to think about
 
I do like the idea of having a second iron will kind of perk tough :p.
Maybe something to think about
Charisma and Charm would be interest for dealing with upper-class citizens, governors, politics and wives too.
Might fit in well with some fun Build 15 ideas.
 
Back
Top