diff --git a/gaming/Vagabond_-_Hero_Record_Interactive_PDF.pdf b/gaming/Vagabond_-_Hero_Record_Interactive_PDF.pdf new file mode 100755 index 0000000..58dd8e8 Binary files /dev/null and b/gaming/Vagabond_-_Hero_Record_Interactive_PDF.pdf differ diff --git a/gaming/Vagabond_-_Hero_Record_Print.pdf b/gaming/Vagabond_-_Hero_Record_Print.pdf new file mode 100755 index 0000000..7a75ce4 Binary files /dev/null and b/gaming/Vagabond_-_Hero_Record_Print.pdf differ diff --git a/gaming/Vagabond_RPG_-_Pulp_Fantasy_Core_Rulebook_Interactive_PDF.pdf b/gaming/Vagabond_RPG_-_Pulp_Fantasy_Core_Rulebook_Interactive_PDF.pdf new file mode 100755 index 0000000..00892d9 Binary files /dev/null and b/gaming/Vagabond_RPG_-_Pulp_Fantasy_Core_Rulebook_Interactive_PDF.pdf differ diff --git a/gaming/stl-config-changes.txt b/gaming/stl-config-changes.txt new file mode 100644 index 0000000..ba49858 --- /dev/null +++ b/gaming/stl-config-changes.txt @@ -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 \ No newline at end of file