beatrun/README.md

42 lines
2.1 KiB
Markdown
Raw Normal View History

2023-05-26 00:00:54 +05:00
# beatrun
2023-05-27 16:10:58 +05:00
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>
2023-05-27 16:57:48 +05:00
This version of the beatrun works on any version of the game (Chromium or not).
2023-06-03 12:14:41 +05:00
[Old Kick Glitch Version](https://github.com/JonnyBro/beatrun/tree/old-kickglitch)
2023-05-31 19:49:47 +05:00
# Installation
2023-05-31 19:57:17 +05:00
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
2023-05-31 19:49:47 +05:00
## Changes added by me
2023-05-28 16:19:59 +05:00
* [Custom online courses database](https://courses.beatrun.ru)! It's free 🤯!
* Allow Overdrive usage on the server - `Beatrun_AllowOvedriveInMultiplayer`.
* Change HUD's colors - `Beatrun_HUDTextColor`, `Beatrun_HUDCornerColor`, `Beatrun_HUDFloatingXPColor`.
* Discord Rich Presence (extract `lua` folder to `garrysmod`, along side with `addons` folder).
* Small camera punch when diving.
* Change max moving speed - `Beatrun_MaxSpeed`.
* Ability to remove ziplines that created with *Zipline Gun* - RMB.
* Removed your SteamID from right corner, because I can.
2023-05-28 16:19:59 +05:00
* Allow players to spawn props without admin rights - `Beatrun_AllowPropSpawn`.
2023-06-03 12:14:41 +05:00
## TODO
- [ ] Configuration menu
- [ ] Gamemodes menu
## Fixes and changes from previous version
* Hacky fix for weapon damage.
2023-06-03 12:14:41 +05:00
* Proper Kick Glitch (Like in original ME: https://www.youtube.com/watch?v=zK5y3NBUStc)
* Grapple fixes. Now it moves with entity it attached to and other players can see it.
2023-06-03 19:42:45 +05:00
* More reliable grappling.
2023-05-31 19:49:47 +05:00
# 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.