06c7891aac66777dd9746b05e848919688430a1a
About
A simple script to install or update the seamless coop mod for Elden Ring on Linux and Windows. The bash script is hand-crafted and tested, the Windows-script is AI-generated, based on the bash script. Use at your own risk!
Usage
Linux
- Download the .sh file
- Make it executable
- UI: Right click -> Properties -> Executable as Program
- Terminal:
chmod +x ersc_script.sh
- Execute it and follow commands
Windows
The Powershell script is 100% AI-generated and not tested! I don't own a Windows 11 Computer.
- Download the .ps1 file
- Execute it with powershell
- If this doesn't work, you might need to start a Powershell as administrator and execute this command:
Set-ExecutionPolicy RemoteSigned, then try again
Possible Issues
-
If the bash-script is not executing correctly, check if the following dependencies are installed: curl, wget, rsync, unzip, find, jq
-
The script checks for common steam installation paths before checking /mnt and / for the game directory. If this is too slow or I should add more install paths, please open an issue
Description
Languages
PowerShell
54.2%
Shell
45.8%