Shadnix-was-taken / BeatSaber-ParticleOverdrive

Enable/disable camera noise, and global particle haze, configure slash particle and explosion particle amount.
ISC License
23 stars 3 forks source link

Particle Overdrive

Plugin for Beat Saber

Features

Usage

You can either configure the plugin by editing UserData\ParticleOverdrive.ini, but the preferred method of configuration is using the in-game settings menu.

Known Issues/Mod Interactions

Thanks

Developers

Contributing to ParticleOverdrive

In order to build this project, you'll need a local, modded installation of Beat Saber with the required mod dependencies installed. Add a ParticleOverdrive.csproj.user file in the project directory and specify where your game is located on your disk:

<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <!-- Change this path if necessary. Make sure it doesn't end with a backslash. -->
    <BeatSaberDir>C:\Program Files\Steam\steamapps\common\Beat Saber</BeatSaberDir>
  </PropertyGroup>
</Project>