Oblivion Mod Manager

Welcome to the OBMM sourceforge project site.

Check the navigation links above for a small amount of information about the project. Much more will be coming in later days and weeks.

Note that this project only contains source code. Please visit http://timeslip.chorrol.com for the official distribution.

Work in progress

Zip64 Compatibility (CODE COMPLETE - Needs testing)

  • Zip64 is usable by both the internal plugin and data packaging as well as the external packaging
  • Upgraded to latest release of SharpZipLib
  • New omod file version
  • Previous omod version still handled properly

Plugin modification date sorting and retention (CODE COMPLETE - Needs testing)

  • New omod file version.
  • Previous omod versions still handled properly.
  • Original file modification dates are retained in .crc entry.
  • Added date field to omod creation screen.
  • Added sorting by field in omod creation screen.
  • Load order still not kept on edit.

Mod info for script environment (CODE COMPLETE - Needs testing)

  • Added additional script functions for accessing all relevant mod fields.
  • Added function to display omod Readme.
  • Added new function for returning an image object for all scripting languages except obmmScript.
  • DisplayImage displays embedded image if path is empty.

Conversion of documentation to docbook format

  • make system working. Generates a chm file.
  • Most content brought in
  • Needs styling, indexing, and other tweaks