Difference between revisions of "Template:INI:Papyrus:sAdditionalImports"

added links to wiki pages
imported>DavidJCobb
imported>Qazaaq
(added links to wiki pages)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
Like the source folder, paths may be absolute or relative to the editor's installation directory.
Like the source folder, paths may be absolute or relative to the editor's installation directory.


A special variable called <Code>$(source)</Code> may be specified to indicate where the value of <Code>sScriptSourceFolder</Code> should be used.
A special variable called <Code>$(source)</Code> may be specified to indicate where the value of <Code>[[:Category:CreationKit.ini#sScriptSourceFolder|sScriptSourceFolder]]</Code> should be used.


'''Examples'''
'''Examples'''
<source lang="ini">
<source lang="ini">
; Include a "base" folder containing all original game scripts, let DLC01 override it, and then finally override both with the source folder:
; Include a "base" folder containing all original game scripts, let DLC01 override it, and then finally override both with the source folder:
sAdditionalImports="$(Source);Data/Scripts/Source/DLC01;Data/Scripts/Source/Base"
sAdditionalImports="$(Source);Data\Scripts\Source\DLC01;Data\Scripts\Source\Base"
</Source>
</Source>
<BR>
<BR>
Anonymous user