Difference between revisions of "Data Window"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
Line 24: Line 24:
=== Working with Records ===
=== Working with Records ===
When you are using the [[Creation Kit]], the records that you have edited in the currently active [[Data File]] will be marked with a '''*''' within the [[Object Window]].
When you are using the [[Creation Kit]], the records that you have edited in the currently active [[Data File]] will be marked with a '''*''' within the [[Object Window]].
To see these all records a [[Data File]] changes or adds in a single list, do the following.
To see all records a [[Data File]] changes or adds in a single list, do the following.
#Make sure the [[Data File]] is saved to disk.
#Make sure the [[Data File]] is saved to disk.
#Then navigate to '''File -> Data...''' from the [[Creation Kit]] file menu.
#Then navigate to '''File -> Data...''' from the [[Creation Kit]] title bar menu.
#Highlight your [[Data File]] in the left pane, and  press the '''Details...''' button.  
#Highlight your [[Data File]] in the left pane, and  press the '''Details...''' button.  
#A separate window will then show the full list of records that the [[Data File]] adds or changes.
#A separate window will then show the full list of records that the [[Data File]] adds or changes.
Line 46: Line 46:
[[File:Data File Details Info Window.png]]
[[File:Data File Details Info Window.png]]
[[File:Data File Details Info Window GIF.gif]]
[[File:Data File Details Info Window GIF.gif]]
{{ClearFloats}}
{{ClearFloats}}<BR>


This window is very tall and so requires some ''Microsoft Windows'' shortcuts to navigate.
This window is very tall and so requires some ''Microsoft Windows'' shortcuts to navigate.
Line 55: Line 55:
*[[Data File]]
*[[Data File]]
*[[Game File Reference]]
*[[Game File Reference]]
*[[Object Window]]
*[[Editor Interface]]
*[[Editor Interface]]



Revision as of 18:13, 9 December 2018

The Data Window allows the Creation Kit to load Data Files and edit their meta data. The window can be found under the title bar menu, File -> Data....

Editor Window

Data Window.png

  • Plugin/Master Files: A list of Data Files found in the data folder.
    • Filename: The name of this Data File.
    • Status: The status of this Data File.
      • Master: The Data File is an .esm or .esl master file.
      • Plugin: The Data File is an .esp plugin file.
      • Active: The Data File is an .esp and is selected for Saving.
  • Set as Active File: Sets the selected plugins Status to Active.
  • Details...: Opens the File Details window.
  • Created By: The author's name.
  • Summary: A summary description of this Data File.
  • Created On: The date & time this file was created on the file system.
  • Last Modified: The date & time this file was last modified on the file system.
  • Parent Masters: A list of master Data Files for the selected plugin.
  • OK: Pressing ok will reload the entire editor with the selected Data Files and their masters.
  • Cancel: Closes this window.

File Details

Data File Details Window v2.png

Working with Records

When you are using the Creation Kit, the records that you have edited in the currently active Data File will be marked with a * within the Object Window. To see all records a Data File changes or adds in a single list, do the following.

  1. Make sure the Data File is saved to disk.
  2. Then navigate to File -> Data... from the Creation Kit title bar menu.
  3. Highlight your Data File in the left pane, and press the Details... button.
  4. A separate window will then show the full list of records that the Data File adds or changes.
  5. Select any file and choose the Details... button.

The above method is the only way to get a full listing within the Creation Kit of your changes to a master files records, and additional records your plugin creates. It's worth noting that your additional records will have FormID's that are higher than those of the master files. The first 2 characters count up for each file loaded. So sorting by FormID, by clicking the column heading, becomes a useful tool too.

Ignoring Records

Data File Details Mark As Ignored Window.png

If you see some records listed that you didn't intend to change, you can highlight them in the popup box and press the delete key. This will mark them with an I for ignored. The ignored records will be purged from your file the next time you save it.

More Info

Data File Details Info Window.png Data File Details Info Window GIF.gif

This window is very tall and so requires some Microsoft Windows shortcuts to navigate. With the More Info window focused, press the Alt+Spacebar keys together to open the System Menu. Select the Move option and press the & arrow keys to navigate.

See Also