Jump to content

Bugs in v2.5


Meira

Recommended Posts

Bugs in the current version will be listed in this tread. I'll lock this thread to keep it tidy, feel free to start a new topic.

 

Three people in total have now reported the child hordes issue. One of the reports is for the current version and there's three reports too much anyway. It's been suggested that moving Global() and SetGlobal() on the top of the their blocks might help, so I'm going to try that:

 

IF
Global("M#BoyGirl","Global",0)
TimeGT(DAWN_START)
TimeLT(DUSK_START)
!Dead("M#Girl1")
!Dead("M#Boy1")
OR(2)
  Dead("Viconia")
  NumDeadGT("Vicg",2)
THEN
RESPONSE #100
SetGlobal("M#BoyGirl","Global",1)
CreateCreature("M#Girl1",[2820.2256],4)
CreateCreature("M#Boy1",[2768.2253],12)
END

 

Removing the time condition might also help, because when I was able to recreate this my party was on the spot when the time changed from night to day. But I rather not, because I wouldn't want the kids appear on the street in middle of the night.

Link to comment

Not a bug but an inconvenience:

 

The player initiated talk about Haer'Dalis (for P1 or P2 romance and the P1 friendship variation) needs to have a better chance to become available. As it is I think it's almost impossible to get.

Link to comment

There still, somehere buried in Amber initiated flirts, a line that ends up in NO VALID... If anybody ever remembered what was the line that led to the problem, I would be able to get rid of it. Meanwhile, I have to keep looking for that bugger. :)

Link to comment

If Imoen tries to initiate a banter with Amber that begins "So, you're now together with my brother, eh?", while Amber is mad with the Protagonist, it will cause a 'stutter' bug. This bug affects only the romance with the protagonist, not the friendship or Player2 romance. As I mentioned it also requires that the circumstances are unfortunate enough to the two things (Imoen initiating the specified banter and Amber being mad with the PC) happening at the same time.

 

I plan to release a new version of the mod within few weeks, meanwhile you can fix or avoid this by:

 

SetGlobal("M#AmberImoenBanter","GLOBAL",2)

 

 

fixed for the next version

Link to comment

Typos:

 

the drow damsel in distress who apparently was pathetic enough to to need rescuing from the stake.
fixed for the next version

 

Several instances of "I though" in the dialogue. fixed for the next version

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...