It seems the current working directory is wrong when you start the launcher from Steam.
You can successfully run the launcher from a terminal as follows:
Unlike running the game binary directly ($HOME/.local/share/Steam/steamapps/common/ImperatorRome/binaries/imperator), this should allow for Steam integration.
Edit on 2020-03-16: I found out you also need to have a steam_appid.txt file created inside the launcher folder, containing: 859580 (the Imperator: Rome Steam App ID)
Source: https://www.reddit.com/r/linux_gami...nux/eu7x13s?utm_source=share&utm_medium=web2x (I don’t think installing a Python script for this is worth it)
You can successfully run the launcher from a terminal as follows:
Code:
cd $HOME/.local/share/Steam/steamapps/common/ImperatorRome/launcher/ && ./Paradox\ Launcher
Unlike running the game binary directly ($HOME/.local/share/Steam/steamapps/common/ImperatorRome/binaries/imperator), this should allow for Steam integration.
Edit on 2020-03-16: I found out you also need to have a steam_appid.txt file created inside the launcher folder, containing: 859580 (the Imperator: Rome Steam App ID)
Source: https://www.reddit.com/r/linux_gami...nux/eu7x13s?utm_source=share&utm_medium=web2x (I don’t think installing a Python script for this is worth it)
Last edited: