Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pespiri/BeatSaberCustomWalls
Replace the wall materials in Beat Saber
https://github.com/Pespiri/BeatSaberCustomWalls
Last synced: 5 days ago
JSON representation
Replace the wall materials in Beat Saber
- Host: GitHub
- URL: https://github.com/Pespiri/BeatSaberCustomWalls
- Owner: Pespiri
- License: mit
- Created: 2020-01-13T22:46:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T16:08:11.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T11:08:59.419Z (3 months ago)
- Language: C#
- Size: 1.15 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BeatSaberCustomWalls
CustomWalls allows you to customize the obstacle walls in Beat Saber## Features
* Replace the wall materials/mesh in Beat Saber
* Disable the wall frame## For developers
### Contributing to CustomWalls
In order to build this project, please create the file `CustomWalls.csproj.user` and add your Beat Saber directory path to it in the project directory.
This file should not be uploaded to GitHub and is in the .gitignore.```xml
E:\Program Files (x86)\Steam\steamapps\common\Beat Saber
```
If you plan on adding any new dependencies which are located in the Beat Saber directory, it would be nice if you edited the paths to use `$(BeatSaberDir)` in `CustomWalls.csproj`
```xml
...$(BeatSaberDir)\Plugins\BS_Utils.dll
$(BeatSaberDir)\Beat Saber_Data\Managed\IPA.Loader.dll
...
```