MagicMan3000 Posted October 25, 2015 Share Posted October 25, 2015 I don't know, I don't use MO. I'm going on a theory that MO edits SkyrimEditor.ini So check there first and look for this: [Papyrus] sScriptSourceFolder = "Data\Scripts\Source" sScriptCompiledFolder = "Data\Scripts\" sCompilerFolder = "Papyrus Compiler\" bPerforceEnabled = 0 iMinMemoryPageSize = 128 iMaxMemoryPageSize = 512 iMaxAllocatedMemoryBytes = 76800 ;75kbIf yours doesn't match, change the paths to match and see what happens. If those do match, perhaps you need to poke around MO and look for a "settings" option or a "preference" option(common names for general options in most apps) and look for any suboptions that handle flie paths. I copied that over all my Pap lines and tried again. Nadda. I got... ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment;NEXT FRAGMENT INDEX 1Scriptname SprigganFollowerDismiss Extends TopicInfo Hidden ;BEGIN FRAGMENT Fragment_0Function Fragment_0(ObjectReference akSpeakerRef)Actor akSpeaker = akSpeakerRef as Actor;BEGIN CODE(pDialogueFollower as DialogueFollowerScript).DismissAnimal ();END CODEEndFunction;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment Quest Property pDialogueFollower Auto And just says... "Starting 1 compile threads for 1 files...Compiling "SprigganFollowerDismiss"...<unknown>(0,0): Unable to find flags file: TESV_Papyrus_Flags.flgC:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\SprigganFollowerDismiss.psc(3,0): Unknown user flag HiddenNo output generated for SprigganFollowerDismiss, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on SprigganFollowerDismiss" Link to comment Share on other sites More sharing options...
Aragorn58 Posted October 25, 2015 Share Posted October 25, 2015 (edited) I don't know, I don't use MO. I'm going on a theory that MO edits SkyrimEditor.ini So check there first and look for this: [Papyrus] sScriptSourceFolder = "Data\Scripts\Source" sScriptCompiledFolder = "Data\Scripts\" sCompilerFolder = "Papyrus Compiler\" bPerforceEnabled = 0 iMinMemoryPageSize = 128 iMaxMemoryPageSize = 512 iMaxAllocatedMemoryBytes = 76800 ;75kbIf yours doesn't match, change the paths to match and see what happens. If those do match, perhaps you need to poke around MO and look for a "settings" option or a "preference" option(common names for general options in most apps) and look for any suboptions that handle flie paths. I copied that over all my Pap lines and tried again. Nadda. I got... ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment;NEXT FRAGMENT INDEX 1Scriptname SprigganFollowerDismiss Extends TopicInfo Hidden ;BEGIN FRAGMENT Fragment_0Function Fragment_0(ObjectReference akSpeakerRef)Actor akSpeaker = akSpeakerRef as Actor;BEGIN CODE(pDialogueFollower as DialogueFollowerScript).DismissAnimal ();END CODEEndFunction;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment Quest Property pDialogueFollower Auto And just says... "Starting 1 compile threads for 1 files...Compiling "SprigganFollowerDismiss"...<unknown>(0,0): Unable to find flags file: TESV_Papyrus_Flags.flgC:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\SprigganFollowerDismiss.psc(3,0): Unknown user flag HiddenNo output generated for SprigganFollowerDismiss, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on SprigganFollowerDismiss" This Unable to find flags file: TESV_Papyrus_Flags.flg is usually due to This Edited October 25, 2015 by Aragorn58 Link to comment Share on other sites More sharing options...
MagicMan3000 Posted October 25, 2015 Share Posted October 25, 2015 I don't know, I don't use MO. I'm going on a theory that MO edits SkyrimEditor.ini So check there first and look for this: [Papyrus] sScriptSourceFolder = "Data\Scripts\Source" sScriptCompiledFolder = "Data\Scripts\" sCompilerFolder = "Papyrus Compiler\" bPerforceEnabled = 0 iMinMemoryPageSize = 128 iMaxMemoryPageSize = 512 iMaxAllocatedMemoryBytes = 76800 ;75kbIf yours doesn't match, change the paths to match and see what happens. If those do match, perhaps you need to poke around MO and look for a "settings" option or a "preference" option(common names for general options in most apps) and look for any suboptions that handle flie paths. I copied that over all my Pap lines and tried again. Nadda. I got... ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment;NEXT FRAGMENT INDEX 1Scriptname SprigganFollowerDismiss Extends TopicInfo Hidden ;BEGIN FRAGMENT Fragment_0Function Fragment_0(ObjectReference akSpeakerRef)Actor akSpeaker = akSpeakerRef as Actor;BEGIN CODE(pDialogueFollower as DialogueFollowerScript).DismissAnimal ();END CODEEndFunction;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment Quest Property pDialogueFollower Auto And just says... "Starting 1 compile threads for 1 files...Compiling "SprigganFollowerDismiss"...<unknown>(0,0): Unable to find flags file: TESV_Papyrus_Flags.flgC:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\SprigganFollowerDismiss.psc(3,0): Unknown user flag HiddenNo output generated for SprigganFollowerDismiss, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on SprigganFollowerDismiss" This Unable to find flags file: TESV_Papyrus_Flags.flg is usually due to This I will give that a try and let you know asap. Thanks for the response. Link to comment Share on other sites More sharing options...
Recommended Posts