Difference between revisions of "Category:CreationKit.ini"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Created page with "= Editor Settings = The following settings are editor-only Initialization File settings. == Defaults == The following block shows the defaults for all the various setting...")
 
imported>Qazaaq
Line 1: Line 1:
= Editor Settings =
The following settings are editor-only [[Initialization File]] settings.
The following settings are editor-only [[Initialization File]] settings.


== Defaults ==
= <Code>[Papyrus]</Code> =
The following block shows the defaults for all the various settings.
You will typically not need to touch any of the <Code>[Papyrus]</Code> section settings.
If you end up messing something up you can always copy this block back into your ini file (or delete the block entirely):
Adjusting the source folder and imports settings can help you keep individual groups of scripts organized.
 
[Papyrus]
sScriptSourceFolder="../Source/Scripts/"
sAdditionalImports=""
sScriptTempFolder=""
sScriptCompiledFolder="Data/Scripts/"
sCompilerFolder="Papyrus Compiler/"
 
== Individual Settings ==
You will typically not need to touch any of these settings, though adjusting the source folder and imports settings can help you keep individual groups of scripts separate.


{{Editor:Configuration:sScriptSourceFolder}}
{{Editor:Configuration:sScriptSourceFolder}}
Line 25: Line 14:
== See Also ==
== See Also ==
* [[Initialization File]]
* [[Initialization File]]
* [[Editing INI Settings (Papyrus)]]
* [[INI Settings (Papyrus)]]





Revision as of 14:44, 27 August 2019

The following settings are editor-only Initialization File settings.

[Papyrus]

You will typically not need to touch any of the [Papyrus] section settings. Adjusting the source folder and imports settings can help you keep individual groups of scripts organized.

Template:Editor:Configuration:sScriptSourceFolder Template:Editor:Configuration:sAdditionalImports Template:Editor:Configuration:sScriptTempFolder Template:Editor:Configuration:sScriptCompiledFolder Template:Editor:Configuration:sCompilerFolder Template:Editor:Configuration:sAutoFillNamespaceDefault

See Also