Terminus Est Posted October 11, 2016 Share Posted October 11, 2016 [x-posted to Song and Silence] The README for Song and Silence states that if you've kitted Imoen or Nalia as Adventurers in the NPC Kitpack, that mod will update them to its own version of the Adventurer kit. This in fact happens; the relevant CRE files are tagged with A!Adventurer as they should be. But when either Imoen or Nalia join your party, you'll find that they've reverted back to their NPC kitpack versions. This is due to the override scripts that have code like so for Imoen: IF InParty(Myself) Global("IKNPCKit","LOCALS",0) Class(Myself,MAGE_THIEF) THEN RESPONSE #100 AddKit(IK_ADVENTURER) ReallyForceSpellRES("IKitImo1",Myself) // No such index SetGlobal("IKNPCKit","LOCALS",1) END There's slightly different but equivalent code of you've asked for them to have specialist mage kits as well. Affected scripts are: BGIMOEN.BCS IMOEN.BCS IMOEN2.BCS IMOE25.BCS NALIA.BCS NALI25.BCS I've taken to commenting out the offending sections, which seems to work well enough. Quote Link to comment
CamDawg Posted September 7, 2018 Share Posted September 7, 2018 This was fixed in S&S v9, and will now be fixed in NPC Kit v5. Quote Link to comment
Terminus Est Posted September 12, 2018 Author Share Posted September 12, 2018 Wow I never expected this to get updated. This is great! Quote Link to comment
ptifab Posted September 18, 2018 Share Posted September 18, 2018 (edited) I have some troubles after having installed this mod with a megamod. I've already spent two days readings faqs, readme's and forums as to which mods could go along others, so my (3rd) installation was quite succesfull. Now i'm looking for bugs and i found that Imoen don't get her adventurer's kit at all. Here's my log from the installation https://drive.google.com/drive/folders/1_CEJ7LDWDWsw5CKkNtCoZeW_aVMa_yCt?usp=sharing All components have been installed without errors, but Imoen is still considered a thief. Did i missed something, or is there still incompatiblities between RR, S&S and this mod ? Edit : So i've made some further investigations, like a fresh installation, and if i try to install it manually on a BG2 EE only some component's don't work at all, I can now choose the Battlerager class at character creation, but not the adventurer, and neither does Imoen. She seems to have the +20% bonus from the class but she still has a backstab x3 mult although the Adventurer is supposed to set it at 1. I'm quite disapointed right now. How is that possible that only some components are working ? Did i missed something on proper installation ? Edited September 18, 2018 by ptifab Quote Link to comment
subtledoctor Posted September 24, 2018 Share Posted September 24, 2018 Why are those scripts even there? Isn't it sufficient to simply set the .CRE file to the relevant kit? Unless the idea is that the AddKit will additionally strip out any preexisting kit effects/abilities, without needing to specify them ahead of time in Weidu? Quote Link to comment
Terminus Est Posted September 25, 2018 Author Share Posted September 25, 2018 I've done some preliminary testing with this mod, S&S and RR, all up-to-date as far as I know. Everything looks good so far. Imoen properly has her Adventurer kit from S&S. Quote Link to comment
Recommended Posts
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.