Question about NPC modification.
myEVILmode
Member Posts: 25
in BGII:EE Mods
How do I modify the race and alignment requirements in a romance? For example, Viconia or another NPC. Which file is responsible for this? I understand it will look similar to something like <charname> check race if elf then romance else end. etc.
0
Comments
Basically it says: if CHARNAME doesn't meet Viconia's romance requirements, then change it so that they DO meet the romance requirements. In other words, with this script literally anyone, regardless of gender or race, can romance Viconia.
If you wanted to make it more specific (for example, just adding elves to the pool of romance candidates), you can just add a line to the IF section to specify that.
To actually add this script to your game, put it in a baf file and put a line like this in your TP2 file: . This will compile the code into something the engine can read and then add it to the bottom of Viconia's scripts. Hope that helps!
I'm going to recommend my own mod, of course: https://forums.beamdog.com/discussion/88256/mod-viconia-romance-expanded-for-bg2ee-phaere-expanded
But CDTweaks also has a component that removes romance restrictions (in addition to a bunch of other components): https://www.gibberlings3.net/mods/tweaks/tweaks/
I hope that's more in line with what you were looking for!