beatrun/README.md

102 lines
4.7 KiB
Markdown
Raw Normal View History

2023-10-12 22:59:36 +05:00
# Beatrun | Community edition
2023-10-12 22:59:36 +05:00
* [Русский](./README_ru.md)
2023-08-14 18:45:34 +05:00
2023-10-12 22:59:36 +05:00
Infamous parkour addon for Garry's Mod, fully open sourced and maintained by the community (me 😞).
2023-08-14 18:45:34 +05:00
2023-10-12 22:59:36 +05:00
> [!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](https://github.com/JonnyBro/beatrun/tree/main/lua/bin) and courses database functionality is [here](https://github.com/JonnyBro/beatrun/blob/main/beatrun/gamemodes/beatrun/gamemode/cl/CoursesDatabase.lua).\
2023-10-12 22:59:36 +05:00
> You can find source code for modules in [Credits](#credits) section.
**PLEASE READ EVERYTHING BEFORE ASKING QUESTIONS ON OUR SERVER!**
2023-10-16 18:38:06 +05:00
## Automatic Installation (Recommended | Windows only)
2023-09-13 22:32:57 +05:00
2023-10-11 20:03:43 +05:00
Run the command below in Powershell.
2023-10-12 22:59:36 +05:00
> [!NOTE]
> Win + R > `powershell`
2023-09-13 22:32:57 +05:00
```powershell
2024-03-17 23:02:16 +05:00
iex (iwr "beatrun.ru/install" -UseBasicParsing)
2023-09-13 22:32:57 +05:00
```
2024-03-16 21:20:49 +05:00
2023-12-08 14:20:01 +05:00
Select the `Beatrun` gamemode in right lower corner.
2023-09-13 22:32:57 +05:00
2023-10-12 22:59:36 +05:00
## Manual Installation
2023-08-14 18:45:34 +05:00
1. Download this repository [here](https://github.com/JonnyBro/beatrun/archive/refs/heads/master.zip).
2023-10-12 22:59:36 +05:00
2. **Delete the `beatrun` folder in *your_game_folder/garrysmod/addons* if you have one.**
2023-11-06 12:51:47 +05:00
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*.
2023-12-08 14:20:01 +05:00
5. Select the `Beatrun` gamemode in right lower corner.
2023-07-28 21:47:46 +05:00
2023-08-14 18:45:34 +05:00
## Animations
2023-08-26 14:27:10 +05:00
2023-10-13 10:22:13 +05:00
Please refer to this [README](beatrun/README.md).
2023-10-12 23:06:36 +05:00
## Changes
2023-10-12 22:59:36 +05:00
> [!IMPORTANT]
> There are many undocumented changes and fixes in this version, you better look at the commits for more specific changes.
2023-09-13 22:32:57 +05:00
* Jonny_Bro is hosting [custom online courses database](https://courses.beatrun.ru), which is also free and [open source](https://github.com/relaxtakenotes/beatrun-courses-server/) 🤯!
2023-10-12 22:59:36 +05:00
* Implemented a new gamemode - **Deathmatch** (it's way more fun than Data Theft I promise).
* Implemented "Proper" Kick Glitch just like in [original ME](https://www.youtube.com/watch?v=zK5y3NBUStc).
* Added an in-game config menu - you can find it in the tool menu, in the *Beatrun* Category.\
2023-09-13 22:32:57 +05:00
**All** of the Beatrun settings can be changed in the configuration menu.
2023-10-12 22:59:36 +05:00
* Localization support.\
2024-02-20 15:03:42 +05:00
Available in 5 languages now!
2023-11-08 17:55:17 +05:00
* Build Mode Tweaks.\
You can now spawn any prop from Spawn Menu and they will save in course.
2023-09-13 22:32:57 +05:00
* Added the ability to get off of ladders.
2023-08-14 18:45:34 +05:00
* Added an arrow that shows the next checkpoint.
2023-09-13 22:32:57 +05:00
* Added a ConVar to allow Overdrive usage on the server - `Beatrun_AllowOverdriveInMultiplayer`.
2023-10-12 22:59:36 +05:00
* Added a ConVar to toggle between old and new Kick Glitch - `Beatrun_OldKickGlitch`.
2023-09-13 22:32:57 +05:00
* Added some ConVars to change HUD colors - `Beatrun_HUDTextColor`, `Beatrun_HUDCornerColor`, `Beatrun_HUDFloatingXPColor`.
2023-10-12 22:59:36 +05:00
* Added a ConVar to allow players to spawn props and weapons without admin rights - `Beatrun_AllowPropSpawn`.
2024-03-14 20:54:01 +05:00
* Added a ConVar to toggle the grapple ability - `Beatrun_DisableGrapple`.
2023-09-29 09:13:43 +05:00
* Added a ConVar to allow QuickTurn with any weapon or only with *Runner Hands* - `Beatrun_QuickturnHandsOnly`.
2024-03-14 20:54:01 +05:00
* Added a ConVar to toggle the heatlh regeneration - `Beatrun_HealthRegen`.
2023-08-14 18:45:34 +05:00
* Added small camera punch when diving.
* Added the ability to remove ziplines that created with *Zipline Gun* - `RMB`.
2023-10-12 22:59:36 +05:00
* Implemented Discord Rich Presence using [open source](#credits) module.
2023-08-14 20:07:37 +05:00
2023-10-12 23:06:36 +05:00
## Fixes
2023-10-12 22:59:36 +05:00
* 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 (🤷).
2023-05-31 19:49:47 +05:00
* Fixed leaderboard sorting in gamemodes.
* Fixed grapple usage in courses and gamemodes.
2023-10-12 22:59:36 +05:00
* 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)
2023-06-16 20:49:27 +05:00
* Tweaked safety roll, now you can roll under things.
2023-10-12 22:59:36 +05:00
* Tweaked some grapple related stuff. Now it moves with the entity it was attached to and other players can see the rope.
2023-08-14 18:45:34 +05:00
* Made it possible to dive to your death =).
2023-07-11 22:49:47 +05:00
2023-07-28 21:47:46 +05:00
## TODO
2023-10-12 22:59:36 +05:00
* [ ] Loadouts creation menu for Data Theft and Deathmatch. (idk how to properly implement this for know).
## Related
* [Beatrun Reanimated Project](https://github.com/JonnyBro/beatrun-anims).
## Credits
2023-07-24 12:11:47 +05:00
2023-10-12 22:59:36 +05:00
* [All contributors](https://github.com/JonnyBro/beatrun/graphs/contributors) - <3.
2023-09-13 22:32:57 +05:00
* [EarthyKiller127](https://www.youtube.com/channel/UCiFqPwGo4x0J65xafIaECDQ) - He made that piece of shit.
* [relaxtakenotes](https://github.com/relaxtakenotes) - Made all of this possible.
2023-10-12 22:59:36 +05:00
* [MTB](https://www.youtube.com/@MTB396) - Beatrun Reanimated Project.
2023-08-09 08:38:38 +05:00
* [Discord Rich Presence](https://github.com/fluffy-servers/gmod-discord-rpc) by Fluffy Servers.
* [Steam Presence](https://github.com/YuRaNnNzZZ/gmcl_steamrichpresencer) by YuRaNnNzZZ.