From a3b443dc8cc74c9b8aebe50674140b7ae13c53c2 Mon Sep 17 00:00:00 2001 From: Nikita <48434875+JonnyBro@users.noreply.github.com> Date: Wed, 31 May 2023 19:56:51 +0500 Subject: [PATCH] Update and rename CHANGES.md to INSTALLATION.md --- CHANGES.md | 8 -------- INSTALLATION.md | 4 ++++ 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 CHANGES.md create mode 100644 INSTALLATION.md diff --git a/CHANGES.md b/CHANGES.md deleted file mode 100644 index 2d9c757..0000000 --- a/CHANGES.md +++ /dev/null @@ -1,8 +0,0 @@ -# All changes -* Course saving works with compression and without. -* Quick turnaround only with `Unarmed`. -* Fixed leaderboard sorting in gamemodes. -* Fixed grapple usage in courses and gamemodes. -* Fixed DataTheft crash when touching data bank. -* Fixed error when loading course. -* Fixed collisions issues. \ No newline at end of file diff --git a/INSTALLATION.md b/INSTALLATION.md new file mode 100644 index 0000000..591802d --- /dev/null +++ b/INSTALLATION.md @@ -0,0 +1,4 @@ +# Installation +1. Extract `beatrun` folder to *your_game_folder/garrysmod/addons*. +2. Extract `lua` folder to *your_game_folder/garrysmod*. + * `lua` folder constains modules for Discord Rich Presense to work. They are open source, visit [this](https://github.com/fluffy-servers/gmod-discord-rpc) link to see the source