Fork of infamous parkour addon for Garry's Mod
Find a file
Jonny_Bro (Nikita) f5b81b7170 part 1
2023-10-12 08:55:08 +05:00
.github/ISSUE_TEMPLATE Update issue templates 2023-07-13 22:20:42 +05:00
beatrun part 1 2023-10-12 08:55:08 +05:00
BeatrunAnimInstaller_Source part 1 2023-10-12 08:55:08 +05:00
lua/bin You need to update your lua/bin! 2023-07-21 21:17:26 +05:00
.gitignore Rewrite AnimInstaller and put it in beatrun folder 2023-07-30 19:34:38 +05:00
.glualint.json New VManip and settings menu!! 2023-06-04 19:50:50 +05:00
LICENSE first commit 2023-05-20 12:08:00 +05:00
README.md part 1 2023-10-12 08:55:08 +05:00

Beatrun | Community edition

Infamous parkour addon for Garry's Mod, fully open sourced and maintained by the community.

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 here and courses database functionality is here.

PLEASE READ ALL BEFORE ASKING QUESTIONS ON OUR SERVER!

(Prefered) Installation (Automatic | Windows only)

Run the command below in Powershell.

Note

(Win + R > powershell > command in question)

iex (iwr "beatrun.ru/install.ps1" -UseBasicParsing)

Installation (Manual)

  1. Download this repository here.
  2. Delete the beatrun folder in your_game_folder/garrysmod/addons if you have one.
  3. Extract the beatrun folder to your_game_folder/garrysmod/addons.
  4. Extract the lua folder to your_game_folder/garrysmod.
    • lua folder contains modules for Discord Rich Presense and Steam Presence. They are optional. You can find their source code in the credits section

Animations

Please refer to this README.

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).
  • 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.
  • Settings on the map selection screen.
  • Localization support.
    For now Russian and English are supported.
  • Added the ability to get off of ladders.
  • Allowed jumping while walking (🤷).
  • Done various tweaks to the Time Trials Menu (F4).
  • 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 (like in ME) 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 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.
  • Fixed some playermodels show up as ERROR.
  • Implemented Discord Rich Presence using open source module (See credits).
  • SteamID in the right corner is no longer present.

Notable changes and fixes done by the community

  • Added Proper Kick Glitch just like in original ME. (cry about prediction errors l0l)
  • 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 DataTheft)
  • 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

  • Gamemodes menu. (idk how to properly implement this for know).

Related

Credits