rfvgyhn / min-ed-launcher

Minimal Elite Dangerous Launcher
MIT License
252 stars 9 forks source link

Is there a way to pause before launching ED #32

Open BrianGilbert opened 3 years ago

BrianGilbert commented 3 years ago

I have multiple startup processes, one which requires user input before I want ED to load, is there any way to do this?

A-UNDERSCORE-D commented 3 years ago

disable /autolaunch and it'll ask you what you want to launch

rfvgyhn commented 3 years ago

Not currently. I'd need to add in a pause after the third party processes launch and before elite is launched. I don't suppose the process you start takes a cmd line argument that you could provide to work around it is there?

pan-mroku commented 2 years ago

Ugly workaround - run steam with PRESSURE_VESSEL_SHELL=instead in env. That way instead of running ED, proton will open a term inside proton container. When you are done with your manual input, writing "$@" in the term will execute the game.

Here is more about the env.