erri120.OMODFramework
1.0.0
See the version list below for details.
dotnet add package erri120.OMODFramework --version 1.0.0
NuGet\Install-Package erri120.OMODFramework -Version 1.0.0
<PackageReference Include="erri120.OMODFramework" Version="1.0.0" />
paket add erri120.OMODFramework --version 1.0.0
#r "nuget: erri120.OMODFramework, 1.0.0"
// Install erri120.OMODFramework as a Cake Addin #addin nuget:?package=erri120.OMODFramework&version=1.0.0 // Install erri120.OMODFramework as a Cake Tool #tool nuget:?package=erri120.OMODFramework&version=1.0.0
OMOD-Framework
This framework contains code of the original Oblivion Mod Manager aka OBMM.
OBMM is old. First uploaded on 31 March 2006 to the Nexus it has been over 9 years since the last update from February 2010. The bright side is that the author Timeslip made the source code for OBMM publicly available under the GPLv3 license.
This framework is meant to be a helper for all tools that want to do something with .omod
files. Initialy just an extractor, this framework can now execute the installation script inside an OMOD with your own created UI.
Features
- Extraction of OMOD files
- Parsing of information inside OMODs
- Running the installation script (obmmScript, cSharp and VB)
Missing features
- Python script execution
- Wrapper for different languages
Usage
An example project is available in the repo and explains in-depth, how to use this framework for installing .omod
files.
The documentation is available on readthedocs.io
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- SevenZip (>= 19.0.0)
- SharpZipLib (>= 1.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release