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

Mod Release Corsairs Ship Pack on Maelstrom Engine

LEOPARD

Landlubber
Storm Modder
@Kenway1776: Quickest experiment of quick experiments:
Code:
           string sTownName = GetCurrentTownID();
           int TownGold = GetTownGold(sTownName);
           TraceAndLog(sTownName + ": Old Gold = " + TownGold);
           SetTownGold(sTownName, TownGold+100);
           TownGold = GetTownGold(sTownName);
           TraceAndLog(sTownName + ": New Gold = " + TownGold);
Make a backup of your PROGRAM\DIALOGS\Usurer_dialog.c file, then put attached file there instead.
Ideally use WinMerge to see what changes there are with your own copy.

Results can be seen in "compile.log" in the main game folder.
Every time you talk to the Loanshark, the town gets 100 more gold:

Greetings!
I heard you were interested in other foreign projects on the MaelStrom engine.
We have one project that might interest you - the Corsairs Ship Pack.
We are currently actively engaged in a major update to version 2.2.0.
If you are somehow interested in this, then let me know.
 
Back
Top