RedxYeti Posted February 7, 2022 Posted February 7, 2022 Im trying to edit some dlc quests but I only get failed to load fragments. ive already extracted the zip files but that doesnt seem to do anything whats the path for the dlc code?
SKKmods Posted February 7, 2022 Posted February 7, 2022 On my system the DLC PSC source files are in; ...\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\Base\DLC01 ... DLC02 ... & etc The Creation Kit needs to know about the source location, check Menu / File / Preferences / Scripts / SourceFolder which are added to through ...\Steam\steamapps\common\Fallout 4\CreationKitCustom.ini mine looks like; [Papyrus]sScriptSourceFolder = ".\Data\Scripts\Source"sAdditionalImports = "$(source);.\Data\Scripts\Source\User;.\Data\Scripts\Source\F4SE;.\Data\Scripts\Source\Base"
RedxYeti Posted February 7, 2022 Author Posted February 7, 2022 On my system the DLC PSC source files are in; ...\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\Base\DLC01 ... DLC02 ... & etc The Creation Kit needs to know about the source location, check Menu / File / Preferences / Scripts / SourceFolder which are added to through ...\Steam\steamapps\common\Fallout 4\CreationKitCustom.ini mine looks like; [Papyrus]sScriptSourceFolder = ".\Data\Scripts\Source"sAdditionalImports = "$(source);.\Data\Scripts\Source\User;.\Data\Scripts\Source\F4SE;.\Data\Scripts\Source\Base" thank you!
Recommended Posts