Skip to content

I figured out how to install mods on Linux/Steam #32

@folknor

Description

@folknor

Hi,

So to install mods on Phoenix Point: Year One Edition on Linux using Steam, I worked out some instructions:

(Obviously make sure you run the game once before doing this. Also, use proton 5.21-GE-1 or proton 6.0-GE-1 to run it. Later versions might work as well.)

  1. Download https://github.com/Sheep-y/Modnix/releases/download/v2.5.5/ModnixManualSetup_v2.5.5.7z (or a later version, make sure it's the manual setup one)
  2. Extract the files in the Managed folder in the 7z file (3 DLLs + 1 EXE) to steamapps/common/Phoenix Point/PhoenixPointWin64_Data/Managed (no files are replaced)
  3. Extract the file Modnix.exe to steamapps/compatdata/839770/pfx/drive_c/users/steamuser/My Documents/My Games/Phoenix Point/Mods (you need to create some of those folders)
  4. Install mono and basic assemblies, version does not matter
  5. Open a terminal to steamapps/common/Phoenix Point/PhoenixPointWin64_Data/Managed
  6. Run mv System.dll System.bak
  7. Run mono ModnixInjector.exe
  8. Run mv System.bak System.dll
  9. Download mods from nexusmods.com and extract them in steamapps/compatdata/839770/pfx/drive_c/users/steamuser/My Documents/My Games/Phoenix Point/Mods

This works for me. I'm posting these same instructions to protondb.com now, and linking to this ticket. People will probably come here for help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions