diff --git a/games/BurglinGnomes/game.conf b/games/BurglinGnomes/game.conf new file mode 100644 index 0000000..22db7b2 --- /dev/null +++ b/games/BurglinGnomes/game.conf @@ -0,0 +1,15 @@ +# Burglin' Gnomes — metadata for ../../install.sh +# NOTE: this game uses a DIFFERENT fix method than the SUWSF/UE4 games. +TITLE="Burglin' Gnomes" +APPID=3844970 +EXE="Gnomium.exe" +COMMON_SUBDIR="Burglin' Gnomes" +ENGINE="Unity 6 (6000.0.62f1), Mono backend, URP + Cinemachine" + +# Fix method: BepInEx plugin (not SUWSF — no DRM, managed C# assemblies) +METHOD="bepinex" +LOADER="winhttp.dll" # BepInEx's Doorstop proxy +LAUNCH_OPTION='WINEDLLOVERRIDES="winhttp=n,b" %command%' + +PREFIX_INI="" # no config-level tweak identified yet +STATUS="IN PROGRESS — symptoms: camera zoomed (Vert-) + broken UI at 32:9" diff --git a/vendor/BepInEx_win_x64_5.4.23.5.zip b/vendor/BepInEx_win_x64_5.4.23.5.zip new file mode 100644 index 0000000..0ae3e5a Binary files /dev/null and b/vendor/BepInEx_win_x64_5.4.23.5.zip differ diff --git a/vendor/UnityExplorer.BepInEx5.Mono.zip b/vendor/UnityExplorer.BepInEx5.Mono.zip new file mode 100644 index 0000000..51bd08f Binary files /dev/null and b/vendor/UnityExplorer.BepInEx5.Mono.zip differ