beatrun/README.md

56 lines
2.9 KiB
Markdown
Raw Normal View History

2023-05-26 00:00:54 +05:00
# beatrun
2023-05-27 16:10:58 +05:00
Modified beatrun's source code.<br><br>
2023-07-23 17:15:24 +05:00
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.<br><br>
2023-07-13 22:24:03 +05:00
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).
2023-05-31 19:49:47 +05:00
# Installation
2023-06-06 00:58:05 +05:00
1. **Delete or disable VManip (Base) that downloaded from Workshop!**
2023-06-16 16:50:58 +05:00
2. **Delete `beatrun` and `vmaniprework` folders in *addons* if you have one!**
2023-06-04 19:50:50 +05:00
3. Extract `beatrun` and `vmaniprework` folders to *your_game_folder/garrysmod/addons*.
4. 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](https://github.com/fluffy-servers/gmod-discord-rpc) to see the sources of DRP and [this](https://github.com/YuRaNnNzZZ/gmcl_steamrichpresencer) for SP.
2023-05-31 19:49:47 +05:00
## Changes added by me
2023-06-16 16:55:18 +05:00
* [Custom online courses database](https://courses.beatrun.ru)! It's free 🤯
* 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-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`.
* 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`.
* 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.
2023-06-03 12:14:41 +05:00
## TODO
- [ ] Gamemodes menu
## Fixes and changes from previous version
* `Beatrun_DisableGrapple` - Disables grapple ability.
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 =).
* Allowed punching while crouching.
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.
* Merged some anims into 1 file.
2023-07-11 22:49:47 +05:00
2023-07-24 12:11:47 +05:00
# Related
2023-07-24 12:12:47 +05:00
[beatrun-anims](https://github.com/JonnyBro/beatrun-anims) - Sources of animations from Beatrun. You can also find OG animations here
2023-07-24 12:11:47 +05:00
# Credits <3
2023-07-13 22:24:03 +05:00
* modeltexturesbones - Changed anims a bit.
2023-07-24 12:11:47 +05:00
* All contributors.