From b88839c2feccfcc8c503820164b2099cbf2c4101 Mon Sep 17 00:00:00 2001 From: deez nuts person Date: Thu, 16 Apr 2026 16:06:27 +0300 Subject: [PATCH 1/5] Update gmod_bridge.py --- gmod_bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmod_bridge.py b/gmod_bridge.py index 9d01d7a..2454b3e 100644 --- a/gmod_bridge.py +++ b/gmod_bridge.py @@ -96,7 +96,7 @@ def _get_steam_install_path(self): return path elif system == 'Linux': - for path in ["~/.local/share/Steam", "~/.steam/steam", "~/.steam/root"]: + for path in ["~/.local/share/Steam", "~/.steam/steam", "~/.steam/root", "~/.steam/manjaro-installation"]: expanded = os.path.expanduser(path) if os.path.islink(expanded): expanded = os.path.realpath(expanded) From c4fe2da266eccd16df6b5b3a478c89ebeb08d6be Mon Sep 17 00:00:00 2001 From: deez nuts person Date: Thu, 16 Apr 2026 16:09:45 +0300 Subject: [PATCH 2/5] Update source_bridge.py --- source_bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_bridge.py b/source_bridge.py index 8884e74..7d26519 100755 --- a/source_bridge.py +++ b/source_bridge.py @@ -232,7 +232,7 @@ def _get_steam_install_path(self): return path elif system == 'Linux': - for path in ["~/.local/share/Steam", "~/.steam/steam", "~/.steam/root"]: + for path in ["~/.local/share/Steam", "~/.steam/steam", "~/.steam/root", "~/.steam/manjaro-installation"]: expanded = os.path.expanduser(path) if os.path.islink(expanded): expanded = os.path.realpath(expanded) From 82e591ed5f2c3b4b60aa8342eaa11a7873c0f08d Mon Sep 17 00:00:00 2001 From: deez nuts person Date: Thu, 16 Apr 2026 16:15:52 +0300 Subject: [PATCH 3/5] Update source_bridge.py --- source_bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_bridge.py b/source_bridge.py index 7d26519..9c72d99 100755 --- a/source_bridge.py +++ b/source_bridge.py @@ -232,7 +232,7 @@ def _get_steam_install_path(self): return path elif system == 'Linux': - for path in ["~/.local/share/Steam", "~/.steam/steam", "~/.steam/root", "~/.steam/manjaro-installation"]: + for path in ["~/.steam/manjaro-installation", "~/.local/share/Steam", "~/.steam/steam", "~/.steam/root"]: expanded = os.path.expanduser(path) if os.path.islink(expanded): expanded = os.path.realpath(expanded) From 0be7167147174099414d3e7ce8c4fa8eec7debd4 Mon Sep 17 00:00:00 2001 From: deez nuts person Date: Thu, 16 Apr 2026 16:16:20 +0300 Subject: [PATCH 4/5] mama luigi the spaghetti --- gmod_bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmod_bridge.py b/gmod_bridge.py index 2454b3e..42be9c7 100644 --- a/gmod_bridge.py +++ b/gmod_bridge.py @@ -96,7 +96,7 @@ def _get_steam_install_path(self): return path elif system == 'Linux': - for path in ["~/.local/share/Steam", "~/.steam/steam", "~/.steam/root", "~/.steam/manjaro-installation"]: + for path in ["~/.steam/manjaro-installation", "~/.local/share/Steam", "~/.steam/steam", "~/.steam/root"]: expanded = os.path.expanduser(path) if os.path.islink(expanded): expanded = os.path.realpath(expanded) From 0dd800ad32eb1fc78440815b48775e06ef0382c2 Mon Sep 17 00:00:00 2001 From: deez nuts person Date: Thu, 16 Apr 2026 16:27:14 +0300 Subject: [PATCH 5/5] tiny fix that might cause issues idk --- gmod_bridge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gmod_bridge.py b/gmod_bridge.py index 42be9c7..d6f56d3 100644 --- a/gmod_bridge.py +++ b/gmod_bridge.py @@ -830,7 +830,7 @@ def _get_gmod9_spawner_lua(self): SOURCEBOX.Spawner = SOURCEBOX.Spawner or {} local Spawner = SOURCEBOX.Spawner -local CUBE_MODEL = "models/props/srcbox/srcbox.mdl" +local CUBE_MODEL = "models/srcbox.mdl" local spawned_cubes = {} local spawn_initialized = false local spawn_attempts = 0 @@ -1669,7 +1669,7 @@ def _get_spawner_lua(self): SOURCEBOX.Spawner = SOURCEBOX.Spawner or {} local Spawner = SOURCEBOX.Spawner -local CUBE_MODEL = "models/props/srcbox/srcbox.mdl" +local CUBE_MODEL = "models/srcbox.mdl" local spawned_cubes = {} local spawn_initialized = false local spawn_attempts = 0