2023-07-28 21:47:46 +05:00
# Beatrun
Modified Beatrun's source code.< br > < br >
2023-08-09 08:40:39 +05:00
There are some Lua modules, they are for Discord Rich Presence and Steam Presence to work.< br >
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.< br > < br >
This version should works on any version of the game (Base version is known good, x64 has some issues and I'm trying to fix them when I can).
2023-05-25 23:53:16 +05:00
2023-07-28 21:47:46 +05:00
## Animations
2023-08-09 08:40:39 +05:00
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.< br >
Just start the exe and press a key on your keyboard with the number of the animations you want to install (If it doesn't change animations, run installer as admin).< br >
2023-07-30 17:00:14 +05:00
Installer source can be found [here ](/BeatrunAnimInstaller/ )
2023-07-28 21:47:46 +05:00
2023-05-31 19:49:47 +05:00
# Installation
2023-08-09 08:23:59 +05:00
0. Download this repository [here ](https://github.com/JonnyBro/beatrun/archive/refs/heads/master.zip ) (should be always up-to-date).
2023-08-02 22:46:34 +05:00
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* .
2023-08-10 21:54:34 +05:00
* `lua` folder constains modules for Discord Rich Presense and Steam Presence to work. They are open source, you can find links at the [Credits ](https://github.com/JonnyBro/beatrun#credits ) section.< br >< br >
**OR**< br > < br >
2023-08-10 21:53:20 +05:00
1. Run the script below in the Powershell.
> You can download this file yourself and check the contents, there is nothing malicious.
```powershell
iex (iwr "beatrun.ru/install.ps1")
```
2023-05-25 23:53:16 +05:00
## Changes added by me
2023-07-28 21:47:46 +05:00
* [Custom online courses database ](https://courses.beatrun.ru ), it's free 🤯!
2023-06-16 16:55:18 +05:00
* Configurations menu - You can find it in the tool menu, in the *Beatrun* Category!\
2023-07-23 17:20:42 +05:00
All of the settings below can be changed in the configuration menu.
2023-08-10 21:39:22 +05:00
* Getting off of ladders.
2023-08-08 18:40:55 +05:00
* Jumping while walking.
* Various tweaks to Time Trials Menu (F4).
* Arrow that shows the next checkpoint.
2023-06-16 23:57:26 +05:00
* Allow Overdrive usage on the server - `Beatrun_AllowOverdriveInMultiplayer` .
2023-06-04 15:19:29 +05:00
* Toggle between old and new (like in ME) Kick-Glitch - `Beatrun_OldKickGlitch` .
2023-05-25 23:53:16 +05:00
* Change HUD's colors - `Beatrun_HUDTextColor` , `Beatrun_HUDCornerColor` , `Beatrun_HUDFloatingXPColor` .
2023-06-16 16:55:18 +05:00
* Allow players to spawn props without admin rights - `Beatrun_AllowPropSpawn` .
2023-07-23 17:20:42 +05:00
* Disable grapple ability - `Beatrun_DisableGrapple` .
2023-08-08 18:40:55 +05:00
* Discord Rich Presence (See step 3).
2023-05-25 23:53:16 +05:00
* Small camera punch when diving.
* Ability to remove ziplines that created with *Zipline Gun* - RMB.
* Removed your SteamID from right corner, because I can.
2023-06-03 12:14:41 +05:00
## Fixes and changes from previous version
2023-08-10 21:39:22 +05:00
* Just check the commits :shrug:.
2023-05-31 19:49:47 +05:00
# 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.
2023-07-24 12:11:47 +05:00
* Fixed crash in DataTheft when touching data bank.
* Fixed error on course load.
2023-05-31 19:49:47 +05:00
* Fixed collisions issues.
2023-06-04 14:49:25 +05:00
* Fixed and tweaked player-player weapon damage.
2023-06-16 20:49:27 +05:00
* 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 =).
2023-06-04 14:49:25 +05:00
* Grapple fixes. Now it moves with entity it attached to and other players can see it.
* More reliable grappling.
2023-07-21 21:17:26 +05:00
* Merged some anims into 1 file.
2023-07-11 22:49:47 +05:00
2023-07-28 21:47:46 +05:00
## TODO
2023-08-09 08:38:38 +05:00
- [ ] Gamemodes menu.
2023-07-28 21:47:46 +05:00
2023-07-24 12:11:47 +05:00
# Related
2023-08-09 08:38:38 +05:00
[beatrun-anims ](https://github.com/JonnyBro/beatrun-anims ) - Sources of animations from Beatrun.
2023-07-24 12:11:47 +05:00
# Credits <3
* All contributors.
2023-08-09 08:38:38 +05:00
* [MTB ](https://www.youtube.com/@MTB396 ) - Beatrun Reanimated project.
* [Discord Rich Presence ](https://github.com/fluffy-servers/gmod-discord-rpc ) by Fluffy Servers.
* [Steam Presence ](https://github.com/YuRaNnNzZZ/gmcl_steamrichpresencer ) by YuRaNnNzZZ.
* [datae ](https://www.youtube.com/channel/UCiFqPwGo4x0J65xafIaECDQ ) - He made that piece of shit code.