You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the game opens a terminal window when launched as modded, there's a high chance that terminal window is consuming the controller input and the game never receives them.
In order to get the controller working again, you should look for a way to disable the terminal window. The methods for doing so vary depending on the mod loader used, here are instructions for the known ones:
BepInEx
In games where BepInEx is used as the mod loader, the terminal window can be disabled by editing the BepInEx core config as shown below:
Note
Remember to save the settings!
Note
If you have no configs, make sure to launch the game as modded at least once after installing BepInEx. Configs are generated on launch.