mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53:02 +05:00
awesome sauce
This commit is contained in:
parent
eba8880de1
commit
cd66f1ec91
1 changed files with 53 additions and 52 deletions
105
README.md
105
README.md
|
@ -1,74 +1,75 @@
|
||||||
# Beatrun
|
# Beatrun | Community version
|
||||||
Modified Beatrun's source code.<br><br>
|
|
||||||
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).
|
|
||||||
|
|
||||||
## Animations
|
Infamous parkour addon for Garry's Mod, fully open sourced and maintained by the community.
|
||||||
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>
|
|
||||||
Installer source can be found [here](/BeatrunAnimInstaller/)
|
|
||||||
|
|
||||||
# Installation
|
This version does not include malicious modules, code or networking. What it does contain is:
|
||||||
0. Download this repository [here](https://github.com/JonnyBro/beatrun/archive/refs/heads/master.zip) (should be always up-to-date).
|
* Lua modules for discord rich presence
|
||||||
1. **Delete `beatrun` folder in *addons* if you have one!**
|
* Lua modules for steam presence
|
||||||
2. Extract `beatrun` folder to *your_game_folder/garrysmod/addons*.
|
* Network connectivity for courses (activates only when you load or upload courses, and by default courses.beatrun.ru is used)
|
||||||
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, you can find links at the [Credits](https://github.com/JonnyBro/beatrun#credits) section.<br><br>
|
**All of this is optional and you may remove all of it. (modules are located [here](https://github.com/JonnyBro/beatrun/blob/master/lua/bin/) and online courses functionality is [here](https://github.com/JonnyBro/beatrun/blob/master/beatrun/gamemodes/beatrun/gamemode/cl/OnlineCourse.lua))**
|
||||||
|
|
||||||
**OR**<br><br>
|
# Installation (Manual)
|
||||||
1. Run the script below in the Powershell.
|
1. Download this repository [here](https://github.com/JonnyBro/beatrun/archive/refs/heads/master.zip).
|
||||||
> You can download this file yourself and check the contents, there is nothing malicious.
|
2. Delete the `beatrun` folder in *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](https://github.com/JonnyBro/beatrun#credits) section<br><br>
|
||||||
|
|
||||||
|
# Installation (Automatic | Windows only)
|
||||||
|
Run the command below in the Powershell. (win + r --> powershell --> the command in question)
|
||||||
```powershell
|
```powershell
|
||||||
iex (iwr "beatrun.ru/install.ps1")
|
iex (iwr "beatrun.ru/install.ps1")
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changes added by me
|
## Animations
|
||||||
* [Custom online courses database](https://courses.beatrun.ru), it's free 🤯!
|
You can use "**Beatrun Animations Installer**" for custom animations. Currently there's:
|
||||||
* Configurations menu - You can find it in the tool menu, in the *Beatrun* Category!\
|
* Beatrun Reanimated
|
||||||
All of the settings below can be changed in the configuration menu.
|
* Fixed Original
|
||||||
* Getting off of ladders.
|
<br>
|
||||||
* Jumping while walking.
|
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).
|
||||||
* Various tweaks to Time Trials Menu (F4).
|
<br>
|
||||||
* Arrow that shows the next checkpoint.
|
Installer source can be found [here]([/BeatrunAnimInstaller/](https://github.com/JonnyBro/beatrun/tree/master/BeatrunAnimInstaller))
|
||||||
* 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 (See step 3).
|
|
||||||
* 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
|
## Changes and fixes done by me
|
||||||
* Just check the commits :shrug:.
|
* Created a [custom online courses database](https://courses.beatrun.ru), which is also free and [open source](https://github.com/relaxtakenotes/beatrun-courses-server/tree/main) 🤯!
|
||||||
|
* Added an in-game config 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.
|
||||||
|
* Added the ability Getting off of ladders.
|
||||||
|
* Allowed jumping while slowwalking.
|
||||||
|
* 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 convars to change HUD's 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`.
|
||||||
|
* Implemented Discord Rich Presence using open source tools (See step 3).
|
||||||
|
* Added small camera punch when diving.
|
||||||
|
* Added the ability to remove ziplines that created with *Zipline Gun* - RMB.
|
||||||
|
* SteamID in the right corner is no longer present.
|
||||||
|
|
||||||
# All changes and fixes
|
## Notable changes and fixes done by the community
|
||||||
* Course saving works with compression and without.
|
* Made quick turnaround work only with `Unarmed`.
|
||||||
* Quick turnaround only with `Unarmed`.
|
|
||||||
* Fixed leaderboard sorting in gamemodes.
|
* Fixed leaderboard sorting in gamemodes.
|
||||||
* Fixed grapple usage in courses and gamemodes.
|
* Fixed grapple usage in courses and gamemodes.
|
||||||
* Fixed crash in DataTheft when touching data bank.
|
* Fixed a crash in DataTheft when touching data bank.
|
||||||
* Fixed error on course load.
|
* Fixed an error on course load.
|
||||||
* Fixed collisions issues.
|
* Fixed collisions issues. (you getting stuck in walls for no reason or player to player damage not going through in gamemodes other than datatheft)
|
||||||
* Fixed and tweaked player-player weapon damage.
|
* Added Proper Kick Glitch (Like in original ME: https://www.youtube.com/watch?v=zK5y3NBUStc). (cry about prediction errors l0l)
|
||||||
* Proper Kick Glitch (Like in original ME: https://www.youtube.com/watch?v=zK5y3NBUStc).
|
|
||||||
* Tweaked safety roll, now you can roll under things.
|
* Tweaked safety roll, now you can roll under things.
|
||||||
* You can now dive to your death =).
|
* Made it possible to dive to your death =).
|
||||||
* Grapple fixes. Now it moves with entity it attached to and other players can see it.
|
* Added some grapple related stuff. Now it moves with the entity it was attached to and other players can see the rope.
|
||||||
* More reliable grappling.
|
|
||||||
* Merged some anims into 1 file.
|
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- [ ] Gamemodes menu.
|
- [ ] Gamemodes menu.
|
||||||
|
|
||||||
# Related
|
# Related
|
||||||
[beatrun-anims](https://github.com/JonnyBro/beatrun-anims) - Sources of animations from Beatrun.
|
* [beatrun-anims](https://github.com/JonnyBro/beatrun-anims) - Decompiled beatrun animations.
|
||||||
|
|
||||||
# Credits <3
|
# Credits <3
|
||||||
* All contributors.
|
* All contributors.
|
||||||
* [MTB](https://www.youtube.com/@MTB396) - Beatrun Reanimated project.
|
* [MTB](https://www.youtube.com/@MTB396) - Beatrun Reanimated project.
|
||||||
* [Discord Rich Presence](https://github.com/fluffy-servers/gmod-discord-rpc) by Fluffy Servers.
|
* [Discord Rich Presence](https://github.com/fluffy-servers/gmod-discord-rpc) by Fluffy Servers.
|
||||||
* [Steam Presence](https://github.com/YuRaNnNzZZ/gmcl_steamrichpresencer) by YuRaNnNzZZ.
|
* [Steam Presence](https://github.com/YuRaNnNzZZ/gmcl_steamrichpresencer) by YuRaNnNzZZ.
|
||||||
* [datae](https://www.youtube.com/channel/UCiFqPwGo4x0J65xafIaECDQ) - He made that piece of shit code.
|
* [earthykiller](https://www.youtube.com/channel/UCiFqPwGo4x0J65xafIaECDQ) - He made that piece of shit code.
|
||||||
|
|
Loading…
Reference in a new issue