Skip to content

Old Beat Saber mod that displays the reason for a bad cut.

Notifications You must be signed in to change notification settings

DreamRealitii/BadCutType

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BadCutType

What the mod does:

  • When you get a bad cut, replace the "x" with text of the bad cut reason.
  • Has settings to enable/disable, change font size/color, write your own text for each bad cut type.

Next thing to do:

  • Display text when you lose your combo to a wall.

Issues:

  • When watching replays, sometimes displays bad cut text when the player didn't do anything wrong, and uses the wrong text for bomb hits. My theory is different grip/height settings between players.

Quick install:

  • Use ModAssistant, or copy .dll file from release into Beat Saber Plugins folder.

Source code install:

  • Step 1: Download source code from release or GitHub code button.
  • Step 2: Create project file BadCutType/BadCutType.csproj.user with the text below, but replace BeatSaberDir and ReferencePath with your own Beat Saber directories.
<?xml version="1.0" encoding="utf-8"?>
<Project>
  <PropertyGroup>
    <BeatSaberDir>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber</BeatSaberDir>
    <ReferencePath>C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed;C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Libs;C:\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins</ReferencePath>
  </PropertyGroup>
</Project>
  • Step 3: Open BadCutType.sln in Visual Studio and build solution.

About

Old Beat Saber mod that displays the reason for a bad cut.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages