Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Mod that allows you to disable score submission to ScoreSaber with set parameters

License

Notifications You must be signed in to change notification settings

raineaeternal/ScoreRequirement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScoreRequirement

Abandoned.

I don't have the motivation to work on this, the repository will be left in a public archive for anyone to look at, and possibly update, should they want to.

This mod allows you to disable score submission to ScoreSaber with custom parameters!

Changelog

1.0.10

  • Internal reworks with bugfixes

1.0.9

  • Better handling when disposing, Nullchecking for the GameplaySetup tab this time around.
  • Changed to dynamically fetching version and name of plugin for UI
  • Better handling of parameter enables.

1.0.6

  • Actually fixed the pauses disabling score submission this time - im a good developer i swear

1.0.5

  • Fixed one line of code that broke the pause limit

1.0.4

  • Fixed longlasting bug that disabled score submission for Accuracy regardless if the mod was active or not, if the requirement itself was active.

1.0.2

  • Bugfixes & Gamemode limits
    • Tutorial broke the game with ScoreRequirement installed
    • Campaigns & CustomCampaigns support has been pulled in fear of unknown sideeffects.

1.0.1

  • Fixes an incompatibility with base game multiplayer
    • Major thank you to @Goobwabber for making me aware that it broke Multiplayer in some way.

v1.0.0

  • Disables score submission if one of these requirements or limits are met
    • Accuracy (Requirement)
    • Combo (Requirement)
    • Combo Breaks (Limit)
    • Misses (Limit)
    • Pauses (Limit)

Requirements

These can be downloaded from BeatMods or using Mod Assistant.

  • BeatSaberMarkupLanguage (BSML) v1.5.4+
  • SiraUtil v2.5.7+

Contributions

  • SliderButton class from @rithik-b for the SliderButtons - major thank you

Reporting Issues

  • The best way to report issues is to click on the Issues tab at the top of the GitHub page. This allows any contributor to see the problem and attempt to fix it, and others with the same issue can contribute more information. Please try the troubleshooting steps before reporting the issues listed there. Please only report issues after using the latest build, your problem may have already been fixed.
  • Include in your issue:
    • A detailed explanation of your problem (you can also attach videos/screenshots)
    • Important: The log file from the game session the issue occurred (restarting the game creates a new log file).
      • The log file can be found at Beat Saber\Logs\_latest.log (Beat Saber being the folder Beat Saber.exe is in).
  • If you ask for help on Discord, at least include your _latest.log file in your help request.

Contributing

Anyone can feel free to contribute bug fixes or enhancements to ScoreRequirement! Fork, make your changes and pull request it!

Building

Visual Studio 2019 with the BeatSaberModdingTools extension is the recommended development environment.

  1. Check out the repository
  2. Open ScoreRequirement.sln
  3. Right-click the ScoreRequirement project, go to Beat Saber Modding Tools -> Set Beat Saber Directory
  • This assumes you have already set the directory for your Beat Saber game folder in Extensions -> Beat Saber Modding Tools -> Settings...
  • If you do not have the BeatSaberModdingTools extension, you will need to manually create a ScoreRequirement.csproj.user file to set the location of your game install. An example is showing below.
  1. The project should now build.

Example csproj.user File:

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <BeatSaberDir>Full\Path\To\Beat Saber</BeatSaberDir>
  </PropertyGroup>
</Project>

License

This project is licensed under the GNU GPL v3.0 License - see the LICENSE file for details.

About

Mod that allows you to disable score submission to ScoreSaber with set parameters

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages