#Pause for single player

1 messages · Page 1 of 1 (latest)

haughty kelp
#

Is there a mod that lets you pause when playing solo?

obtuse ravine
#

got this partially functioning today as a side project, ill see about releasing it along side my main project.

obtuse ravine
#

with how i have it working the only thing that wont work is abandoning mission. you have to exit to main menu and come back.

obtuse ravine
#

#mod-updates message

haughty kelp
obtuse ravine
#

currently it takes in esc / tab as input

#

idk how the game processes controller input

haughty kelp
#

Thanks for checking. I found a workaround to just bind the steam input for the start button to function the same as the escape key and it works perfectly now.

obtuse ravine
#

well that makes my job easier lol

pine zenith
#

theres a PlayerActions struct somewhere that contains InputActions (Menu might be what you're looking for?) that you could probably add a callback to