Update README.md

This commit is contained in:
Nikita 2023-05-31 19:49:47 +05:00 committed by GitHub
parent c1568781ec
commit 3ca0e0a9ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,9 @@ Modified beatrun's source code.<br><br>
There are lua modules ([source](https://github.com/fluffy-servers/gmod-discord-rpc)), they are for Discord Rich Presence to work, if you want pure Lua just don't extract them, but your Level and Map will not be shown in your Discord status.<br>
This version of the beatrun works on any version of the game (Chromium or not).
# Installation
[here](/INSTALLATION.md)
## Changes added by me
* [Custom online courses database](https://courses.beatrun.ru)! It's free 🤯!
* Allow Overdrive usage on the server - `Beatrun_AllowOvedriveInMultiplayer`.
@ -15,7 +18,13 @@ This version of the beatrun works on any version of the game (Chromium or not).
* Allow players to spawn props without admin rights - `Beatrun_AllowPropSpawn`.
## Fixes from previous version
* Fixed player collision.
* Working on a new Gamemodes menu... (currently doesn't work at all).
### [All changes](https://github.com/JonnyBro/beatrun/blob/master/CHANGES.md)
# All changes and fixes
* 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.