Add Vagabond RPG PDFs and STL config change notes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-02-17 10:39:12 -06:00
parent 0ff1d2211a
commit a5d019eb3f
4 changed files with 140 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,140 @@
Critical issues:
- 31337 (Placeholder): NVAPI disabled, GPU hidden, GameMode off,
MangoHud off, async off
- 1458140 (Pacific Drive): MangoHud disabled
Template issue:
- default_template.conf: WAITEDITOR="2" should be "0" (skip STL
popup), USEDLSS="1" should be "0" (enable per-game only)
Widespread: WAITEDITOR="2" on nearly every per-game config (should
be "0")
Let me fix them all.
● Update(~/.config/steamtinkerlaunch/default_template.conf)
⎿ Added 1 line, removed 1 line
179 ## Stereo3D VR - wait for this alternative exe to
determine the PID
180 WAITFORTHISPID="none"
181 ## Timeout in seconds of the initial requester - 0
to disable it completely
182 -WAITEDITOR="2"
182 +WAITEDITOR="0"
183 ## Create steam_appid.txt file in gamedir if enabl
ed or delete it if disabled
184 STEAMAPPIDFILE="0"
185 ## Check if Steam collections the game belongs to
have a corresponding tweak file
● Update(~/.config/steamtinkerlaunch/default_template.conf)
⎿ Added 1 line, removed 1 line
243 ## Proton hide Nvidia GPU
244 PROTON_HIDE_NVIDIA_GPU="0"
245 ## Enable all options required for DLSS
246 -USEDLSS="1"
246 +USEDLSS="0"
247 ## When enabled, VKD3D_CONFIG is exported as 'dxr1
1' and '-dx12' is appended to the game command lin
e parameters
248 USERAYTRACING="0"
249 ## Force Wine to enable the LARGE_ADDRESS_AWARE fl
ag
● Update(~/.config/steamtinkerlaunch/gamecfgs/id/31337.conf)
⎿ Added 1 line, removed 1 line
69 ## The command line arguments used for the game ini
tially coming hardcoded from Steam - without effect
when 'SORTGARGS' is disabled
70 HARDARGS="nope"
71 ## Enable GameMode for this game
72 -USEGAMEMODERUN="0"
72 +USEGAMEMODERUN="1"
73 ## Enable gamescope for this game
74 USEGAMESCOPE="0"
75 ## The command line arguments for gamescope for thi
s game
● Update(~/.config/steamtinkerlaunch/gamecfgs/id/31337.conf)
⎿ Added 1 line, removed 1 line
83 ## Pause steamwebhelper on game launch and continue
on game stop
84 TOGSTEAMWEBHELPER="0"
85 ## Enable MangoHud for this game
86 -USEMANGOHUD="0"
86 +USEMANGOHUD="1"
87 ## Start the game using Mangoapp (enabling gamescop
e automatically)
88 USEMANGOAPP="0"
89 ## The MangoHud binary used
● Update(~/.config/steamtinkerlaunch/gamecfgs/id/31337.conf)
⎿ Added 1 line, removed 1 line
251 ## Use Winesync instead of esync/fsync. The winesy
nc kernel module and a compatible Proton need to b
e used.
252 ENABLE_WINESYNC="0"
253 ## Proton support for Nvidia's NVAPI GPU support l
ibrary and DLSS
254 -PROTON_ENABLE_NVAPI="0"
254 +PROTON_ENABLE_NVAPI="1"
255 ## Proton hide Nvidia GPU
256 PROTON_HIDE_NVIDIA_GPU="1"
257 ## Enable all options required for DLSS
● Update(~/.config/steamtinkerlaunch/gamecfgs/id/31337.conf)
⎿ Added 1 line, removed 1 line
253 ## Proton support for Nvidia's NVAPI GPU support l
ibrary and DLSS
254 PROTON_ENABLE_NVAPI="1"
255 ## Proton hide Nvidia GPU
256 -PROTON_HIDE_NVIDIA_GPU="1"
256 +PROTON_HIDE_NVIDIA_GPU="0"
257 ## Enable all options required for DLSS
258 USEDLSS="0"
259 ## When enabled, VKD3D_CONFIG is exported as 'dxr1
1' and '-dx12' is appended to the game command lin
e parameters
● Update(~/.config/steamtinkerlaunch/gamecfgs/id/31337.conf)
⎿ Added 1 line, removed 1 line
217 ## Uses DXVK to limit a game's framerate, default
is game's internal framerate limit OR unlimited. N
OTE: May conflict with Gamescope and/or other fram
erate limiters such as MangoHUD
218 DXVK_FPSLIMIT="none"
219 ## Enable Dxvk async support
220 -DXVK_ASYNC="0"
220 +DXVK_ASYNC="1"
221 ## Enable DXVK HDR support - requires compatible G
PU and drivers
222 DXVK_HDR="0"
223 ## Enable strace for this game
● Update(~/.config/steamtinkerlaunch/gamecfgs/id/31337.conf)
⎿ Added 1 line, removed 1 line
191 ## Stereo3D VR - wait for this alternative exe to
determine the PID
192 WAITFORTHISPID="none"
193 ## Timeout in seconds of the initial requester - 0
to disable it completely
194 -WAITEDITOR="2"
194 +WAITEDITOR="0"
195 ## Create steam_appid.txt file in gamedir if enabl
ed or delete it if disabled
196 STEAMAPPIDFILE="0"
197 ## Check if Steam collections the game belongs to
have a corresponding tweak file
● Update(~/.config/steamtinkerlaunch/gamecfgs/id/1458140.conf)
⎿ Added 1 line, removed 1 line
83 ## Pause steamwebhelper on game launch and continue
on game stop
84 TOGSTEAMWEBHELPER="0"
85 ## Enable MangoHud for this game
86 -USEMANGOHUD="0"
86 +USEMANGOHUD="1"
87 ## Start the game using Mangoapp (enabling gamescop
e automatically)
88 USEMANGOAPP="0"
89 ## The MangoHud binary used