Akarsil Posted April 21, 2015 Share Posted April 21, 2015 (edited) What I'm wondering how to do is managing the dialogue to enforce the follower to change the current outfit to another (Predefined)Such as with branching dialogue. Mind I'm the definition of newbie at scripting, even though I've read and watched videos for hours with little understanding of the subject as result. - Greeting (Regarding outfit change as a dialogue option)- NPC Response- Options between Outfits ( Outfit is chosen and dialogue ends, SetOutfit script changes outfit )I've readied my branching dialogue and everything on that part is functioning ingame, but after hours of struggle I've simply been unable to get a SetOutfit script to compile, I've tried all sorts of different methods, from different sources, but only found vague answers such as "Just write akspeaker.SetOutfit(Outfit) and compile" Or something along those lines.The problem is I constantly get errors preventing me from compiling.By the standard "akspeaker.SetOutfit(Outfit)/akspeaker.SetOutfit(None) I get this result.Starting 1 compile threads for 1 files...Compiling "TIF__02009F0B"...C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02009F0B.psc(0,0): unable to locate script TopicInfoC:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02009F0B.psc(6,36): unknown type objectreferenceC:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02009F0B.psc(7,31): cannot convert to unknown type actorC:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02009F0B.psc(7,31): cannot cast a objectreference to a actor, types are incompatibleC:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02009F0B.psc(7,6): unknown type actorC:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02009F0B.psc(9,20): variable Outfit is undefinedC:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02009F0B.psc(9,10): actor is not a known user-defined typeNo output generated for TIF__02009F0B, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on TIF__02009F0BJust by compiling a blank space, I get this result:Starting 1 compile threads for 1 files...Compiling "TIF__02009F0B"...C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02009F0B.psc(0,0): unable to locate script TopicInfoNo output generated for TIF__02009F0B, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on TIF__02009F0BTo my fairly basic understanding, I'm missing a source script named TopicInfo, right? I have tried verifying the integrity of both the maingame and the toolset itself, which neither found any missing files.Thank you in advance for you time and help. Edited April 21, 2015 by Akarsil Link to comment Share on other sites More sharing options...
Nephenee13 Posted April 21, 2015 Share Posted April 21, 2015 There's a Scripts.rar folder in your main skyrim folder. Extract it into the scripts/source folder Link to comment Share on other sites More sharing options...
Akarsil Posted April 21, 2015 Author Share Posted April 21, 2015 (edited) Scripts.bsa, you mean?Nevermind, found it. Giving it a go. Edited April 21, 2015 by Akarsil Link to comment Share on other sites More sharing options...
Akarsil Posted April 21, 2015 Author Share Posted April 21, 2015 Unfortunately that did nothing, the TopicInfo script is still missing. Link to comment Share on other sites More sharing options...
Nephenee13 Posted April 21, 2015 Share Posted April 21, 2015 On 4/21/2015 at 6:10 PM, Akarsil said: Unfortunately that did nothing, the TopicInfo script is still missing. No, not Scripts.bsa An actual rar (or zip? Could be a zip file) in your Skyrim folder. Link to comment Share on other sites More sharing options...
Akarsil Posted April 21, 2015 Author Share Posted April 21, 2015 (edited) Yes, I extracted the actual Rar/Zip file into the Script/Source folder from my Skyrim shoulder, but my Topic Info script is still missing. :/( And I did restart the Creation Kit after extracting. ) Edited April 21, 2015 by Akarsil Link to comment Share on other sites More sharing options...
Akarsil Posted April 21, 2015 Author Share Posted April 21, 2015 Nevermind, I found my solution to the problem and made a little workaround, For anyone needing help with this in the future, you can simply send me a message privately and I answer as quickly as possible. Link to comment Share on other sites More sharing options...
Recommended Posts