Skip to content

Commit

Permalink
Upgrade doorstop to version 4.2.0 (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldelaro5 committed May 16, 2024
1 parent a23612f commit 36d130f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ A more comprehensive comparison list of features and compatibility is available

## Used libraries

- [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - v4.0.0
- [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - v4.2.0
- [BepInEx/HarmonyX](https://github.com/BepInEx/HarmonyX) - v2.10.1
- [0x0ade/MonoMod](https://github.com/0x0ade/MonoMod) - v22.5.1.1
- [jbevain/cecil](https://github.com/jbevain/cecil) - v0.10.4
Expand Down
3 changes: 2 additions & 1 deletion Runtimes/Unity/Doorstop/doorstop_config_mono.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ ignore_disable_switch = false
# (e.g. mscorlib is stripped in original game)
# This option causes Mono to seek mscorlib and core libraries from a different folder before Managed
# Original Managed folder is added as a secondary folder in the search path
dll_search_path_override =
# To specify multiple paths, separate them with semicolons (;)
dll_search_path_override = "BepInEx\core"

# If true, Mono debugger server will be enabled
debug_enabled = false
Expand Down
3 changes: 2 additions & 1 deletion Runtimes/Unity/Doorstop/run_bepinex_mono.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ ignore_disable_switch="0"
# (e.g. mscorlib is stripped in original game)
# This option causes Mono to seek mscorlib and core libraries from a different folder before Managed
# Original Managed folder is added as a secondary folder in the search path
dll_search_path_override=""
# To specify multiple paths, separate them with colons (:)
dll_search_path_override="BepInEx/core"

# If 1, Mono debugger server will be enabled
debug_enable="0"
Expand Down
2 changes: 1 addition & 1 deletion build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public enum ProjectBuildType
BleedingEdge
}

public const string DoorstopVersion = "4.0.0";
public const string DoorstopVersion = "4.2.0";
public const string DotnetRuntimeVersion = "6.0.7";
public const string DobbyVersion = "1.0.5";

Expand Down

0 comments on commit 36d130f

Please sign in to comment.