Browse Source

Updated defaults for Beat Saber

pull/53/head
Anairkoen Schno 3 years ago
parent
commit
6833e129a5
Signed by: DaNike GPG Key ID: BEFB74D5F3FC4387
5 changed files with 3 additions and 2 deletions
  1. +1
    -1
      IPA.Loader/Config/ModPrefs.cs
  2. +2
    -1
      IPA.Loader/Config/SelfConfig.cs
  3. BIN
      Refs/UnityEngine.CoreModule.Net4.dll
  4. BIN
      Refs/UnityEngine.Net4.dll
  5. BIN
      Refs/UnityEngine.UnityWebRequestModule.Net4.dll

+ 1
- 1
IPA.Loader/Config/ModPrefs.cs View File

@ -11,7 +11,7 @@ namespace IPA.Config
/// <summary>
/// Allows to get and set preferences for your mod.
/// </summary>
[Obsolete("Uses IniFile, which uses 16 bit system calls. Use BS Utils INI system for now.")]
[Obsolete("Uses IniFile, which uses 16 bit system calls. Use the new object based config system.")]
public interface IModPrefs
{
/// <summary>


+ 2
- 1
IPA.Loader/Config/SelfConfig.cs View File

@ -149,7 +149,8 @@ namespace IPA.Config
{
// LINE: ignore 5
#if BeatSaber // provide these defaults only for Beat Saber builds
"Main.dll", "Core.dll", "HMLib.dll", "HMUI.dll", "HMRendering.dll", "VRUI.dll"
"Main.dll", "Core.dll", "HMLib.dll", "HMUI.dll", "HMRendering.dll", "VRUI.dll",
"BeatmapCore.dll", "GameplayCore.dll","HMLibAttributes.dll",
#else // otherwise specify Assembly-CSharp.dll
"Assembly-CSharp.dll"
#endif


BIN
Refs/UnityEngine.CoreModule.Net4.dll View File


BIN
Refs/UnityEngine.Net4.dll View File


BIN
Refs/UnityEngine.UnityWebRequestModule.Net4.dll View File


Loading…
Cancel
Save