Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurawebdev/brc_flymode
A Bomb Rush Cyberfunk mod that adds a simple fly mode.
https://github.com/laurawebdev/brc_flymode
Last synced: 3 days ago
JSON representation
A Bomb Rush Cyberfunk mod that adds a simple fly mode.
- Host: GitHub
- URL: https://github.com/laurawebdev/brc_flymode
- Owner: LauraWebdev
- License: gpl-3.0
- Created: 2023-08-29T13:56:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T19:17:48.000Z (about 1 year ago)
- Last Synced: 2024-04-16T04:58:50.592Z (7 months ago)
- Language: C#
- Size: 642 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BRC_FlyMode
A Bomb Rush Cyberfunk mod that adds a simple fly mode.## Installation
### Automatically (via ThunderStore/R2ModMan)
- Download the mod through [Thunderstore](https://thunderstore.io/c/bomb-rush-cyberfunk/p/LauraSofia/BRC_FlyMode/) or R2ModMan### Manually
- You must have BepInEx 5.4 already installed.
- Go to the [latest release](https://github.com/LauraWebdev/BRC_FlyMode/releases/latest), and download the FlyMode.dll
- Put the .dll in your BepInEx/Plugins/ folder## How to use
Once you are ingame, you can press "Enter" on your keypad to enable flymode.### Controls
- **Enter (Keypad) / P** - Activate/Deactivate FlyMode
- **Plus (Keypad) / O** - Enable/Disable PlayerModel
- **WASD** - Forward/Backward/Left/Right
- **Space** - Up
- **Shift** - Down
- **ScrollWheel** - Increase/Decrease fly speed## Building from source
To build this project from source, you need to place the following dll files from the game in a folder named "libs":
- Assembly-CSharp.dll
- Unity.TextMeshPro.dll
- UnityEngine.IMGUIModule.dll
- UnityEngine.UI.dll