mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
Update README.md
This commit is contained in:
parent
c1568781ec
commit
3ca0e0a9ee
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue