Jump to content


Photo

PARSE ERROR when installing #324 with Ajantis BG2


  • Please log in to reply
10 replies to this topic

#1 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 09 October 2013 - 11:03 AM

Component #324 fails when trying to process this line:

ActionOverride("C#Ajantis",CreateCreatureDoor("C#AJUDZO",[-1.-1],0))

in jastey's Ajantis for BG2 mod (c#ajantis_sva\scripts\c#ajcud1.baf)

 

There's no other instance of a CreateCreatureDoor() being used inside an ActionOverride() in any other mod in the BWP btw :P

 

On a related note, ding0's questpack seems to use a new prototype for CreateCreatureDoor() undocumented in the IEDSP with lines like:

CreateCreatureDoor([PC],"MINDUL01")

 

Can this be used in the Ajantis mod? Something like:

CreateCreatureDoor("C#Ajantis","C#AJUDZO")


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#2 Wisp

Wisp
  • Modder
  • 1353 posts

Posted 09 October 2013 - 11:31 PM

Thanks. Will fix.

I'll look into the alternative form of CreateCreatureDoor, but it may just be a bug in QP.



#3 Wisp

Wisp
  • Modder
  • 1353 posts

Posted 10 October 2013 - 01:42 AM

On a related note, ding0's questpack seems to use a new prototype for CreateCreatureDoor() undocumented in the IEDSP with lines like:

CreateCreatureDoor([PC],"MINDUL01")


Where in Questpack are you seeing this? I can't find any such use of CreateCreatureDoor() in my copy. And are you sure this is actually from Questpack and not from some third-party fix (or possibly "fix")?

#4 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 10 October 2013 - 07:56 AM

questpack\creatures\flayers_return.baf from D0QuestPack_v23.exe (the latest public package I think)

 

File attached :)

Attached Files


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#5 Wisp

Wisp
  • Modder
  • 1353 posts

Posted 10 October 2013 - 09:00 AM

Yeah, it's a bug. It's even fixed in the QP beta.

#6 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 10 October 2013 - 09:55 AM

There's a beta out? :o


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#7 hook71

hook71
  • Member
  • 280 posts

Posted 10 October 2013 - 11:16 AM

The beta linked to in this thread I guess.



#8 jastey

jastey
  • Administrator
  • 3218 posts

Posted 10 October 2013 - 11:36 AM

This means for the Ajantis mod, what?



#9 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 10 October 2013 - 04:48 PM

@hook71: I swear I monitor PPG threads carefully :doh: RSS doesn't pick up post edits though.

Thanks a lot :D

 

@jastey: Other than temporary infamy for 'being-the-mod-that-breaks-aTweaks', nothing to fix in Ajantis :P

I think WIsp will fix this in aTweaks itself :cheers:


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#10 Wisp

Wisp
  • Modder
  • 1353 posts

Posted 10 October 2013 - 11:20 PM

This means for the Ajantis mod, what?

Nothing. This is strictly aTweaks' fault.



#11 jastey

jastey
  • Administrator
  • 3218 posts

Posted 11 October 2013 - 06:43 AM

OK, thank you!