Skip to content

Instantly share code, notes, and snippets.

@Steffo99
Last active January 2, 2022 18:37
Show Gist options
  • Save Steffo99/23d31696a9e6ab2b8183e9555bd6737e to your computer and use it in GitHub Desktop.
Save Steffo99/23d31696a9e6ab2b8183e9555bd6737e to your computer and use it in GitHub Desktop.
Installing Robotics;Notes DaSH with the CoZ Patch on Linux

Installing Robotics;Notes DaSH with the CoZ Patch on Linux

Requirements

  • Steam
  • Proton 5.x
  • unzip
  • winetricks
  • protontricks

Installation steps

  1. Remember the directory you are currently in.

  2. Download the latest Committee of Zero patch:

    wget "https://github.com/CommitteeOfZero/rnd-patch/releases/download/1.0.1/RNDPatch-v1.0.1-Setup.zip"
  3. Unzip the patch:

    unzip RNDPatch-v1.0.1-Setup.zip
  4. Enter a protontricks shell:

    protontricks 1111390 shell
  5. Run winecfg:

    winecfg
  6. Go in the Libraries tab, and create a new Native, then Builtin override for dinput8: Screenshot

  7. Go back to the directory where you previously downloaded the patch.

  8. Run the downloaded patch with wine:

    wine RNDPatch-v1.0.1-Setup.zip
  9. Install the patch as if it were normally.

  10. Exit the shell:

    exit
  11. Right click on the game on the Steam library, click Properties, then set the launch options to:

    PROTON_USE_WINED3D=1 %command%
  12. Run the game via Steam!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment