erri120.OMODFramework 1.0.1

Suggested Alternatives

OMODFramework

There is a newer version of this package available.
See the version list below for details.
dotnet add package erri120.OMODFramework --version 1.0.1
NuGet\Install-Package erri120.OMODFramework -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="erri120.OMODFramework" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add erri120.OMODFramework --version 1.0.1
#r "nuget: erri120.OMODFramework, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install erri120.OMODFramework as a Cake Addin
#addin nuget:?package=erri120.OMODFramework&version=1.0.1

// Install erri120.OMODFramework as a Cake Tool
#tool nuget:?package=erri120.OMODFramework&version=1.0.1

OMOD-Framework

Documentation Status Build Status Nuget

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

  1. Extraction of OMOD files
  2. Parsing of information inside OMODs
  3. 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 Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 545 10/14/2019
1.1.0 515 10/14/2019
1.0.1 504 10/9/2019
1.0.0 733 10/6/2019

Initial release