
basic_game import BasicGame import mobase class Witcher3Game( BasicGame): You need to create a class that inherits BasicGame and put it in a game_XX.py in games.īelow is an example for The Witcher 3 (see also games/game_witcher3.py):įrom PyQt5. To debug and look at the mo_interface.log file. Note: If your game plugin does not load properly, you should set the log level You can create a plugin by providing a python class in the games folder. The Witcher: Enhanced Edition - GOG / STEAM

Force of Corruption: game_starwars-empire-at-war-foc.py.Empire at War: game_starwars-empire-at-war.py.STAR WARS™ Empire at War: Gold Pack - GOG / STEAM Mount & Blade II: Bannerlord - GOG / STEAM Supported games Gameĭivinity: Original Sin (Enhanced Edition) - STEAMĭragon's Dogma: Dark Arisen - GOG / STEAM You can rename modorganizer-basic_games-xxx to whatever you want (e.g., basic_games). Important: Extract the folder in your plugins folder, not the individual files. In the existing basic_games folder, overwriting existing files.

#Nexus mod manager vs mod organizer 2 archive#
Release, download the latest archive and extract the files
#Nexus mod manager vs mod organizer 2 how to#
How to install?ĭownload the archive for your MO2 version and extract it directly into your MO2 plugins folder.Īnd extract in your plugins/ folder (see below). The goal of this meta-plugin is to allow creating game plugins for "basic" games by This interface was initially designed for Bethesda games such as the Elder Scrolls orįallout series and thus contains a lot of things that are irrelevant for most games. In order to create a MO2 game plugin, one must implement the IPluginGame interface.

Mod Organizer 2 meta-plugin to make creating game plugins easier and faster.
