Skip to content

Commit

Permalink
Updated README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Azn9 committed Feb 18, 2023
1 parent 1f8cb94 commit 76ab3bd
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 2 deletions.
97 changes: 97 additions & 0 deletions AccuracyIndicator/AccuracyIndicator.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{7E1AD6AF-F9E2-4F37-B476-78C2876F3FEC}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AccuracyIndicator</RootNamespace>
<AssemblyName>AccuracyIndicator</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<LangVersion>10.0</LangVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="Indicator\HitEntry.cs" />
<Compile Include="Indicator\InGameIndicator.cs" />
<Compile Include="Indicator\ReportRange.cs" />
<Compile Include="Indicator\Utils.cs" />
<Compile Include="Indicator\VictoryIndicator.cs" />
<Compile Include="Main.cs" />
<Compile Include="Patch\AttackScorePatch.cs" />
<Compile Include="Patch\PauseResumePatch.cs" />
<Compile Include="Patch\SceneChangePatch.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Il2Cppmscorlib">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\Il2Cppmscorlib.dll</HintPath>
</Reference>
<Reference Include="MelonLoader">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\MelonLoader.dll</HintPath>
</Reference>
<Reference Include="mscorlib">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\mscorlib.dll</HintPath>
</Reference>
<Reference Include="UnhollowerBaseLib">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\UnhollowerBaseLib.dll</HintPath>
</Reference>
<Reference Include="Unity.Addressables">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\Unity.Addressables.dll</HintPath>
</Reference>
<Reference Include="Unity.ResourceManager">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\Unity.ResourceManager.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TextCoreModule">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\UnityEngine.TextCoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TextRenderingModule">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIElementsModule">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\UnityEngine.UIElementsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIModule">
<HintPath>..\..\..\Jeux\SteamLibrary\steamapps\common\Muse Dash\MelonLoader\Managed\UnityEngine.UIModule.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
12 changes: 10 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

This mod made by [**@Azn9**](https://github.com/Azn9/) adds an accuracy indicator to Muse Dash, like the one on osu!.

Demo : https://www.youtube.com/watch?v=jfKfPfyJRdk
## What does it do?
- Adds an ingame bar that shows your accuracy:
[![Accuracy Bar](https://raw.githubusercontent.com/Azn9/MDAccuracyIndicatorMod/8fd6f5bfd9e3e0ddc65cb20d9b67efaa6edb42a2/images/ingame_bar.png)](https://raw.githubusercontent.com/Azn9/MDAccuracyIndicatorMod/8fd6f5bfd9e3e0ddc65cb20d9b67efaa6edb42a2/images/ingame_bar.png)

- Adds an endgame report with your mean delay, and an histogram of your delays:
[![Endgame Report](https://raw.githubusercontent.com/Azn9/MDAccuracyIndicatorMod/8fd6f5bfd9e3e0ddc65cb20d9b67efaa6edb42a2/images/end_report.png)](https://raw.githubusercontent.com/Azn9/MDAccuracyIndicatorMod/8fd6f5bfd9e3e0ddc65cb20d9b67efaa6edb42a2/images/end_report.png)

## How to install
Simply grab the latest .dll from the [**releases**](https://github.com/Azn9/MDAccuracyIndicatorMod/releases) page and put it in your Muse Dash 'Mods' folder.

## What does it do ?
## What does the color mean?
- Blue is 'Perfect' judgement (from -25ms to +25ms)
- Green is 'Perfect' judgement with "late" or "early" displayed (from -40ms to +40ms)
- Orange is 'Great' judgement (from -140ms to +140ms)

0 comments on commit 76ab3bd

Please sign in to comment.