• 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 Reinit Deletes Map Items

gianflores13

Sailor Apprentice
1. Lost all maps in my inventory. Even if I console command such maps, it wont, appear.

2. Governor's orders for smuggling is missing, even if the quest book says that he already gave it to me. I remember that you could not sell such item.
Is there someway of getting those orders through console?

This may be a bug, or my stupidity, hahaha...

:shrug:shrug:shrug:shrug
 
And another, off topic question, how do you enter "kingdom of granada" by other means? Through dolphin sands? If yes, why can't I get through dolphn sands? It has the similar design as muscetto, the one in martinique, etc. but I just can't get through. weapons are sheathed, etc. but still can't.
 
And another, off topic question, how do you enter "kingdom of granada" by other means? Through dolphin sands? If yes, why can't I get through dolphn sands? It has the similar design as muscetto, the one in martinique, etc. but I just can't get through. weapons are sheathed, etc. but still can't.


I think the only away is through Cartagena Town - Dolphin Sands is only there for smuggling - I don't think there is a link between them through the jungle.

:read
 
Lost all maps in my inventory. Even if I console command such maps, it wont, appear.
Savegame?

Governor's orders for smuggling is missing, even if the quest book says that he already gave it to me. I remember that you could not sell such item.
Is there someway of getting those orders through console?
What are you expecting to see? I never played through that, so I'm really very unfamiliar with it.

And another, off topic question, how do you enter "kingdom of granada" by other means? Through dolphin sands?
I don't think you can.

EDIT: So basically.... what @Talisman said. :wp
 
What are you expecting to see? I never played through that, so I'm really very unfamiliar with it.


:wp


It is just a book icon - text says - Governors Orders - this document tells you to investigate the smugglers. - under the items button in your inventory.


Put this in the console :-

Code:
GiveItem2Character(pchar,"smuggling_papers");

:yes
 
Before deleting bugged saved games/profiles, even though I start new games, maps and document still won't appear in inventory .
Although I found a way to make those items reappear, but i have to delete all save games and profiles, start a new game then voila, items appear in inventory menu.
Made back-ups of the bugged saved games and I'll upload it later.
 
Have you tried removing the file named "options" from your main game folder yet?
That can sometimes help with inexplicable random stuff.
 
This happened to me again, but I might have figured out what caused this. after f11 "reinitialise" all said items, maps and governor's order are lost. I thnk f11 causes this, why? I do not know.


---

after several tries, it is indeed f11 that caused the items to disappear and never reappear.
 
They should not disappear, of course.

I tested this though and cannot replicate your report:
1. Start new game on Assassin Storyline
2. Execute this through console:
Code:
       GiveItem2Character(PChar, "compass3");
       EquipCharacterByItem(pchar, "compass3");
       GiveItem2Character(pchar, "spyglass4");
       EquipCharacterByItem(pchar, "spyglass4");
       GiveItem2Character(pchar, "clock2");
       EquipCharacterByItem(pchar, "clock2");
       GiveItem2Character(pchar,"blade26+3");
       EquipCharacterByItem(pchar, "blade26+3");
       GiveItem2Character(pchar,"pistol3_14");
       EquipCharacterByItem(pchar, "pistol3_14");
       GiveItem2Character(pchar, "sextant");
       GiveItem2Character(pchar, "Trident_Neptune");

       GiveItem2Character(pchar, "mapKhaelRoa");
       GiveItem2Character(pchar, "mapAntigua");
       GiveItem2Character(pchar, "mapCayman");
       GiveItem2Character(pchar, "mapConceicao");
       GiveItem2Character(pchar, "mapCuba");
       GiveItem2Character(pchar, "mapDouwesen");
       GiveItem2Character(pchar, "mapFalaiseDeFleur");
       GiveItem2Character(pchar, "mapGuadeloupe");
       GiveItem2Character(pchar, "mapHispaniola");
       GiveItem2Character(pchar, "mapIslaMuelle");
       GiveItem2Character(pchar, "mapOxbay");
       GiveItem2Character(pchar, "mapQuebradasCostillas");
       GiveItem2Character(pchar, "mapRedmond");
       GiveItem2Character(pchar, "mapSaintMartin");
       GiveItem2Character(pchar, "mapTurks");
       GiveItem2Character(pchar, "mapAruba");
       GiveItem2Character(pchar, "mapCuracao");
       GiveItem2Character(pchar, "mapEleuthera");
       GiveItem2Character(pchar, "mapRedmond_Dungeon");
       GiveItem2Character(pchar, "mapOxbay_Dungeon");
       GiveItem2Character(pchar, "mapOxbay_Cave");
       GiveItem2Character(pchar, "mapDouwesen_Cave");
       GiveItem2Character(pchar, "mapKhaelRoa_TempleGround");
       GiveItem2Character(pchar, "mapKhaelRoa_TempleUpper");
3. Check if I have the map items
4. Press F11
5. Check if I have the map items again

All OK.
 
Back
Top