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

Modding skills

trampo

Powder Monkey
How can you make your skills like accuracy,leadership etc.. maxed out at beginning.

WHat file do I need to modify?


Thanks!
 
Try in console.c again to add 10 lines in this style:
Pchar.skill.Leadership = "10"; Navigation, Fencing etc etc

Another thing you might be interested in:
In InternalSettings.h find ENABLE_CHEATMODE and set it to 1.
Cheats can be triggered with numpad buttons it says.
 
Add these lines right under your shipline for ex.

Pchar.skill.Leadership = "10";
Pchar.skill.Fencing = "10";
Pchar.skill.Sailing = "10";
Pchar.skill.Accuracy = "10";
Pchar.skill.Cannons = "10";
Pchar.skill.Grappling = "10";
Pchar.skill.Repair = "10";
Pchar.skill.Defence = "10";
Pchar.skill.Commerce = "10";
Pchar.skill.Sneak = "10";
 
I must be dumb :p but can you be more specific can you paste under what line(whole line) do i need to write it couse im confused in that file.

TNX
 
After your 'ship line' hit return.
Then copy and paste the whole block I showed earlier. Save.
So 10 new lines will be added.
 
Try add the 10 lines in StartStoryline.c in the quest(s) you want to play.
And this works - I have done it!
 
It works TY TY TY.

Now can you tell me where do I need to edit ,how many bombs,cannon balls,grapes,.... to have aboard. at start??
 
I don't know. With cheatmode on I guess you're a rich man now
and can afford to buy ammo?
 
Remove the \\ in front of this line in the console:
Code:
        //    GiveShip2Character(pchar,pchar.ship.type,pchar.ship.name,-1,PIRATE,true,true);
Now every time you press F12, your ship is instantly repaired and resupplied.
 
Back
Top