Starfield
0 of 0

File information

Last updated

Original upload

Created by

LeastDegenAzuraEnjoyer

Virus scan

Safe to use

About this mod

A simple .bat file that launches both SFSE and Jedi's so you can use both plugin types together.

Requirements
Permissions and credits
Manual Users:

Simply place the SFSE_JediHook_Launcher_Compatibility.bat file into your C:\Program Files (x86)\Steam\steamapps\common\Starfield directory. Then double click it to launch the game! You can also create a shortcut of the .bat and customize the .ico if you want.

MO2 Users:

Go to MO2, and in the drop down menu in the top right, select <EDIT...> and then choose C:\Program Files (x86)\Steam\steamapps\common\Starfield\SFSE_JediHook_Launcher_Compatibility.bat as the Binary and C:\Program Files (x86)\Steam\steamapps\common\Starfield for Start In.

Thanks to keithvsmith1977 for this method! Here is what the .bat looks like inside:

@ECHO
START StarfieldScriptHookLauncher.exe
FOR /L %%i IN (1,1,100) DO (
  (TASKLIST | FIND /I "starfield.exe") && GOTO :taskkill)
:taskkill
TASKKILL /F /IM starfield.exe
timeout /t 1 /nobreak
start sfse_loader.exe

EDIT: There may be more elegant solutions in the Posts section of this page. I simply made this to do what I found useful at the time.