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

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
== sScriptTempFolder ==
== sScriptTempFolder ==
* '''Default:''' <Code>""</Code>
* '''Default:''' <Code>""</Code>
* '''Value:''' <Code>"C:\Users\<USERNAME>\AppData\Local\Temp\PapyrusTemp"</Code>
* '''Path:''' <Code>"C:\Users\<USERNAME>\AppData\Local\Temp\PapyrusTemp"</Code>


This tells the [[Creation Kit]] where to temporarily put script files that are being edited or compiled, as well as the compiler [[Papyrus Project]] files that it generates.
This tells the [[Creation Kit]] where to temporarily put script files that are being edited or compiled, as well as the compiler [[Papyrus Project]] files that it generates.
Line 11: Line 11:




[[Category:Editor Configurations]]
[[Category:CreationKit.ini]]
[[Category:Papyrus Configurations]]

Latest revision as of 12:17, 30 August 2019

sScriptTempFolder[edit source]

  • Default: ""
  • Path: "C:\Users\<USERNAME>\AppData\Local\Temp\PapyrusTemp"

This tells the Creation Kit where to temporarily put script files that are being edited or compiled, as well as the compiler Papyrus Project files that it generates. When this entry is set to the default empty string, then the editor will use a temporary folder in the user's Windows temporary folder at "C:\Users\<username>\AppData\Local\Temp\PapyrusTemp".

There is generally no need to change this setting unless the drive your user folder is on is severely low on disk space, or something else is preventing the Creation Kit from writing to the folder.