Guide:Mod Organizer/Python Plugins: Difference between revisions

From Step Mods | Change The Game
(Created page with "<div style="margin-top:-2px">< Guide:Mod Organizer</div> __TOC__ =How to add Python plugins to Mod Organizer= ==Requirements== * SIP: http://www.bogo...")
(No difference)

Revision as of 11:10, December 22, 2013

How to add Python plugins to Mod Organizer

Requirements

SIP provides us with the ability to call MO-internal C++ functions from within our python plugin.

PyQt4 gives a nice General User Interface (GUI).


Installation

  • install SIP
  • install PyQt4