Difference between revisions of "File Details"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Dev akm
imported>Entim
m (huh)
 
(10 intermediate revisions by 5 users not shown)
Line 15: Line 15:
== Use the File Details to remove/delete unwanted changes from your mod. ==
== Use the File Details to remove/delete unwanted changes from your mod. ==


(Adapted from a post by Stromgard on the official forums)
1) Load Oblivion CS. Select File->Data. Select your mod as the active file. Click OK. Wait for your mod to load into the editor.


2) After your mod is loaded in the CS, select File->Data again. Select the your mod and click the Details tab.
1) Load Oblivion CS. Select File->Data. Find your mod in the list and highlight it, but don't load it yet. Instead, click the Details button.


3) In the File Details window, scroll down to find the entry you want to remove and click to highlight it. Press the Delete key on your keyboard. (Not the Backspace key). Click Yes when asked for confirmation that the Ignore flag should be toggled. You'll now see an I next to that entry in the File Details window. Click Close to close the File Details window and OK to close the Data window. The CS will now reload your mod without the Ignored value.
2) In the File Details window, scroll down to find the entry you want to remove and click to highlight it. Press the Delete key on your keyboard. (Not the Backspace key). Click Yes when asked for confirmation that the Ignore flag should be toggled. You'll now see an I next to that entry in the File Details window. Repeat this for any other entries you wish to remove. You can sort the list by clicking on the columns to multiple entries easier to find.


4) After your mod has finished reloading in the editor, select File->Save. This will remove any Ignored values, which you should confirm via the Details tab. You shouldn't see any reference to the removed entry on the Details tab at all. If you still do, the reference hasn't been completely cleaned.
3) Close the Details window, load your mod, and save it. The next time you load the mod in the CS, the Ignored changes will be gone.


You can use the same method to remove multiple unwanted entries. Use Ctrl and Shift-clicks to select multiple entries before pressing Delete.
You can use the same method to remove multiple unwanted entries. Use Ctrl and Shift-clicks to select multiple entries before pressing Delete.

Latest revision as of 12:22, 20 October 2006

Displays information about all of the forms in a file.

  • Type: 4 char descriptor of form type
  • Deleted: 'D' indicates a plugin has deleted the form
  • Ignored: 'I' indicates the form has been marked as ignored
  • Editor ID: string descriptor for form
  • Form ID: numeric descriptor for form
  • Offset: offset of form into the file
  • Length: length of the form or group


Use the File Details to remove/delete unwanted changes from your mod.[edit | edit source]

(Adapted from a post by Stromgard on the official forums)

1) Load Oblivion CS. Select File->Data. Find your mod in the list and highlight it, but don't load it yet. Instead, click the Details button.

2) In the File Details window, scroll down to find the entry you want to remove and click to highlight it. Press the Delete key on your keyboard. (Not the Backspace key). Click Yes when asked for confirmation that the Ignore flag should be toggled. You'll now see an I next to that entry in the File Details window. Repeat this for any other entries you wish to remove. You can sort the list by clicking on the columns to multiple entries easier to find.

3) Close the Details window, load your mod, and save it. The next time you load the mod in the CS, the Ignored changes will be gone.

You can use the same method to remove multiple unwanted entries. Use Ctrl and Shift-clicks to select multiple entries before pressing Delete.