diff --git a/gaming/CONTEXT.md b/gaming/CONTEXT.md index 6da575c..67c9f93 100644 --- a/gaming/CONTEXT.md +++ b/gaming/CONTEXT.md @@ -45,8 +45,10 @@ For per-game settings (RT, DLSS, HDR, retro games), see the **steam-game-setup** ├── ready-or-not/ # Ready or Not (1144200) │ ├── examples/ # Working configs and setup scripts │ └── scripts/ # Game-specific scripts +├── space-scum-demo/ # Space Scum Demo (3777540) +│ └── README.md # Archived — demo ended ├── stackmon/ # Stackmon (3729550) -│ └── stl-config.md # Client STL configuration +│ └── README.md # Archived — playtest ended └── scripts/ # General gaming automation scripts └── CONTEXT.md # Script-specific documentation ``` diff --git a/gaming/space-scum-demo/README.md b/gaming/space-scum-demo/README.md new file mode 100644 index 0000000..f6680c9 --- /dev/null +++ b/gaming/space-scum-demo/README.md @@ -0,0 +1,41 @@ +# Space Scum Demo + +| Field | Value | +|-------|-------| +| **Steam App ID** | 3777540 | +| **Developer** | Unknown | +| **Engine** | GameMaker | +| **Graphics API** | DX11 | +| **Status** | Demo ended — archived for offline play | +| **Genre** | Roguelike / card-based dungeon crawler | +| **STL Profile** | None (no custom STL config created) | +| **Setup Date** | 2026-03-09 | + +## Features + +| Feature | Supported | +|---------|-----------| +| Ray Tracing | No | +| DLSS | No | +| HDR | No | + +## Configuration Notes + +- Standard GameMaker DX11 title — no special configuration needed +- Very lightweight requirements +- No STL config or customvars file was created +- Save data stored as `Battle_Cards_2/saves/*.sav` in the Proton prefix + +## Offline Archive + +Demo archived 2026-03-09. Game files archived (no Steam DRM): + +- **Archive**: `/mnt/truenas/media/Games/Space Scum Demo/Space-Scum-Demo-Archive.tar.zst` (721 MB) +- **Contains**: Game files + Wine/Proton prefix with save data +- **To play**: Extract and run with `wine space_scum.exe` +- **Details**: See `/mnt/truenas/media/Games/Space Scum Demo/README.md` + +## Proton Compatibility + +- Used default Proton +- MangoHud should show `API: VK` (DXVK translating DX11) diff --git a/gaming/stackmon/stl-config.md b/gaming/stackmon/README.md similarity index 87% rename from gaming/stackmon/stl-config.md rename to gaming/stackmon/README.md index 8c9d44e..8f14287 100644 --- a/gaming/stackmon/stl-config.md +++ b/gaming/stackmon/README.md @@ -30,10 +30,10 @@ Playtest ended 2026-03-08. Game files archived (no Steam DRM): -- **Archive**: `/mnt/truenas/media/Games/Stackmon-Playtest-Archive.tar.zst` (1.1 GB) +- **Archive**: `/mnt/truenas/media/Games/Stackmon/Stackmon-Playtest-Archive.tar.zst` (1.1 GB) - **Contains**: Game files + Wine/Proton prefix with save data (`SaveFile0.es3`) - **To play**: Extract and run with `wine Stackmon.exe` -- **Details**: See `/mnt/truenas/media/Games/Stackmon-Playtest-README.md` +- **Details**: See `/mnt/truenas/media/Games/Stackmon/README.md` ## Proton Compatibility