rockerbacon / modorganizer2-linux-installer

An easy-to-use Mod Organizer 2 installer for Linux
GNU General Public License v3.0
979 stars 79 forks source link

MO2 support? #11

Closed spannerman79 closed 4 years ago

spannerman79 commented 4 years ago

Hi, I originally found your post over at reddit but I see that you only mention Vortex. Curious - why don't you support ModOrganiser 2?

rockerbacon commented 4 years ago

Mod Organizer uses a virtual filesystem feature from Windows that's not supported by Wine (at least it wasn't when I started this, not sure if anything changed).

spannerman79 commented 4 years ago

Its been patched correctly - see https://www.reddit.com/r/linux_gaming/comments/d3493y/i_got_mod_organizer_2s_usvfs_running_under_wine/

rockerbacon commented 4 years ago

That's great news. I expect that the current installer setup for Vortex is more than enough to get MO2 working as well.

The first step would be to swap the .exe Vortex installer with the MO2 installer, that should already get a working initial version. From there adjustments to the downloads-handler would be necessary so that MO2 can handle NXM links.

After ensuring everything works it would be nice to strip unnecessary code. That is a little more work as it would require a considerable amount of testing.

rockerbacon commented 4 years ago

I've published a new release with a prototype. I don't have much time to work on this project so I'd appreciate if someone could test it a little more for me.

One thing to note is that the latest version I could get working was 2.2.0 with newer versions raising errors related to Visual C++ libraries.

rockerbacon commented 4 years ago

First stable version of an MO2 installer for Skyrim was just released, with the latest version of MO2.

For this installer I went with a different approach, doing a complete modding package instead of relying on multiple different installers. This installer includes SKSE, ENB support and does not require any tweaks on Steam.

spannerman79 commented 4 years ago

You can also use or take a look at vkBasalt. It has limited support for the reshade Fx shaders (~ 80%) out of the box.

GamingOnLinux has made some coverage and support to tweak vkBasalt is now part of GOverlay.

rockerbacon commented 4 years ago

You can also use or take a look at vkBasalt. It has limited support for the reshade Fx shaders (~ 80%) out of the box.

GamingOnLinux has made some coverage and support to tweak vkBasalt is now part of GOverlay.

My plan is to get ENB working on all games. Currently I've managed to get ENB working for Skyrim and I've applied the same methods for getting it to work to other DX9 Bethesda games. The problematic part now is getting it to work on the newer DX11 titles.

rockerbacon commented 4 years ago

With #28, the MO2 installer now supports all games the Vortex installer does. All that remains now is to update the documentation.

I'll be closing this issue. For further support or suggestions regarding MO2 users and contributors should open specific issues.