From fd4ee2aba23c659d765abf4437af841384b4e915 Mon Sep 17 00:00:00 2001 From: tetra Date: Thu, 17 Jun 2021 17:55:24 -0400 Subject: [PATCH] initial commit --- .gitignore | 362 +++++++++++++++++++ CalibrateConfirm/CalibrateConfirm.csproj | 277 ++++++++++++++ CalibrateConfirm/Components/Components.cs | 35 ++ CalibrateConfirm/Hooks.cs | 15 + CalibrateConfirm/Mod.cs | 91 +++++ CalibrateConfirm/Properties/AssemblyInfo.cs | 12 + CalibrateConfirm/UI.cs | 23 ++ CalibrateConfirm/Utils.cs | 29 ++ QMFreeze/Components/EnableDisableListener.cs | 31 ++ QMFreeze/Hooks.cs | 15 + QMFreeze/Mod.cs | 102 ++++++ QMFreeze/Properties/AssemblyInfo.cs | 12 + QMFreeze/QMFreeze.csproj | 275 ++++++++++++++ QMFreeze/Settings.cs | 29 ++ QMFreeze/Utils.cs | 53 +++ UnmuteSound/Hooks.cs | 15 + UnmuteSound/Mod.cs | 99 +++++ UnmuteSound/Properties/AssemblyInfo.cs | 12 + UnmuteSound/UnmuteSound.csproj | 260 +++++++++++++ UnmuteSound/Utils.cs | 13 + VRCMods.sln | 37 ++ 21 files changed, 1797 insertions(+) create mode 100644 .gitignore create mode 100644 CalibrateConfirm/CalibrateConfirm.csproj create mode 100644 CalibrateConfirm/Components/Components.cs create mode 100644 CalibrateConfirm/Hooks.cs create mode 100644 CalibrateConfirm/Mod.cs create mode 100644 CalibrateConfirm/Properties/AssemblyInfo.cs create mode 100644 CalibrateConfirm/UI.cs create mode 100644 CalibrateConfirm/Utils.cs create mode 100644 QMFreeze/Components/EnableDisableListener.cs create mode 100644 QMFreeze/Hooks.cs create mode 100644 QMFreeze/Mod.cs create mode 100644 QMFreeze/Properties/AssemblyInfo.cs create mode 100644 QMFreeze/QMFreeze.csproj create mode 100644 QMFreeze/Settings.cs create mode 100644 QMFreeze/Utils.cs create mode 100644 UnmuteSound/Hooks.cs create mode 100644 UnmuteSound/Mod.cs create mode 100644 UnmuteSound/Properties/AssemblyInfo.cs create mode 100644 UnmuteSound/UnmuteSound.csproj create mode 100644 UnmuteSound/Utils.cs create mode 100644 VRCMods.sln diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a8542d --- /dev/null +++ b/.gitignore @@ -0,0 +1,362 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd \ No newline at end of file diff --git a/CalibrateConfirm/CalibrateConfirm.csproj b/CalibrateConfirm/CalibrateConfirm.csproj new file mode 100644 index 0000000..9dff703 --- /dev/null +++ b/CalibrateConfirm/CalibrateConfirm.csproj @@ -0,0 +1,277 @@ + + + + + Debug + AnyCPU + {203D7CCB-AEAE-499B-92EA-9C68C3DEC88E} + Library + Properties + CalibrateConfirm + CalibrateConfirm + v4.7.2 + 512 + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + MinimumRecommendedRules.ruleset + true + false + + + + False + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Assembly-CSharp.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2Cppmscorlib.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\MelonLoader.dll + False + + + + + H:\Steam\steamapps\common\VRChat\Mods\UIExpansionKit.dll + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnhollowerBaseLib.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnhollowerRuntimeLib.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.CoreModule.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.UI.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppMono.Security.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2Cppmscorlib.dll + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Buffers.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Collections.Immutable.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Configuration.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Core.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Diagnostics.StackTrace.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Drawing.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Globalization.Extensions.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.IO.Compression.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Runtime.CompilerServices.Unsafe.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Runtime.Serialization.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Il2CppSystem.Xml.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\MelonLoader.dll + + + + + + + + + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnhollowerBaseLib.dll + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnhollowerRuntimeLib.dll + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Unity.Analytics.DataPrivacy.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\Unity.TextMeshPro.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.dll + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.AIModule.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.ARModule.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.AudioModule.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.ClothModule.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.ClusterRendererModule.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.CoreModule.dll + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.CrashReportingModule.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.UI.dll + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.UmbraModule.dll + False + + + False + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.VRModule.dll + False + + + False + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\UnityEngine.XRModule.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.SDKBase.Editor.BuildPipeline.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.Udon.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.Udon.ClientBindings.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.Udon.Common.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.Udon.Security.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.Udon.Serialization.AOT.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.Udon.Serialization.OdinSerializer.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.Udon.VM.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.Udon.VRCWrapperModules.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRC.Udon.Wrapper.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRCCore-Editor.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRCCore-Standalone.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRCLog.dll + False + + + H:\Steam\steamapps\common\VRChat\MelonLoader\Managed\VRCSDK3A.dll + False + + + + + + + + + + + + + + set FileName=$(TargetName) +if $(ConfigurationName) == Debug set FileName=$(TargetName).dev +copy /y "$(TargetPath)" "H:\Steam\steamapps\common\VRChat\Mods\%25FileName%25.dll" + + + latest + + \ No newline at end of file diff --git a/CalibrateConfirm/Components/Components.cs b/CalibrateConfirm/Components/Components.cs new file mode 100644 index 0000000..2d41f30 --- /dev/null +++ b/CalibrateConfirm/Components/Components.cs @@ -0,0 +1,35 @@ +using System; +using UnhollowerBaseLib.Attributes; +using UnityEngine; + +namespace CalibrateConfirm.Components +{ + // Stolen from knah (again) + // https://github.com/knah/VRCMods/blob/326b5f6d3d1c4bc3474b3518938d49efb918c1d8/UIExpansionKit/Components/EnableDisableListener.cs + public class EnableDisableListener : MonoBehaviour + { +#nullable enable + + [method: HideFromIl2Cpp] + public event Action? OnEnabled; + + [method: HideFromIl2Cpp] + public event Action? OnDisabled; + +#nullable disable + + public EnableDisableListener(IntPtr obj0) : base(obj0) + { + } + + private void OnEnable() + { + OnEnabled?.Invoke(); + } + + private void OnDisable() + { + OnDisabled?.Invoke(); + } + } +} \ No newline at end of file diff --git a/CalibrateConfirm/Hooks.cs b/CalibrateConfirm/Hooks.cs new file mode 100644 index 0000000..dd5b10a --- /dev/null +++ b/CalibrateConfirm/Hooks.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections; + +namespace CalibrateConfirm +{ + internal class Hooks + { + internal static IEnumerator UiManager(Action method) + { + while (VRCUiManager.prop_VRCUiManager_0 == null) + yield return null; + method(); + } + } +} \ No newline at end of file diff --git a/CalibrateConfirm/Mod.cs b/CalibrateConfirm/Mod.cs new file mode 100644 index 0000000..c210c06 --- /dev/null +++ b/CalibrateConfirm/Mod.cs @@ -0,0 +1,91 @@ +using CalibrateConfirm.Components; +using MelonLoader; +using System; +using System.Collections; +using UnhollowerRuntimeLib; +using UnityEngine; +using UnityEngine.UI; +using UnityEngine.XR; + +namespace CalibrateConfirm +{ + public class BuildInfo + { + public const string Name = "CalibrateConfirm"; + public const string Author = "tetra"; + public const string Version = "1.0.1"; + public const string DownloadLink = "https://github.com/tetra-fox/CalibrateConfirm/releases/download/1.0.1/CalibrateConfirm.dll"; + } + + public class Mod : MelonMod + { + public GameObject CalibrateConfirmButton; + public GameObject CalibrateButton; + + public override void OnApplicationStart() + { + ClassInjector.RegisterTypeInIl2Cpp(); + + if (Utils.HasMod("UI Expansion Kit")) + { + MelonLogger.Msg("UIX found. Using UIX hook."); + UIExpansionKit.API.ExpansionKitApi.OnUiManagerInit += Init; + return; + } + MelonLogger.Msg("UIX not found. Using fallback hook."); + MelonCoroutines.Start(Hooks.UiManager(Init)); + } + + private void Init() + { + if (!XRDevice.isPresent) return; + MelonLogger.Msg("Initializing..."); + + CalibrateButton = GameObject.Find("UserInterface/QuickMenu/ShortcutMenu/CalibrateButton"); + + CalibrateConfirmButton = UI.Button.Create(GameObject.Find("UserInterface/QuickMenu/ShortcutMenu/"), "Confirm?", + "Are you sure you want to calibrate?", "CalibrateConfirmBtn", new Vector3(3, 1, 0), + CalibrateButton.GetComponent