Kuzuba Posted March 7, 2017 Share Posted March 7, 2017 (edited) Hi I encountered a problem when trying to for make a dialogue that have speech checks. I run everything fine with the tutorial: https://www.creationkit.com/index.php?title=Tutorial:_Dialogue_Speech_Checks , but stuck at the part where I need to manually add a FavorDialogueScript type property, it always returns as a compilation failed as follow: Starting 1 compile threads for 1 files... Compiling "TIF__0512A196"... F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(40,14): cannot convert to unknown type companionshousekeepingscript F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(40,14): cannot cast a quest to a companionshousekeepingscript, types are incompatible F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(40,47): companionshousekeepingscript is not a known user-defined type F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(47,14): cannot convert to unknown type companionshousekeepingscript F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(47,14): cannot cast a quest to a companionshousekeepingscript, types are incompatible F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(47,47): companionshousekeepingscript is not a known user-defined type F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(65,14): cannot convert to unknown type companionshousekeepingscript F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(65,14): cannot cast a quest to a companionshousekeepingscript, types are incompatible F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(65,47): companionshousekeepingscript is not a known user-defined type F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(65,46): type mismatch while assigning to a none (cast missing or types unrelated) F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(71,15): cannot convert to unknown type companionshousekeepingscript F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(71,15): cannot cast a quest to a companionshousekeepingscript, types are incompatible F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(71,48): companionshousekeepingscript is not a known user-defined type F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(80,14): cannot convert to unknown type companionshousekeepingscript F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(80,14): cannot cast a quest to a companionshousekeepingscript, types are incompatible F:\Games\Skyrim\Data\Scripts\Source\CompanionsRadiantQuest.psc(80,47): companionshousekeepingscript is not a known user-defined type No output generated for TIF__0512A196, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on TIF__0512A196 I have no idea why this is related with Companions quest script. The only thing I input in the source script is just 'FavorDialogueScript Property pFDS auto'.And it seems in CK, other quest dialogue that have speech checks, like the Dirge's dialogue in RiftenDialogue have the same problem if trying to compile its papyrus fragment.Can any one see where I did wrong to cause this problem and how should I solve it? Thx. Edited March 7, 2017 by Kuzuba Link to comment Share on other sites More sharing options...
Kuzuba Posted March 10, 2017 Author Share Posted March 10, 2017 Problem Solved. As the failed compilation is due the conflict between CompanionsRadientQuest script and companionshousekeeping script, one can just find a functional companionshousekeeping script (like from USLEEP) to replace the original one. Link to comment Share on other sites More sharing options...
Recommended Posts