Jump to content

Likely dumb Ckit question


chucksteel

Recommended Posts

Ok this is probably a stupid question but, How the heck do you get the Ckit to read the scripts from the DLC? I have all of the DLC source files unpacked and in my source folder. I think they are in the correct directory but, when I try to look at any DLC quest the fragments say "failed" and they can't be edited.

 

Am I missing something?

Do I need to do some .ini edit I don't know about?

 

thanks for any help.

Link to comment
Share on other sites

First you need to extract the DLC zips. By default they're not extracted. The zips will be in Data\Scripts\Source\DLCn.

 

If you do not want to modify any ini settings to add compile paths you need to extract the zips to the data\Scripts\Source\Base folder so the paths will be Data\Scripts\Source\Base\DLCn\scriptname.psc if you see Data\Scripts\Source\Base\DLCn\DLCn\scriptname.psc it was done incorrectly.

 

If you want the DLC scripts to remain where they are you can extract them in place. This will require editing the CreationKitCustom.ini. If you extract them in place so the paths are not Data\Scripts\Source\DLCn\DLCn\scriptname.psc then add this to your ini

[Papyrus]
sAdditionalImports = "$(source);.\Data\Scripts\Source\F4SE;.\Data\Scripts\Source\DLC01;.\Data\Scripts\Source\DLC02;.\Data\Scripts\Source\DLC03;.\Data\Scripts\Source\DLC04;.\Data\Scripts\Source\DLC05;.\Data\Scripts\Source\DLC06;.\Data\Scripts\Source\Base"
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...