diff --git a/.gitignore b/.gitignore index 3c3b682..2848f26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .vs/ **/bin/* **/obj/* +**/dist/* _*/ Common/* -!Common/mscorlib.dll \ No newline at end of file +!Common/mscorlib.dll +*.xcf \ No newline at end of file diff --git a/Assets/icon-AttractVideoPlayer.png b/Assets/icon-AttractVideoPlayer.png new file mode 100644 index 0000000..53a4fb2 Binary files /dev/null and b/Assets/icon-AttractVideoPlayer.png differ diff --git a/Assets/icon-BetterGiveUp.png b/Assets/icon-BetterGiveUp.png new file mode 100644 index 0000000..166dff9 Binary files /dev/null and b/Assets/icon-BetterGiveUp.png differ diff --git a/Assets/icon-Blacklist.png b/Assets/icon-Blacklist.png new file mode 100644 index 0000000..7327fef Binary files /dev/null and b/Assets/icon-Blacklist.png differ diff --git a/Assets/icon-DisableEncryption.png b/Assets/icon-DisableEncryption.png new file mode 100644 index 0000000..84f6a53 Binary files /dev/null and b/Assets/icon-DisableEncryption.png differ diff --git a/Assets/icon-DisableGP.png b/Assets/icon-DisableGP.png new file mode 100644 index 0000000..25a16e5 Binary files /dev/null and b/Assets/icon-DisableGP.png differ diff --git a/Assets/icon-DisableMaintenance.png b/Assets/icon-DisableMaintenance.png new file mode 100644 index 0000000..301b29d Binary files /dev/null and b/Assets/icon-DisableMaintenance.png differ diff --git a/Assets/icon-DisableTimers.png b/Assets/icon-DisableTimers.png new file mode 100644 index 0000000..9569285 Binary files /dev/null and b/Assets/icon-DisableTimers.png differ diff --git a/Assets/icon-ExclusiveAudio.png b/Assets/icon-ExclusiveAudio.png new file mode 100644 index 0000000..ff925e8 Binary files /dev/null and b/Assets/icon-ExclusiveAudio.png differ diff --git a/Assets/icon-FrameRate.png b/Assets/icon-FrameRate.png new file mode 100644 index 0000000..bd97619 Binary files /dev/null and b/Assets/icon-FrameRate.png differ diff --git a/Assets/icon-InfiniteStory.png b/Assets/icon-InfiniteStory.png new file mode 100644 index 0000000..3cdeef4 Binary files /dev/null and b/Assets/icon-InfiniteStory.png differ diff --git a/Assets/icon-LoadBoost.png b/Assets/icon-LoadBoost.png new file mode 100644 index 0000000..b4ecef9 Binary files /dev/null and b/Assets/icon-LoadBoost.png differ diff --git a/Assets/icon-MoreProfileOptions.png b/Assets/icon-MoreProfileOptions.png new file mode 100644 index 0000000..31b33d5 Binary files /dev/null and b/Assets/icon-MoreProfileOptions.png differ diff --git a/Assets/icon-Pause.png b/Assets/icon-Pause.png new file mode 100644 index 0000000..f9068d8 Binary files /dev/null and b/Assets/icon-Pause.png differ diff --git a/Assets/icon-PlatinumTiming.png b/Assets/icon-PlatinumTiming.png new file mode 100644 index 0000000..dcb4930 Binary files /dev/null and b/Assets/icon-PlatinumTiming.png differ diff --git a/Assets/icon-SelectBGM.png b/Assets/icon-SelectBGM.png new file mode 100644 index 0000000..0ae6ec1 Binary files /dev/null and b/Assets/icon-SelectBGM.png differ diff --git a/Assets/icon-SkipCutscenes.png b/Assets/icon-SkipCutscenes.png new file mode 100644 index 0000000..b9368d3 Binary files /dev/null and b/Assets/icon-SkipCutscenes.png differ diff --git a/Assets/icon-SkipNotices.png b/Assets/icon-SkipNotices.png new file mode 100644 index 0000000..317fd27 Binary files /dev/null and b/Assets/icon-SkipNotices.png differ diff --git a/Assets/icon-SortByInternalDifficulty.png b/Assets/icon-SortByInternalDifficulty.png new file mode 100644 index 0000000..df130c3 Binary files /dev/null and b/Assets/icon-SortByInternalDifficulty.png differ diff --git a/Assets/icon-TestMenuConfig.png b/Assets/icon-TestMenuConfig.png new file mode 100644 index 0000000..e4f0634 Binary files /dev/null and b/Assets/icon-TestMenuConfig.png differ diff --git a/Assets/icon-TestMenuScaling.png b/Assets/icon-TestMenuScaling.png new file mode 100644 index 0000000..eb86a5f Binary files /dev/null and b/Assets/icon-TestMenuScaling.png differ diff --git a/Assets/icon-UnlockAllMusic.png b/Assets/icon-UnlockAllMusic.png new file mode 100644 index 0000000..42daff9 Binary files /dev/null and b/Assets/icon-UnlockAllMusic.png differ diff --git a/Assets/icon-UnlockAndSetJewelBoostNine.png b/Assets/icon-UnlockAndSetJewelBoostNine.png new file mode 100644 index 0000000..8bdb30b Binary files /dev/null and b/Assets/icon-UnlockAndSetJewelBoostNine.png differ diff --git a/Assets/icon-UnlockGameEvents.png b/Assets/icon-UnlockGameEvents.png new file mode 100644 index 0000000..98f4709 Binary files /dev/null and b/Assets/icon-UnlockGameEvents.png differ diff --git a/Assets/icon-UnlockMasterDifficulty.png b/Assets/icon-UnlockMasterDifficulty.png new file mode 100644 index 0000000..861d4fe Binary files /dev/null and b/Assets/icon-UnlockMasterDifficulty.png differ diff --git a/Assets/icon-UnlockMemoryChapters.png b/Assets/icon-UnlockMemoryChapters.png new file mode 100644 index 0000000..8607fbe Binary files /dev/null and b/Assets/icon-UnlockMemoryChapters.png differ diff --git a/Enhancements/AttractVideoPlayer/AttractVideoPlayer.csproj b/Enhancements/AttractVideoPlayer/AttractVideoPlayer.csproj index c2ce5ab..434512a 100644 --- a/Enhancements/AttractVideoPlayer/AttractVideoPlayer.csproj +++ b/Enhancements/AttractVideoPlayer/AttractVideoPlayer.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.AttractVideoPlayer.mm - Control attract video + Control attract mode videos enhancements diff --git a/Enhancements/InfiniteStory/InfiniteStory.csproj b/Enhancements/InfiniteStory/InfiniteStory.csproj index a9064db..2b41a07 100644 --- a/Enhancements/InfiniteStory/InfiniteStory.csproj +++ b/Enhancements/InfiniteStory/InfiniteStory.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.InfiniteStory.mm - Allows watching the story endlessly + Lift the limit of one story per credit enhancements diff --git a/Enhancements/Pause/Pause.csproj b/Enhancements/Pause/Pause.csproj index 02ba71b..ee65a1a 100644 --- a/Enhancements/Pause/Pause.csproj +++ b/Enhancements/Pause/Pause.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.Pause.mm - Enables pausing the game with the service button + Pause the game with the service button enhancements diff --git a/Extras/Blacklist/Blacklist.csproj b/Extras/Blacklist/Blacklist.csproj index d8435ea..ee6d658 100644 --- a/Extras/Blacklist/Blacklist.csproj +++ b/Extras/Blacklist/Blacklist.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.Blacklist.mm - Block custom charts from being uploaded + Block custom chart scores from uploading extras diff --git a/Extras/MoreProfileOptions/MoreProfileOptions.csproj b/Extras/MoreProfileOptions/MoreProfileOptions.csproj index 5abddec..0937fcb 100644 --- a/Extras/MoreProfileOptions/MoreProfileOptions.csproj +++ b/Extras/MoreProfileOptions/MoreProfileOptions.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.MoreProfileOptions.mm - More profile options + Additional track skip options and alternative client-side rating algorithms extras diff --git a/Extras/PlatinumTiming/PlatinumTiming.csproj b/Extras/PlatinumTiming/PlatinumTiming.csproj index bea720c..bdaea3d 100644 --- a/Extras/PlatinumTiming/PlatinumTiming.csproj +++ b/Extras/PlatinumTiming/PlatinumTiming.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.PlatinumTiming.mm - Platinum early/late + Show platinum early/late counts on the result screen extras diff --git a/Extras/SelectBGM/SelectBGM.csproj b/Extras/SelectBGM/SelectBGM.csproj index 0093273..c0a5165 100644 --- a/Extras/SelectBGM/SelectBGM.csproj +++ b/Extras/SelectBGM/SelectBGM.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.SelectBGM.mm - Select main menu BGM + Select menu BGM extras diff --git a/Extras/SkipCutscenes/SkipCutscenes.csproj b/Extras/SkipCutscenes/SkipCutscenes.csproj index a12e1d9..449c5f7 100644 --- a/Extras/SkipCutscenes/SkipCutscenes.csproj +++ b/Extras/SkipCutscenes/SkipCutscenes.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.SkipCutscenes.mm - Skip "Are you ready? Let's shoot" + Skip "Are you ready? Let's shoot" etc. extras diff --git a/Extras/SortByInternalDifficulty/SortByInternalDifficulty.csproj b/Extras/SortByInternalDifficulty/SortByInternalDifficulty.csproj index 12089f7..5a13646 100644 --- a/Extras/SortByInternalDifficulty/SortByInternalDifficulty.csproj +++ b/Extras/SortByInternalDifficulty/SortByInternalDifficulty.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.SortByInternalDifficulty.mm - Group by internal level + Group or sort by internal difficulty level extras diff --git a/Extras/TestMenuConfig/TestMenuConfig.csproj b/Extras/TestMenuConfig/TestMenuConfig.csproj index 53f19af..2ae1b8d 100644 --- a/Extras/TestMenuConfig/TestMenuConfig.csproj +++ b/Extras/TestMenuConfig/TestMenuConfig.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.TestMenuConfig.mm - Test menu config + Test menu config for mu3-mods extras diff --git a/Fixes/DisableEncryption/DisableEncryption.csproj b/Fixes/DisableEncryption/DisableEncryption.csproj index fb39abe..6e6a094 100644 --- a/Fixes/DisableEncryption/DisableEncryption.csproj +++ b/Fixes/DisableEncryption/DisableEncryption.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.DisableEncryption.mm - Disable encryption + Disable network encryption fixes diff --git a/Fixes/ExclusiveAudio/ExclusiveAudio.csproj b/Fixes/ExclusiveAudio/ExclusiveAudio.csproj index 19dde7a..a79c480 100644 --- a/Fixes/ExclusiveAudio/ExclusiveAudio.csproj +++ b/Fixes/ExclusiveAudio/ExclusiveAudio.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.ExclusiveAudio.mm - 2ch exclusive audio + 2-channel exclusive audio (may cause bass overload) fixes diff --git a/Fixes/FrameRate/FrameRate.csproj b/Fixes/FrameRate/FrameRate.csproj index b9bfa13..2e2356f 100644 --- a/Fixes/FrameRate/FrameRate.csproj +++ b/Fixes/FrameRate/FrameRate.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.FrameRate.mm - Unlock frame rate + Fix game speed on non-60Hz display or change the frame rate fixes diff --git a/Fixes/TestMenuScaling/TestMenuScaling.csproj b/Fixes/TestMenuScaling/TestMenuScaling.csproj index debf823..35017fd 100644 --- a/Fixes/TestMenuScaling/TestMenuScaling.csproj +++ b/Fixes/TestMenuScaling/TestMenuScaling.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.TestMenuScaling.mm - Test menu scaling + Proper test menu scaling on resolutions other than 1080x1920 fixes diff --git a/Mu3Mods.csproj b/Mu3Mods.csproj index 4d23dca..2d51c3d 100644 --- a/Mu3Mods.csproj +++ b/Mu3Mods.csproj @@ -3,6 +3,7 @@ net35 7EVENDAYS⇔HOLIDAYS 3.3.1.0 + 3.3.1 true latest x64 @@ -22,4 +23,39 @@ + + + + + + + + +{ + "name": "$(ProjectName)", + "version_number": "$(VersionShort)", + "website_url": "https://gitea.tendokyu.moe/akanyan/mu3-mods", + "description": "$(Description)", + "dependencies": [ + "7EVENDAYSHOLIDAYS-BepInExPack-5.4.23002" + ] +} + + +## [mu3-mods](https://gitea.tendokyu.moe/akanyan/mu3-mods) + + + + + + + \ No newline at end of file diff --git a/Unlockers/UnlockAllMusic/UnlockAllMusic.csproj b/Unlockers/UnlockAllMusic/UnlockAllMusic.csproj index 499fb27..c6528c1 100644 --- a/Unlockers/UnlockAllMusic/UnlockAllMusic.csproj +++ b/Unlockers/UnlockAllMusic/UnlockAllMusic.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.UnlockAllMusic.mm - Unlock all music + Unlock all songs unlockers diff --git a/Unlockers/UnlockAndSetJewelBoostNine/UnlockAndSetJewelBoostNine.csproj b/Unlockers/UnlockAndSetJewelBoostNine/UnlockAndSetJewelBoostNine.csproj index dc76be8..d6028dc 100644 --- a/Unlockers/UnlockAndSetJewelBoostNine/UnlockAndSetJewelBoostNine.csproj +++ b/Unlockers/UnlockAndSetJewelBoostNine/UnlockAndSetJewelBoostNine.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.UnlockAndSetJewelBoostNine.mm - Unlock and set the jewel boost to max + Unlock the highest jewel boost for all events and select it automatically unlockers diff --git a/Unlockers/UnlockGameEvents/UnlockGameEvents.csproj b/Unlockers/UnlockGameEvents/UnlockGameEvents.csproj index 80498ff..ce137bc 100644 --- a/Unlockers/UnlockGameEvents/UnlockGameEvents.csproj +++ b/Unlockers/UnlockGameEvents/UnlockGameEvents.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.UnlockGameEvents.mm - Unlock game events + Unlock all events unlockers diff --git a/Unlockers/UnlockMasterDifficulty/UnlockMasterDifficulty.csproj b/Unlockers/UnlockMasterDifficulty/UnlockMasterDifficulty.csproj index 6f5a8b5..7e3eb1e 100644 --- a/Unlockers/UnlockMasterDifficulty/UnlockMasterDifficulty.csproj +++ b/Unlockers/UnlockMasterDifficulty/UnlockMasterDifficulty.csproj @@ -1,7 +1,7 @@  Assembly-CSharp.UnlockMasterDifficulty.mm - Unlock master difficulty + Unlock master difficulty for all songs unlockers