cambridge-modpack/README.md

19 lines
1018 B
Markdown
Raw Permalink Normal View History

2020-11-11 21:22:45 -06:00
# cambridge-modpack
2021-05-23 16:21:48 -05:00
Repository for custom modes in [Cambridge](https://github.com/MillaBasset/cambridge).
2020-11-11 21:23:58 -06:00
## How to use
2021-05-23 16:21:48 -05:00
Download the source code ZIP from [here](https://github.com/MillaBasset/cambridge-modpack/archive/main.zip).
2020-11-11 21:23:58 -06:00
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!):
2020-11-11 21:23:58 -06:00
* 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\`.
2021-04-15 20:10:58 -05:00
* If you're running the game on Mac, extract them into `/Users/user/Library/Application Support/LOVE/cambridge/`.
* If you're running the game on Linux, extract them into `~/.local/share/love/cambridge/`.
* If you're running the game from the source code, extract them into the folder you installed Cambridge to.
2020-12-20 19:36:15 -06:00
2020-11-14 11:25:36 -06:00
Also, we have a `skins` folder. Click it to read instructions.
2020-11-11 21:23:58 -06:00
Remember to check out this repository for new modes!