From 8ee6b8036127f58226f255a8344b0cc6c570f9f6 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj <59454579+SashLilac@users.noreply.github.com> Date: Mon, 8 Feb 2021 09:07:04 -0500 Subject: [PATCH] Finally made modpack installation clear --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d4a90f..dd6554a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,14 @@ Repository for custom modes in [Cambridge](https://github.com/SashLilac/cambridg ## How to use Download the source code ZIP from [here](https://github.com/SashLilac/cambridge-modpack/archive/main.zip). -Once done, extract the `tetris` and `res` folder into your Cambridge installation. That's it! +Once done, extract the `tetris` and `res` folder into one of these directories, depending on how you're running Cambridge +(create any folders that don't exist!): -If you're using a .love file or a .exe file, you'll need to drag the folder into one of [these](https://love2d.org/wiki/love.filesystem) locations instead. - -**WARNING:** The .exe / .love files and the bleeding edge releases have different save directories. Read the above link carefully! +* If you're running the game through a .exe, extract them into `%APPDATA%\cambridge\`. +* If you're running the game through a .love on Windows, extract them into `%APPDATA%\LOVE\cambridge\`. +* If you're running the game on Mac, extract them into `/Users/user/Library/Application Support/LOVE/`. +* If you're running the game on Linux, extract them into `~/.local/share/love/`. +* If you're running the game from the source code, extract them into the folder you installed Cambridge to. Also, we have a `skins` folder. Click it to read instructions.