Thanks and, back to the main thread, anybody knows how to fix the bug of sao feng's bodyguards?
To put Sao Fengs girls in the cave with Padre Dominigues
open the console file in the PROGRAM folder:
and put this code in it :-
ChangeCharacterAddressGroup(characterFromID("padre Domingues"), "Turks_Cavern_01", "goto", "goto21");
ChangeCharacterAddressGroup(characterFromID("Sao Feng's Body1"), "Turks_Cavern_01", "goto", "goto22");
ChangeCharacterAddressGroup(characterFromID("Sao Feng's Body2"), "Turks_Cavern_01", "goto", "goto23");
so that the Console looks like this:
Code:
// Jerry-rigged console file.
//put code under ExecuteConsole() below.
//NK 04-08-28
// not needed I think extern void InitShips();
#include "SDK\LocatorWrite.c"
#include "Upgrade.c";
extern void InitItems();
extern void InitCannons();
void ExecuteConsole()
{
ref pchar = GetMainCharacter();
if (!bSeaActive) ref lcn = &Locations[FindLocation(pchar.location)];
ref ch;
int i;
int limit;
ChangeCharacterAddressGroup(characterFromID("padre Domingues"), "Turks_Cavern_01", "goto", "goto21");
ChangeCharacterAddressGroup(characterFromID("Sao Feng's Body1"), "Turks_Cavern_01", "goto", "goto22");
ChangeCharacterAddressGroup(characterFromID("Sao Feng's Body2"), "Turks_Cavern_01", "goto", "goto23");
switch(0)
{
// Case 0 = Various test and cheat codes
// Case 1 = Location coordinate information
// Case 2 = Automatic instant cheats in port
case 0:
// LAi_EnableReload();
// Give ship
then save console.
Start game and load Save from before you enter Masked Mens hideout cave. -- Press F12 to activate console --- and enter cave and see if girls are in the cells next to padre Domingues.
Hopefully this should work
If it does not work - enter the cave then Press F12 and see if they are there.
( the code is taken from the both_reaction.c file in the PROGRAM\Storyline\LegendJackSparrow\quests folder -- case "Story_Domingues_to_cave": )