mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
Fork of infamous parkour addon for Garry's Mod
beatrun/gamemodes/beatrun | ||
lua/bin | ||
INSTALLATION.md | ||
LICENSE | ||
README.md |
beatrun
Modified beatrun's source code.
There are lua modules (source), 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.
This version of the beatrun works on any version of the game (Chromium or not).
Installation
Changes added by me
- Custom online courses database! 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 togarrysmod
, along side withaddons
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.
- Allow players to spawn props without admin rights -
Beatrun_AllowPropSpawn
.
Fixes from previous version
- Working on a new Gamemodes menu... (currently doesn't work at all).
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.