Author Topic: New Game Needed?  (Read 5686 times)

Offline Styphelus

  • Planewalker
  • *****
  • Posts: 74
New Game Needed?
« on: July 19, 2004, 09:16:10 PM »
Do I have to start a new game to get her? The instalation went fine but no Indira anywhere  :-[
Been all about and no sign of her at all.

Offline Ghreyfain

  • Moderator
  • Planewalker
  • *****
  • Posts: 4705
  • Gender: Male
    • Pocket Plane Group
Re: New Game Needed?
« Reply #1 on: July 19, 2004, 11:47:34 PM »
You've been through the Firewine dungeon, right?  She should be near the entrance you can enter via the halfling inn.
Earn Money Sleeping.

Offline Styphelus

  • Planewalker
  • *****
  • Posts: 74
Re: New Game Needed?
« Reply #2 on: July 20, 2004, 03:17:28 PM »
No, she's not there. I've been to all 3 entrances (Firewind Bridge, Hafling Inn, Temple) borth inside the dungeons and outside of them and outside the building they are located in and nothing.  Will try to install it again eventhough the first instalation went smoothly.

I installed it on my BG2 folder. That would be correct right? Or should I install it in the original BG folder?

Offline Styphelus

  • Planewalker
  • *****
  • Posts: 74
Re: New Game Needed?
« Reply #3 on: July 20, 2004, 11:00:44 PM »
Ok, maybe this is the problem...or is this normal?

ERROR locating resource:
Resource [.bimoen.dlg] not found in KEY file:
             [./chitin.key]
Compiling 1 dialogue ...
Appending game text ...
Compiling 1 dialogue ...

[indinpc/dialogue/indi.d] ERROR at line 399 column 45-50
Near Text: WEIGHT
             syntax error

[indinpc/dialogue/indi.d] ERROR at line 399 column 45-50
Near Text: WEIGHT
                   Parsing.Parse_error
ERROR: parsing [indinpc/dialogue/indi.d]: Parsing.Parse_error
Copying 1 file ...
Copying 1 file ...
Copying 1 file ...
Copying and patching 1 file ...
Extending game scripts ...
Appending game text ...
Appending game text ...
Copying 1 file ...
Copying 1 file ...

SUCCESSFULLY INSTALLED [Indira One-Day NPC]

Press ENTER to exit.

Then it goes on to decode all the files...still no Indira when I play. Just wondering what's up with all those errors at the begining.



Offline Ghreyfain

  • Moderator
  • Planewalker
  • *****
  • Posts: 4705
  • Gender: Male
    • Pocket Plane Group
Re: New Game Needed?
« Reply #4 on: July 21, 2004, 12:31:10 AM »
Huh, yes, there is an error in the .d file, but that should only cause Minsc's banter with Indi not to work properly.

Do you have Infinity Explorer or NI or some other program capable of viewing scripts?

If so, can you check if the script _ar5201.bcs and see if it contains the following:

Code: [Select]
IF
GlobalLT("J#IndiSpawn","GLOBAL",1)
XPLT(Player1,20001)
!Exists("J#Indi")
THEN
RESPONSE #100
SetGlobal("J#IndiSpawn","GLOBAL",1)
CreateCreature("J#Indi01",[1012.1467],14) // Indira
END

IF
GlobalLT("J#IndiSpawn","GLOBAL",2)
XPGT(Player1,20000)
XPLT(Player1,40001)
!Exists("J#Indi")
THEN
RESPONSE #100
SetGlobal("J#IndiSpawn","GLOBAL",2)
CreateCreature("J#Indi03",[1012.1467],14) // Indira
END

IF
GlobalLT("J#IndiSpawn","GLOBAL",3)
XPGT(Player1,40000)
!Exists("J#Indi")
THEN
RESPONSE #100
SetGlobal("J#IndiSpawn","GLOBAL",3)
CreateCreature("J#Indi04",[1012.1467],14) // Indira
END
Earn Money Sleeping.

Offline Styphelus

  • Planewalker
  • *****
  • Posts: 74
Re: New Game Needed?
« Reply #5 on: July 21, 2004, 07:42:49 AM »
the // Indira part is missing in all the lines that should contain it.

For example, it should be:
CreateCreature("J#Indi01",[1012.1467],14) // Indira

But my file only has:
CreateCreature("J#Indi01",[1012.1467],14)

How can I chabge that?

Offline Styphelus

  • Planewalker
  • *****
  • Posts: 74
Re: New Game Needed?
« Reply #6 on: July 21, 2004, 07:52:37 AM »
Can you just e-mail me the file? That would be a lot easier for me since I don't have any experience edeting these things.

lmbvieira@sympatico.ca

Thanks.

Offline Ghreyfain

  • Moderator
  • Planewalker
  • *****
  • Posts: 4705
  • Gender: Male
    • Pocket Plane Group
Re: New Game Needed?
« Reply #7 on: July 21, 2004, 01:50:08 PM »
That won't be necessary.  Yours looks to be fine.  The stuff after the slashes is just a comment that the game doesn't even check.

Type this into the console, though.

CLUAConsole:GetGlobal("J#IndiSpawn","GLOBAL")

If it's a number greater than 0, Indi should exist.
Earn Money Sleeping.

Offline Styphelus

  • Planewalker
  • *****
  • Posts: 74
Re: New Game Needed?
« Reply #8 on: July 21, 2004, 05:24:03 PM »
Nope...when I type that in I get the following message:

Global: J#INDISPAWN GLOBALDoes not exist


Offline Ghreyfain

  • Moderator
  • Planewalker
  • *****
  • Posts: 4705
  • Gender: Male
    • Pocket Plane Group
Re: New Game Needed?
« Reply #9 on: July 21, 2004, 05:43:54 PM »
Can you paste the entire script in here?
Earn Money Sleeping.

Offline Styphelus

  • Planewalker
  • *****
  • Posts: 74
Re: New Game Needed?
« Reply #10 on: July 21, 2004, 05:52:38 PM »
Sorry, but what script are you refering to?

Offline Ghreyfain

  • Moderator
  • Planewalker
  • *****
  • Posts: 4705
  • Gender: Male
    • Pocket Plane Group
Re: New Game Needed?
« Reply #11 on: July 21, 2004, 05:54:26 PM »
_AR5201.bcs
Earn Money Sleeping.

Offline Styphelus

  • Planewalker
  • *****
  • Posts: 74
Re: New Game Needed?
« Reply #12 on: July 21, 2004, 06:04:30 PM »
IF
   GlobalLT("J#IndiSpawn","GLOBAL",1)
   XPLT(Player1,20001)
   !Exists("J#Indi")
THEN
   RESPONSE #100
      SetGlobal("J#IndiSpawn","GLOBAL",1)
      CreateCreature("J#Indi01",[1012.1467],14)
END

IF
   GlobalLT("J#IndiSpawn","GLOBAL",2)
   XPGT(Player1,20000)
   XPLT(Player1,40001)
   !Exists("J#Indi")
THEN
   RESPONSE #100
      SetGlobal("J#IndiSpawn","GLOBAL",2)
      CreateCreature("J#Indi03",[1012.1467],14)
END

IF
   GlobalLT("J#IndiSpawn","GLOBAL",3)
   XPGT(Player1,40000)
   !Exists("J#Indi")
THEN
   RESPONSE #100
      SetGlobal("J#IndiSpawn","GLOBAL",3)
      CreateCreature("J#Indi04",[1012.1467],14)
END

Offline Styphelus

  • Planewalker
  • *****
  • Posts: 74
Re: New Game Needed?
« Reply #13 on: July 21, 2004, 06:12:27 PM »
Do you also want me to post the SETUP-INDINPC.DEBUG file?

By the way, thanks for the help. Been playing Tutu for a while without any major problems but this one I really don't get.

Offline Ghreyfain

  • Moderator
  • Planewalker
  • *****
  • Posts: 4705
  • Gender: Male
    • Pocket Plane Group
Re: New Game Needed?
« Reply #14 on: July 21, 2004, 06:14:20 PM »
And you've been to FW5201.are, right?

Can you try warping there?
CLUAConsole:MoveToArea("FW5201")

Then warp to the coordinates 1024.1467 or thereabouts.
CLUAConsole:EnableCheatKeys()
Then hit 'L' or 'X' to find out the coordinates of your mouse pointer.  I forget what the key is, exactly, and I think I've changed it in my install.
Once you've found it, hit ctrl+j with your mouse at the proper point, and your character selected.  Indira should be there.

If not, can you e-mail your saved game to ghreyfain@pocketplane.net?
Earn Money Sleeping.

Tallas

  • Guest
Re: New Game Needed?
« Reply #15 on: August 16, 2004, 11:35:45 AM »
I have exactly the same problem, but no further comments to add.

Offline Styphelus

  • Planewalker
  • *****
  • Posts: 74
Re: New Game Needed?
« Reply #16 on: August 23, 2004, 03:49:44 PM »
She won't be there if you have cleared the area already and have gone back just to find her. Start a new game  or go back to an older saved file before you have reached the ruins. She will be there!

By the way, you are using the latest version of Indira, aren't you? Make sure you are.
« Last Edit: August 23, 2004, 03:51:32 PM by Styphelus »

Offline Ghreyfain

  • Moderator
  • Planewalker
  • *****
  • Posts: 4705
  • Gender: Male
    • Pocket Plane Group
Re: New Game Needed?
« Reply #17 on: August 23, 2004, 07:46:32 PM »
I can't remember what the scripting looked like in earlier versions, but Indira ought to spawn properly at any time with the latest version (3).  The only time she wouldn't is if the variables had been set but her .cre hadn't been spawned properly.  If you want, you can try typing this in the console:

CLUAConsole:SetGlobal("J#IndiSpawn","GLOBAL",0)
Earn Money Sleeping.

Offline Ghreyfain

  • Moderator
  • Planewalker
  • *****
  • Posts: 4705
  • Gender: Male
    • Pocket Plane Group
Re: New Game Needed?
« Reply #18 on: August 23, 2004, 07:47:17 PM »
Oh, hey, wait, I think I found a bug.  Haha.

What is your PC's current XP?
Earn Money Sleeping.

Offline Ghreyfain

  • Moderator
  • Planewalker
  • *****
  • Posts: 4705
  • Gender: Male
    • Pocket Plane Group
Re: New Game Needed?
« Reply #19 on: August 23, 2004, 08:00:40 PM »
Indira version 4 is now up.  My brain seems to have atrophied, seeing as how I couldn't see this bug staring me in the face.

http://www.pocketplane.net/tutumods
Earn Money Sleeping.

Offline Styphelus

  • Planewalker
  • *****
  • Posts: 74
Re: New Game Needed?
« Reply #20 on: August 31, 2004, 10:37:47 PM »
Cool...that fixed it. Nice!


 

With Quick-Reply you can write a post when viewing a topic without loading a new page. You can still use bulletin board code and smileys as you would in a normal post.

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Name: Email:
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image
Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?: