From 00a1757ba197d69e2a9cda6ea699b172156eb237 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 11 May 2026 12:12:22 +0200 Subject: [PATCH] more text --- readme.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fa1894d..91fbb69 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,7 @@ +# About +A simple script to 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 @@ -6,4 +10,18 @@ 2. Make it executable - UI: Right click -> Properties -> Executable as Program - Terminal: `chmod +x ersc_script.sh` -3. Execute it and follow commands \ No newline at end of file +3. Execute it and follow commands + +## Windows + +> The Powershell script is 100% AI-generated and not tested! I don't own a Windows 11 Computer. +1. Download the .ps1 file +2. 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 + +- The script uses find at root to search for your Elden Ring directory. This only takes a few seconds on my machine but could lead to longer search times on other computers. If this takes too long for you, please open an Issue \ No newline at end of file