Jump to content

Coran's romance conflict variables


berelinde

Recommended Posts

It's no secret that Coran's relationship is possibly the most complex, with a lot of different variables that control the course of the romance.

 

Which makes cross-mod content tough.

 

I'm trying to find 2 global variables:

Coran's romance is active, but not committed

Coran's romance is over

 

In many cases, this would be something like

"CoranRomanceActive","GLOBAL",1

"CoranRomanceActive","GLOBAL",3

 

but I suspect the latter is actually

 

"CoranRomanceInactive","GLOBAL",1

 

Would someone please confirm?

 

Thanks!

Link to comment

Global("CoranMatch","GLOBAL",1)

Global("CheckCoranMatch","GLOBAL",1) if matched for romance

 

Global("X#CoranRomCutByOther","GLOBAL",1)

Global("CoranRomanceInactive","GLOBAL",1) if Ajantis or Xan are committed

 

Global("CoranRomanceInactive","GLOBAL",1)

Global("CoranDisableFlirts","GLOBAL",1) shut down flirts

 

 

ChaoticGood path:

Global("CoranRomancePath","GLOBAL",1)

 

 

Coran in romance "bored" path

Global("CoranRomancePath","GLOBAL",2)

 

Coran in romance "neutral" path

Global("CoranRomancePath","GLOBAL",3)

 

boredandneutral

Global("CoranRomancePath","GLOBAL",4)

 

NeutralSexy

Global("CoranRomancePath","GLOBAL",5)

 

Baby talks

Global("CoranRomancePath","GLOBAL",6)

 

I will have to do some more prospecting, but the two most intricately balanced sets of interactions in BG1 NPC are Ajantis' and Coran's Romances. Ajantis uses all sorts of BCS/DLG/banterfile hopscotching to tailor the events to player responses, and Coran is truly an emulation of Coran's alignment. The code is as tightly structured as Ajanits, but the range f possibilities is extremely wide; I still keep running into variables I don't yet know. In both cases, the Phase3 subdirectory holds all the keys. Look for the BAF marked "master" and that is the template for each of the timer codes.

Link to comment

Archived

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

×
×
  • Create New...