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

Reputation Cheat

Redgard

Landlubber
If anyone want to set reputation to neutral with any nation add this code to /interface/ship.c in
"void confirmShipChangeName()" section.

<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->
if(GameInterface.edit_box.str == "rFrance")
    {
        pchar.reputation.france = REPUTATION_NEUTRAL;
        SetNationRelation2MainCharacter(FRANCE, RELATION_NEUTRAL);
        isCheatCode = true;
    }
    if(GameInterface.edit_box.str == "rEngland")
    {
        pchar.reputation.england = REPUTATION_NEUTRAL;
        SetNationRelation2MainCharacter(ENGLAND, RELATION_NEUTRAL);
        isCheatCode = true;
    }
    if(GameInterface.edit_box.str == "rSpain")
    {
        pchar.reputation.spain = REPUTATION_NEUTRAL;
        SetNationRelation2MainCharacter(SPAIN, RELATION_NEUTRAL);
        isCheatCode = true;
    }
    if(GameInterface.edit_box.str == "rHolland")
    {
        pchar.reputation.holland = REPUTATION_NEUTRAL;
        SetNationRelation2MainCharacter(HOLLAND, RELATION_NEUTRAL);
        isCheatCode = true;
    }
    if(GameInterface.edit_box.str == "rPirate")
    {
        pchar.reputation.pirate = REPUTATION_NEUTRAL;
        SetNationRelation2MainCharacter(PIRATE, RELATION_NEUTRAL);
        isCheatCode = true;
    }
    if(GameInterface.edit_box.str == "rSmuggler")
    {
        pchar.reputation.smuggler = REPUTATION_NEUTRAL;
        SetNationRelation2MainCharacter(SMUGGLER, RELATION_NEUTRAL);
        isCheatCode = true;
    }
    if(GameInterface.edit_box.str == "rTrader")
    {
        pchar.reputation.trader = REPUTATION_NEUTRAL;
        isCheatCode = true;
    }
<!--c2--></div><!--ec2-->

After that when you change shipname to "rengland" your reputation with england will be neutral.
U can also change name to "rfrance", "rspain", "rholland", "rpirate", "rsmuggler", and "rtrader".
 
the next update will be probably within 3 weeks, some bug fixing, adding missing pictures, adding the cheat and a lot of other stuff. Also fixing the fmodex and engine again.

And we are working on the tool pack
 
MrTrippleT ... <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />

CyberOps has posted something about it on his own forum ... <a href="http://www.galaxyproductions.net/support/index.php?showtopic=36" target="_blank">linkey</a>

All the best
Frans
 
I just noticed something in this cheat, When its used on a faction your at war with, you may enter buildings and such.. But you are still forced into encounters with them, and if you go into your logbook The red lines are still between you and the faction.


In the first post the code reads:

if(GameInterface.edit_box.str == "rFrance")
{
pchar.reputation.france = REPUTATION_NEUTRAL;
SetNationRelation2MainCharacter(FRANCE, RELATION_NEUTRAL);
isCheatCode = true;
}

But I have your Supermod, and all updates from your site and mine says:

if(GameInterface.edit_box.str == "rfrance")
{
pchar.reputation.france = REPUTATION_NEUTRAL;
isCheatCode = true;
}

Will next update fix it?
 
Next update? Next update of what? The Supermod has been dead for over a year now, I'm afraid.
 
Back
Top