
fish say helo
Published
-nostartupmovies -nolauncher gamemoderun
Official native version of the game is wildly out-of-date, and needs various bits of tinkering in config files to get reasonable graphical fidelity, as was specifically downgraded for the linux release, for no particularly good reason. Use w/ proton instead, if you want to play with the commander liith DLC or to have proper graphical quality.
DXVK_ASYNC=1 PROTON_NO_ESYNC=1 gamemoderun %command%
Mouse would sometimes behave as if in a windowed application, meaning could only move vision within a tight cone. Fixed by relaunching
Multiplayer non-functional due to EAC error w/ latest update
DXVK_ASYNC=1 PROTON_NO_ESYNC=1 gamemoderun %command%
Ever since operation Resurgence (update 1.17), am kicked from multiplayer servers after about a minute or two. Error reads: "Kicked from server: Anti-Cheat: Authentication timed out (1/2)". Should be noted EAC-compatibility does regularly break with updates to this game, so is not a new occurence.
Singleplayer fully-functional, and all good otherwise
You may want to edit game's config files to change the FOV to something beyond 90. Can be bound to a key.
File to edit is: ~/.local/share/Steam/steamapps/compatdata/17410/pfx/drive_c/users/steamuser/Documents/EA Games/Mirror's Edge/TdGame/Config
and lines to add would be something like:
Bindings=(Name="NumPadOne",Command="FOV 90",Control=False,Shift=False,Alt=False)
Bindings=(Name="NumPadTwo",Command="FOV 120",Control=False,Shift=False,Alt=False)
to bind num pad 1&2 to 90 and 120 FOV respectively. You will need a bind to return to 90 FOV for some sections, wherein the skybox will behave very oddly & begin "streaking" at higher FOVs.