gamemode icon indicating copy to clipboard operation
gamemode copied to clipboard

Wait for custom script to exit before starting any game-related processes.

Open caferen opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Games launch without waiting for custom start script to exit causing a portion of the script to incorrectly take effect.

Describe the solution you'd like Wait for the start script to exit before starting to launch processes.

Describe alternatives you've considered tried <command> && gamemoderun ... but this is not ergonomic and it's not possible to separate all such commands from the script.

Additional context

caferen avatar Jun 21 '24 03:06 caferen