Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

...
```