rockerbacon / modorganizer2-linux-installer

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

Script to launch script extender through MO2 directly? #166

Closed katawful closed 1 year ago

katawful commented 3 years ago

I'm trying to find a way to launch NVSE directly so I don't have to open up MO2 everytime just to play. I tried launching the desktop shortcut it creates but it doesn't seem to want to launch when messing with the provided run.sh script

rockerbacon commented 3 years ago

The desktop shortcut MO2 creates is simply an alias for ModOrganizer.exe with a few arguments. With these arguments in hand, you can simply append them to the command executed in run.sh.

katawful commented 3 years ago

I tried extracting the argument from the .lnk file but I can't seem to get it to work. How should it be set up to run a shortcut?

katawful commented 3 years ago

I figured it out, but for whatever reason its not loading anything into VFS. It only works if I launch through MO2 itself

Edit: Seems like proton is ignoring the -p "profile" argument outright