/VMCLightDisabler

Prevents VMCLight in VMCAvatar from affecting CustomPlatforms and other objects on layer 1

Primary LanguageC#MIT LicenseMIT

VMCLightDisabler

Prevents VMCLight in VMCAvatar from affecting CustomPlatforms and other objects on layer 1

Local Build

In order to build this project, please add a VMCLightDisabler.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 ends with a backslash. -->
    <GameDirPath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\</GameDirPath>
  </PropertyGroup>
</Project>