Oblivion

File information

Last updated

Original upload

Created by

Silver Phoenix

Uploaded by

Silver Phoenix

Virus scan

Safe to use

About this mod

This is a utility to view Oblivion save (ess) files. Only data in the first tab can be changed. Other tabs are still read only, mostly because the file format hasn\'t been completely documented. TODO ------- - Search data grids. - Data binding, i.e., changing data will have an effect when saving. Only first tab is fully working. On oth

Permissions and credits
This is a utility to view Oblivion save (ess) files.
Only data in the first tab can be changed.
Other tabs are still read only, mostly because the file format hasn't been completely documented.


TODO
-------
- Search data grids.
- Data binding, i.e., changing data will have an effect when saving.
Only first tab is fully working. On other tabs, only HexEditors are editable.
- Add and remove bytes from hex editors.
- Add, edit and remove data from data grids.
- Import/Export records.
- Format/parse known subrecords instead of raw binary display in hex editor.
- Better hex editor: better scrolling, editing, selecting.
I'm planning on adding a bar that displays data as integers. Don't count on it for now.
- Undo/Redo.
- Filter data grids.


KNOWN BUGS
----------------
-> HexEditor

- When selecting multiple characters with the mouse in the rightmost textbox, the last character doesn't get selected.
Workaround: select it with the keyboard (Shift + Right Arrow).

- Scrolling is somewhat desynchronized while selecting with mouse.

- Mouse wheel can, sometimes, go beyond text scope.


RELEASES
------------
-> Version 0.3
- HexEditors can now be edited.
- Lists (last tab) are now (also) sortable.

-> Version 0.2
- Added sorting support for data grids.
Note that sorting change records by type doesn't sort them alphabetically, but by type number.
On big lists it takes a little while to sort.
Lists are still unchanged.

-> Version 0.1
- Initial Release