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:
'''File Extension:''' <code>.ini</code>
[[Category:Editor Reference]]
 
[[Category:Game Files]]
The '''Initialization File''' format is an informal standard for storing application [[Configurations]].
'''File Extension:''' .ini
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>.
 
==INI Custom==
Using a ''custom'' initialization file will preserve your changes after [[Fallout 4]] or the [[Creation Kit]] update.
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==
Any active [[Data File]] can override values in [[Fallout4.ini]] by including a new <code>*.ini</code> file that shares 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>
<code>\Fallout4\Data\MyWastelandMod.esp</code><BR>
<code>\Fallout4\Data\MyWastelandMod.ini</code>
<source lang="ini">
[Display]
fPipboyScreenEmitIntensityPA=1.25
fPipboyScreenDiffuseIntensityPA=0.15
 
[Pipboy]
bPipboyDisableFX=1
 
[Interface]
bShowTutorials=0
</source>
 
==Tooling==
*A standard [[Text Editor]] can create and edit initialization files.


== Notes ==
These are settings files that store values by <code>section.property.value</code>. These files are normally only loaded once when an application is starting up.
* The sections may be optional in some uses.


== See Also ==
== See Also ==
*[[Configurations]]
*[[:Category:Game_Files|Game Files Category]]
*[[Fallout4.ini]]
*[[Distribution]]
*[[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)