Demivrgvs Posted May 16, 2007 Share Posted May 16, 2007 I was finishing modding almost the entire spell list when i realized that the few spells i didn't overwrite with my mod has some line: -modify proficiency -modify script state I think some mod (detectable spells maybe?) add these and that they are needed for some enhanced AI to detect spell's effects on targets...am i wrong? What i need to know is which mod add these lines cause i have to install it after mine own to work properly. Thanx Link to comment
Razfallow Posted May 16, 2007 Share Posted May 16, 2007 I know about these: Quest Pack - AI Improvement Oversight - Tougher Sendai Big Picture Slightly Improved Ilyich Link to comment
Demivrgvs Posted May 16, 2007 Author Share Posted May 16, 2007 Thanx...problem is i've installed Quest Pack long before mine mod (which is installed last)...can i extract the code in quest pack .tp2 and put it (temporary) in my mod .tp2 or i need some files too in the quest pack folders? If i can avoid to re-install everything it's better and i need my mod to be the last at least until it's not finished... P.S Were you working on a new version of Improved Ilych? Cause 1.4 caused some stuttering if i remember well...your mod was the only way i could still play the Irenicus' dungeon having some fun! /Edit Ok i've noticed i have to copy detectable_spell folder...hope it works. Link to comment
Razfallow Posted May 16, 2007 Share Posted May 16, 2007 Copying that folder isn't everything you need to do. Open QP's tp2 and find a line DEFINE_ACTION_MACRO ~DETECTABLE_SPELLS~ BEGIN. Copy all, including this line, until DEFINE_ACTION_MACRO ~CREATURE_IMPROVEMENTS~ BEGIN Paste it in your tp2 before language selections. Change questpack in this ~questpack/detectable_spells/effects.2da~ to your mod's folder. At the end of your tp2 add LAUNCH_ACTION_MACRO ~DETECTABLE_SPELLS~ -- SII v1.5 is out about 3 months. Link to comment
Demivrgvs Posted May 16, 2007 Author Share Posted May 16, 2007 Well i was trying something similar...the only thing i haven't done was adding LAUNCH_ACTION_MACRO ~DETECTABLE_SPELLS~ at the end... I'm going to try now... Link to comment
Demivrgvs Posted May 16, 2007 Author Share Posted May 16, 2007 It doesn't seem to work... /Edit It works! Thanx!! So i don't have to re-install nothing apart from my mod! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.