
Paté D. Campagne
Published
Multiplayer doesn't work due to EAC, game won't start if trying to load EAC module
Had to go offline on steam and turn on wifi to bypass the loading of the EAC module
The game works very well, it is very fluent.
Managed to fix it: Go to Settings -> Controller -> General Controller Settings Check the box "[Your gamepad] Configuration Support" (for me it was playstation). Then go to Settings -> Controller -> Desktop Configuration At the bottom select Browse configs -> Templates and choose Gamepad.
The game crashed 3 times, might be the same on windows. Since patch 1.03, the game didn't crashed anymore but there is some lag time to time.
The game won't start with wifi on, check the end of this test.
Turn off wifi before the launcher start and turn it on when the game start. The game won't launch with wifi on.
For crashes before the start and multiplayer
Turn off wifi before the launcher start and turn on when the game start. The game crashed if I launch it with wifi on. With this solution everything works, even the multiplayer.
mangohud %command% --use-d3d11
- Launching in fullscreen result in a black screen.
- Works fine during the game.
I recommend setting to fullscreen at the start of the session and changing to windowed before escaping the game. If you forgot, look at the file:
~/.steam/steam/steamapps/compatdata/553850/pfx/drive_c/users/steamuser/AppData/Roaming/Arrowhead/Helldivers2/user_settings.config
Either delete it or change fullscreen = true
to fullscreen = false
.
sed -i 's/\<fullscreen = true\>/fullscreen = false/' ~/.steam/steam/steamapps/compatdata/553850/pfx/drive_c/users/steamuser/AppData/Roaming/Arrowhead/Helldivers2/user_settings.config ; mangohud %command% --use-d3d11
See below
Regarding Fullscreen
Launching in fullscreen will result in a blackscreen. You'll need to manually edit the user_settings.config
file if you forgot to switch back to windowed or borderless.
For those who are lazy like me, add the following launch option before the %command%
option:
sed -i 's/\<fullscreen = true\>/fullscreen = false/' ~/.steam/steam/steamapps/compatdata/553850/pfx/drive_c/users/steamuser/AppData/Roaming/Arrowhead/Helldivers2/user_settings.config ;
Don't forget the ;
at the end. Change the path to where is your user_settings.config
file. I recommend creating a backup of the config file before.
Works great but mouse is not captured on main menu
The mouse is not detected on the main menu. To navigate and launch the game, use W
and S
keys. To enter, use E
key.