Fork of infamous parkour addon for Garry's Mod
Find a file
2024-04-02 07:39:47 +05:00
.github/ISSUE_TEMPLATE Update issue templates 2023-07-13 22:20:42 +05:00
beatrun fix error if update is failed 2024-04-02 07:39:47 +05:00
BeatrunAnimInstaller_Source update anims + adjust swingbar mouse movement 2023-11-18 15:15:16 +05:00
lua/bin update lua modules + add modules for linux 2023-11-22 13:34:42 +05:00
.gitignore update lua modules + add modules for linux 2023-11-22 13:34:42 +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 and again 2024-03-17 23:02:16 +05:00
README_ru.md and again 2024-03-17 23:02:16 +05:00

Beatrun | Community edition

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

Important

You will not find here any malicious modules, code or networking! We have modules and networking for:

  • Discord Rich Presence.
  • Steam Presence.
  • Custom Courses Database.

All of this is optional and you can remove all of it.
Modules are located here and courses database functionality is here.
You can find source code for modules in Credits section.

PLEASE READ EVERYTHING BEFORE ASKING QUESTIONS ON OUR SERVER!

Run the command below in Powershell.

Note

Win + R > powershell

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

Select the Beatrun gamemode in right lower corner.

Manual Installation

  1. Download this repository here.
  2. Delete the beatrun folder in your_game_folder/garrysmod/addons if you have one.
  3. Extract the beatrun-main/beatrun folder to your_game_folder/garrysmod/addons.
  4. Extract the beatrun-main/lua folder to your_game_folder/garrysmod.
  5. Select the Beatrun gamemode in right lower corner.

Animations

Please refer to this README.

Changes

Important

There are many undocumented changes and fixes in this version, you better look at the commits for more specific changes.

  • 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.
    Available in 5 languages now!
  • Build Mode Tweaks.
    You can now spawn any prop from Spawn Menu and they will save in course.
  • 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 toggle the grapple ability - Beatrun_DisableGrapple.
  • Added a ConVar to allow QuickTurn with any weapon or only with Runner Hands - Beatrun_QuickturnHandsOnly.
  • Added a ConVar to toggle the heatlh regeneration - Beatrun_HealthRegen.
  • 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).

Credits