Fork of infamous parkour addon for Garry's Mod
Find a file
RedyRT 9d807b190b
Update SafetyRoll.lua Fixes missing sound when falling on hands
Fixes sound when falling on hands in singleplayer.
For some reason CLIENT_IFTP() was preventing to play these sounds in singleplayer.
This will ensure that the sounds are played regardless of whether it's a singleplayer or multiplayer.
2023-08-03 16:01:41 +03:00
.github/ISSUE_TEMPLATE Update issue templates 2023-07-13 22:20:42 +05:00
beatrun Update SafetyRoll.lua Fixes missing sound when falling on hands 2023-08-03 16:01:41 +03:00
BeatrunAnimInstaller Updated new animations, you need to reinstall them 2023-07-30 19:53:31 +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 Remove vmanip, we don't need that shit anymore 2023-08-02 22:46:34 +05:00

Beatrun

Modified Beatrun's source code.

There are lua modules, they are for Discord Rich Presence and Steam 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 and Steam statuses.

This version should works on any version of the game (Base version is known good, Chromium has some issues and I don't have time to fix them).

Animations

You can use Beatrun Animations Installer if you want to change your animations, there are new ones (from Beatrun Reanimated project) and OG (but fixed) ones, OG is default.
Installer source can be found here

Installation

Beatrun shouldn't conflict with Workshop VManip, but if it does, delete or disable it.

  1. Delete beatrun folder in addons if you have one!
  2. Extract beatrun folder to your_game_folder/garrysmod/addons.
  3. Extract lua folder to your_game_folder/garrysmod.
    • lua folder constains modules for Discord Rich Presense and Steam Presence to work. They are open source, visit this to see the sources of DRP and this for SP.

Changes added by me

  • Custom online courses database, it's free 🤯!
  • Configurations menu - You can find it in the tool menu, in the Beatrun Category!
    All of the settings below can be changed in the configuration menu.
  • Allow Overdrive usage on the server - Beatrun_AllowOverdriveInMultiplayer.
  • Toggle between old and new (like in ME) Kick-Glitch - Beatrun_OldKickGlitch.
  • Change HUD's colors - Beatrun_HUDTextColor, Beatrun_HUDCornerColor, Beatrun_HUDFloatingXPColor.
  • Allow players to spawn props without admin rights - Beatrun_AllowPropSpawn.
  • Disable grapple ability - Beatrun_DisableGrapple.
  • Discord Rich Presence (extract lua folder to garrysmod, along side with addons folder).
  • Small camera punch when diving.
  • Ability to remove ziplines that created with Zipline Gun - RMB.
  • Removed your SteamID from right corner, because I can.

Fixes and changes from previous version

  • Beatrun_DisableGrapple - Disables grapple ability.

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 crash in DataTheft when touching data bank.
  • Fixed error on course load.
  • Fixed collisions issues.
  • Fixed and tweaked player-player weapon damage.
  • Proper Kick Glitch (Like in original ME: https://www.youtube.com/watch?v=zK5y3NBUStc).
  • Tweaked safety roll, now you can roll under things.
  • You can now dive to your death =).
  • Allowed punching while crouching.
  • Grapple fixes. Now it moves with entity it attached to and other players can see it.
  • More reliable grappling.
  • Merged some anims into 1 file.

TODO

  • Gamemodes menu

Related

Beatrun-Anims - Sources of animations from Beatrun.

Credits <3

  • modeltexturesbones - Beatrun Reanimated project.
  • All contributors.