Editing Initialization File

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[Category:Editor Reference]]
[[Category:Game Files]]
'''File Extension:''' <code>.ini</code>
'''File Extension:''' <code>.ini</code>


The '''Initialization File''' format is an informal standard for storing application [[Configurations]].
The '''initialization file''' format is an informal standard for storing application configurations. These files are normally only loaded once when an application is starting up.
These files are normally only loaded once when an application is starting up.
The configuration format is a <code>section</code> followed by multiple <code>property=value</code>.
The configuration format is a <code>section</code> followed by multiple <code>property=value</code>.


==INI Custom==
==Tooling==
Using a ''custom'' initialization file will preserve your changes after [[Fallout 4]] or the [[Creation Kit]] update.
*A standard text editor can create and edit initialization files.
This is useful becuase the ''default'' initialization files are overwritten by application updates.
The ''*Custom.ini'' suffixed files work by overriding values in their parent ''default'' initialization files.
Override values in the ''default'' files by only adding settings which are intended to be changed to the custom ini.
Both [[Fallout 4]] and the [[Creation Kit]] support ''custom'' initialization files.
 
For Fallout 4, create a new, empty file called [[Fallout4Custom.ini]] within the user directory.
<BR><code>\My Games\Fallout4\Fallout4Custom.ini</code>
<source lang="ini">
[Archive]
bInvalidateOlderFiles=1
sResourceDataDirsFinal=
 
[Papyrus]
bEnableLogging=1
bEnableTrace=1
bLoadDebugInformation=1
</source>
 
<BR>
For the Creation Kit, create a new, empty file called [[CreationKitCustom.ini]] within the game directory.
<BR><code>\steamapps\common\Fallout 4\CreationKitCustom.ini</code>
<source lang="ini">
[General]
bAllowMultipleEditors=1
bAllowMultipleMasterLoads=1
</source>
 
=== Bethesda.net Uploads ===
<BR>
To extend the Creation Kit mod list when uploading mods to Bethesda.net, add the following line to [[CreationKitCustom.ini]]:
<BR><code>\steamapps\common\Fallout 4\CreationKitCustom.ini</code>
<source lang="ini">
[Bethesda.net]
uiDefaultNumSearchResults=800
uiEditorNumSearchResults=400
</source>


==INI Fragments==
==INI Fragments==
Any active [[Data File]] can override values in [[Fallout4.ini]] by including a new <code>*.ini</code> file that shares the same name.
Any [[Data File]] can override values in the games base INIs by including a new INI of the same name.
Including ''INI Fragments'' with Playstation distributions is not supported. There are a number of ''INI Fragments'' that will work on Xbox; however if they are considered "dangerous" on PC, they are equally dangerous for console.
<BR>
<BR>
<code>\Fallout4\Data\MyWastelandMod.esp</code><BR>
<code>\Fallout4\Data\MyWastelandMod.esp</code><BR>
<code>\Fallout4\Data\MyWastelandMod.ini</code>
<code>\Fallout4\Data\MyWastelandMod.ini</code>
<source lang="ini">
<source lang="text">
[Display]
[Display]
fPipboyScreenEmitIntensityPA=1.25
fPipboyScreenEmitIntensityPA=1.25
Line 62: Line 26:
</source>
</source>


==Tooling==
==Sample==
*A standard [[Text Editor]] can create and edit initialization files.
<code>\My Games\Fallout4\Fallout4Custom.ini</code>
<source lang="text">
[Archive]
bInvalidateOlderFiles=1
sResourceDataDirsFinal=
 
[Papyrus]
bEnableLogging=1
bEnableTrace=1
bLoadDebugInformation=1
</source>


== Notes ==
== Notes ==
Line 69: Line 43:


== See Also ==
== See Also ==
*[[Configurations]]
*[[:Category:Game_Files|Game Files Category]]
*[[Fallout4.ini]]
*[[CreationKit.ini]]
*[[INI Settings (Papyrus)]]
*[[Game File]]s
 
 
[[Category:Editor Reference]]
[[Category:Game Files]]

Please note that all contributions to the Fallout4 CreationKit Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see FalloutCK:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)