From c1766c471eaf740713eca7e6c20145b13110becc Mon Sep 17 00:00:00 2001 From: Pacardeoum <47264917+Pacardeoum@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:28:21 -0800 Subject: [PATCH 1/3] Update r2modman.md (#144) --- src/game-support/r2modman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game-support/r2modman.md b/src/game-support/r2modman.md index ad23ed68..5ddfc6b7 100644 --- a/src/game-support/r2modman.md +++ b/src/game-support/r2modman.md @@ -11,7 +11,7 @@ - Download the standalone executable from [here](https://github.com/ebkr/r2modmanPlus/releases/latest) into your bottle's C-Drive - Ensure you're downloading the one named `r2modman-x.x.xx.exe` where `x.x.xx` is the current version of the mod manager. - Pin the program and `Right Click > Config` -- Add `--disable-gpu --no-sandbox` into arguments +- Add `--disable-gpu --no-sandbox --in-process-gpu` into arguments - Add environment variable with key `WINEDLLOVERRIDES` and value `libglesv2=d` > [!WARNING] > If app opens with a blank screen, check environment variable as it may not get saved in the first try. From e77a89a0327e848e7615f4469649c7ace8bea9f0 Mon Sep 17 00:00:00 2001 From: Zak Lembarra <93385173+zaklembarra@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:25:26 +0100 Subject: [PATCH 2/3] Adds Ballionaire to the games list (#145) --- src/SUMMARY.md | 1 + src/game-support/ballionaire.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 src/game-support/ballionaire.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 36bf4819..450942ab 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -13,6 +13,7 @@ - [Among Us](./game-support/among-us.md) - [Age of Empires II: Definitive Edition](./game-support/aoe2_definitive_edition.md) - [Armored Core VI: Fires of Rubicon](./game-support/armored-core-6.md) + - [Ballionaire](./game-support/ballionaire.md) - [Battle Brothers](./game-support/battle-brothers.md) - [BeamNG.Drive](./game-support/beamng-drive.md) - [Betrayer](./game-support/betrayer.md) diff --git a/src/game-support/ballionaire.md b/src/game-support/ballionaire.md new file mode 100644 index 00000000..75b097bb --- /dev/null +++ b/src/game-support/ballionaire.md @@ -0,0 +1,25 @@ +# Ballionaire + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=No}} + +> [!WARNING] +> Game almost seems like it's going to open, but will hang forever due to an internal error. Cannot load a CompressedTexture2D. +> ``` +> USER ERROR: No loader found for resource: (expected type: CompressedTexture2D) +> at: ResourceLoader::_load (core\io\resource_loader.cpp:282) +> USER ERROR: Failed loading resource: res://mutators/textures/eye_of_abundance.png. Make sure resources have been imported by opening the project in the editor at least once. +> at: ResourceLoader::_load (core\io\resource_loader.cpp:275) +> USER ERROR: System.Exception: MISSING RESOURCE +> at Rez.Textures.Mutators.Preload() +> at Rez.Preload() +> at Core.Shell._Ready() +> at Godot.Node.InvokeGodotClassMethod(godot_string_name& method, NativeVariantPtrArgs args, godot_variant& ret) +> at Godot.CanvasItem.InvokeGodotClassMethod(godot_string_name& method, NativeVariantPtrArgs args, godot_variant& ret) +> at Godot.Control.InvokeGodotClassMethod(godot_string_name& method, NativeVariantPtrArgs args, godot_variant& ret) +> at Core.Shell.InvokeGodotClassMethod(godot_string_name& method, NativeVariantPtrArgs args, godot_variant& ret) +> at Godot.Bridge.CSharpInstanceBridge.Call(IntPtr godotObjectGCHandle, godot_string_name* method, godot_variant** args, Int32 argCount, godot_variant_call_error* refCallError, godot_variant* ret) +> at: void Godot.NativeInterop.ExceptionUtils.LogException(System.Exception) (:0) +> ``` + +{{#template ../templates/steam.md id=2667120}} From 60feeab49348fa70ea3972ed9f3aeb92bf220d06 Mon Sep 17 00:00:00 2001 From: Mingfei <43281248+equationcrunchor@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:09:40 -0500 Subject: [PATCH 3/3] docs: Add Animal Well to list of games (#147) * Add support info for Animal Well * Update SUMMARY.md --- src/SUMMARY.md | 1 + src/game-support/animal-well.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 src/game-support/animal-well.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 450942ab..cec6f731 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -11,6 +11,7 @@ - [Assassin's Creed: Director's Cut Edition](./game-support/ac-directors-cut.md) - [Among Us](./game-support/among-us.md) + - [Animal Well](./game-support/animal-well.md) - [Age of Empires II: Definitive Edition](./game-support/aoe2_definitive_edition.md) - [Armored Core VI: Fires of Rubicon](./game-support/armored-core-6.md) - [Ballionaire](./game-support/ballionaire.md) diff --git a/src/game-support/animal-well.md b/src/game-support/animal-well.md new file mode 100644 index 00000000..f2b398be --- /dev/null +++ b/src/game-support/animal-well.md @@ -0,0 +1,6 @@ +# Animal Well + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +{{#template ../templates/steam.md id=813230}}