Page 1 of 1

SimpleModManager - Now with linux support!

Posted: 16 Apr 2016, 19:07
by Lenny
Edit2:
Should probably use this for levelled list merging instead:
https://github.com/jmelesky/omwllf

Hey,
so I really love OpenMW, but one thing that always bugged me is that you have to manually add all of your mod folders to your openmw.cfg as explained on the wiki.

So I created a simple program that automatically discovers all your mod folders and updates your openmw.cfg accordingly.

Here's how to get started:
  1. Download the program here
  2. Extract all the files in the OpenMW-smm.zip into your C:\Users\[username]\Documents\My Games\OpenMW directory
  3. Put all of your mods folders into the C:\Users\[username]\Documents\My Games\OpenMW\mods directory
  4. Finally just run openmw-smm.exe
You can also add a "-" to the start of a mod directory to make the program ignore it.

Image
Image
Image


Note that this preserves your load order. Also note that this will remove folders that you deleted from your openmw.cfg but it wont(!) disable the mods.
Also you should clear all of your custom mod directories before running this for the first time

Hope I saved some of you some tedious config editing!

Re: SimpleModManager (Windows) - Now with leveled list mergi

Posted: 24 Mar 2017, 23:08
by Lenny
I just pushed a new update that includes a new helper script to let you easily merge your leveled lists with tes3cmd

Read about how to use it here and download it here

Hope I saved you some trouble!

Re: SimpleModManager - Now with linux support!

Posted: 03 Apr 2019, 21:21
by Lenny
Don't know if anyone cares, but I just modified this a bit so it also works on linux
You can check it out here: https://github.com/LennyPenny/OpenMW-Si ... _linux.lua

Re: SimpleModManager - Now with linux support!

Posted: 03 Apr 2019, 21:37
by lysol
Of course people care. Great job!

Re: SimpleModManager - Now with linux support!

Posted: 03 Apr 2019, 23:15
by Amenophis
This is looking very good. The last missing feature now is merging objects like Testool does. Sadly I don't know if their source code is anywhere available.

Re: SimpleModManager - Now with linux support!

Posted: 05 Apr 2019, 18:00
by Lenny
Amenophis wrote: 03 Apr 2019, 23:15 This is looking very good. The last missing feature now is merging objects like Testool does. Sadly I don't know if their source code is anywhere available.
Ui I didn't know that was a thing yet.
I might have a look into that and maybe take some hints from https://github.com/jmelesky/omwllf to gather some research if it would be feasible to do.

Re: SimpleModManager - Now with linux support!

Posted: 05 Apr 2019, 19:32
by Amenophis
Very good. Thank you!