From 10f0f6ca03e17d46f0a3b2e5c1887a11ef6bbb45 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Mon, 2 Mar 2026 13:03:31 -0600 Subject: [PATCH] docs: add Stackmon game setup notes and games directory Co-Authored-By: Claude Opus 4.6 --- gaming/CONTEXT.md | 2 ++ gaming/games/stackmon.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 gaming/games/stackmon.md diff --git a/gaming/CONTEXT.md b/gaming/CONTEXT.md index c29245c..246b16f 100644 --- a/gaming/CONTEXT.md +++ b/gaming/CONTEXT.md @@ -44,6 +44,8 @@ For per-game settings (RT, DLSS, HDR, retro games), see the **steam-game-setup** /gaming/ ├── CONTEXT.md # This file - technology overview ├── troubleshooting.md # Error handling and debugging +├── games/ # Per-game setup notes +│ └── stackmon.md # Stackmon (3729550) ├── examples/ # Working configurations and templates │ ├── ready-or-not/ # Ready or Not specific configs │ └── nvidia-optimized/ # NVIDIA-specific game configs diff --git a/gaming/games/stackmon.md b/gaming/games/stackmon.md new file mode 100644 index 0000000..0c0513e --- /dev/null +++ b/gaming/games/stackmon.md @@ -0,0 +1,33 @@ +# Stackmon + +| Field | Value | +|-------|-------| +| **Steam App ID** | 3729550 | +| **Developer** | Riftpoint Entertainment | +| **Engine** | Unknown (likely Unity) | +| **Graphics API** | DX10/DX11 | +| **Status** | Playtest (Q2 2026 release) | +| **Genre** | Creature-collector / card-stacking | +| **STL Profile** | `~/.config/steamtinkerlaunch/gamecfgs/id/3729550.conf` | +| **Setup Date** | 2026-03-02 | + +## Features + +| Feature | Supported | +|---------|-----------| +| Ray Tracing | No | +| DLSS | No | +| HDR | No | + +## Configuration Notes + +- Standard DX11 config - no special features enabled +- Very lightweight requirements (3GHz CPU, 4GB RAM, 3GB GPU) +- No customvars file needed +- No ProtonDB reports available yet (playtest phase) + +## Proton Compatibility + +- Using Proton 9.0-4 (default) +- If issues arise during playtest, try GE-Proton or Proton Experimental +- MangoHud should show `API: VK` (DXVK translating DX11)