|
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
beatrun | ||
BeatrunAnimInstaller_Source | ||
lua/bin | ||
.gitignore | ||
.glualint.json | ||
LICENSE | ||
README.md | ||
README_ru.md |
Beatrun | Community edition
Looking for the replay stuff? This isn't the branch for that. It's on the jonny/replays
branch instead.
- Русский (Outdated, I don't speak Russian)
Infamous parkour addon for Garry's Mod, fully open sourced and maintained by the community.
READ THE ENTIRE README BEFORE ASKING QUESTIONS ON THE beatrun.ru DISCORD!
Note
This version does not include malicious modules, code or networking. What it does contain is:
- Lua modules for Discord Rich Presence
- Lua modules for Steam Presence
- Network connectivity for courses (activates only when you load or upload courses, and by default
courses.beatrun.ru
is used)All of this is optional and you may remove all of it. Modules are located in /lua/bin and online courses functionality is in OnlineCourse.lua
Manual Installation
- Download this repository here.
- Delete the
beatrun
folder in your_game_folder/garrysmod/addons if you have one. - Extract the
beatrun
folder to your_game_folder/garrysmod/addons. - Extract the
lua
folder to your_game_folder/garrysmod.
Animations
You can use "BeatrunAnimInstaller" (located in beatrun
here) for custom animations. Currently there's:
- Beatrun Reanimated
- Fixed Original
Start the executable and press a key on your keyboard with the number of the animation you want to install (if nothing's changed, run the program as admin).
Installer's source can be found here.
Changes and fixes done by the community
- Jonny_Bro is hosting custom online courses database, which is also free and open source 🤯!
- Implemented a new gamemode - Deathmatch (it's way more fun than Data Theft I promise).
- Implemented "Proper" Kick Glitch just like in original ME.
- Added an in-game config menu - you can find it in the tool menu, in the Beatrun Category.
All of the Beatrun settings can be changed in the configuration menu. - Localization support.
For now Russian and English are supported. - Added the ability to get off of ladders.
- Added an arrow that shows the next checkpoint.
- Added a ConVar to allow Overdrive usage on the server -
Beatrun_AllowOverdriveInMultiplayer
. - Added a ConVar to toggle between old and new Kick Glitch -
Beatrun_OldKickGlitch
. - Added some ConVars to change HUD colors -
Beatrun_HUDTextColor
,Beatrun_HUDCornerColor
,Beatrun_HUDFloatingXPColor
. - Added a ConVar to allow players to spawn props and weapons without admin rights -
Beatrun_AllowPropSpawn
. - Added a ConVar to disable grapple ability -
Beatrun_DisableGrapple
. - Added a ConVar to allow QuickTurn with any weapon or only with Runner Hands -
Beatrun_QuickturnHandsOnly
. - Added small camera punch when diving.
- Added the ability to remove ziplines that created with Zipline Gun -
RMB
. - Implemented Discord Rich Presence using open source module.
Fixes
- Your SteamID in the right corner is no longer present.
- Fixed some playermodels show up as ERROR.
- Done various tweaks to the Courses Menu (F4).
- Allowed jumping while walking (🤷).
- Fixed leaderboard sorting in gamemodes.
- Fixed grapple usage in courses and gamemodes.
- Fixed a crash in Data Theft when touching Data Bank.
- Fixed an error on course loading.
- Fixed collisions issues. (PvP damage not going through in gamemodes other than Data Theft)
- Tweaked safety roll, now you can roll under things.
- Tweaked some grapple related stuff. Now it moves with the entity it was attached to and other players can see the rope.
- Made it possible to dive to your death =).
TODO
- Loadouts creation menu for Data Theft and Deathmatch. (idk how to properly implement this for know).
Related
Credits <3
- All contributors.
- JonnyBro - Making most, if not all of the fixes in this repository
- EarthyKiller127, a.k.a datæ - He made that piece of shit.
- relaxtakenotes - Made all of this possible.
- MTB - Beatrun Reanimated project.
- Discord Rich Presence by Fluffy Servers.
- Steam Presence by YuRaNnNzZZ.