Jump to content

New Year Surprise! BG1NPC with native EET Compatibility! (beta)


jastey

Recommended Posts

Posted

BG1NPC v24.3 has everything to be direcly compatible with EET.

What it still needs is testing! I went through the files, tested the install, talked with Imoen about Gorion's death and got a little something from the Gatewarden at Candlekeep's gates. Now the mod needs you!

Everyone interested in testing, please install the mod directly to your EET game (before the EET_End.exe of course), and let me know whether you encounter any problems in your game.

Read the Readme

Download at G3

Download at GitHub

Posted

There is a minor EET compatibility issue with the Kivan of Shilmista / Kivan and Deheriana mod: Namely, if I install the banters and quests module, then the BG2 version of Kivan won't be able equip his special bow.

 

 

Posted

I guess so. The BG2 Kivan NPC also uses the p#bow.itm. It's in BG2 Kivan's inventory. Anyhow, I've tested it with and without the Banters and Quests module of the NPC project and am positive that BG2 Kivan loses bow privileges when Banters and Quests are also installed. It's a shame, because both mods are very well written and you wouldn't want to have to pick one.

Posted

@Anton This is definitely a non-intended incompatibility. The BGII mod is from the same author as the BG1 NPC Project content. Thank you for reporting. We'll look at it when time allows.

Posted

And if you are at it, may I suggest adding an option for EET-BGT-TUTU to give Kivan proficiency in spears rather than halbreds? So he can use the cool magic spear Thalantyr made for him more deftly. ;)

Posted

I guess that's something that would be useful, considering he gets a spear via BG1NPC Project. Although I'd assume he had/has this for Tutu?

I have no idea how to code that, though.

Posted

I don't know. In old BG1, spears and halberds were the same, anyway. In tutu/BGT/EET, it got converted into halberds. I have no idea how to change it or how difficult it is, either, since I've never modded BG myself.

Posted
// replace kivan's halberd proficiency with spear proficiency
COPY_EXISTING_REGEXP GLOB ~^_?kivan[46]?\.cre$~ ~override~
	LPF ALTER_EFFECT
		INT_VAR
			match_opcode = 233
			match_parameter2 = 99
			parameter2 = 98
	END
	BUT_ONLY

Should work on BG:EE/EET and Tutu.  It's harmless on BGT but not needed since he has a spear proficiency instead of a halberd proficiency there already.

Posted

Hello! Our tester reports that there is a native compatibility issue with this mod. If the mod is installed AFTER EET, then a bug occurs with Imoen: if it is excluded from the party, it will not join back (re-joining does not work). And if the mod is installed before EET (on BG1), then everything is OK.

Posted
On 10/26/2020 at 10:23 AM, Austin said:

If the mod is installed AFTER EET, then a bug occurs with Imoen: if it is excluded from the party, it will not join back (re-joining does not work).

This will be fixed in v25. Good catch!

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...