From 65008da2673b65da4df44ee4a8b05367768e2211 Mon Sep 17 00:00:00 2001 From: Caleb Callaway Date: Mon, 12 Oct 2020 16:55:11 -0700 Subject: [PATCH] Many more tagging fixes --- content/blog/borderlands-3-in-proton.md | 1 + content/blog/cinnamon-raisin-oatmeal.md | 1 + content/blog/clear-ice.md | 1 + content/blog/cold-brew-recipes.md | 1 + content/blog/mass-effect-savegame-import.md | 1 + content/blog/new-monitor.md | 1 + content/blog/proton-field-guide.md | 5 +++-- content/blog/tortillas-from-scratch.md | 1 + 8 files changed, 10 insertions(+), 2 deletions(-) diff --git a/content/blog/borderlands-3-in-proton.md b/content/blog/borderlands-3-in-proton.md index 6813940..5b6727b 100644 --- a/content/blog/borderlands-3-in-proton.md +++ b/content/blog/borderlands-3-in-proton.md @@ -4,6 +4,7 @@ date = 2020-03-28T19:05:09Z description = "" draft = false slug = "borderlands-3-in-proton" +tags = ["gaming"] title = "Borderlands 3 in Proton" +++ diff --git a/content/blog/cinnamon-raisin-oatmeal.md b/content/blog/cinnamon-raisin-oatmeal.md index a50fd04..5d16355 100644 --- a/content/blog/cinnamon-raisin-oatmeal.md +++ b/content/blog/cinnamon-raisin-oatmeal.md @@ -4,6 +4,7 @@ date = 2020-01-01T10:14:53Z description = "" draft = false slug = "cinnamon-raisin-oatmeal" +tags = ["cooking"] title = "My Favorite Cinnamon Raisin Oatmeal Method" +++ diff --git a/content/blog/clear-ice.md b/content/blog/clear-ice.md index 5c2e25c..9eff7fe 100644 --- a/content/blog/clear-ice.md +++ b/content/blog/clear-ice.md @@ -4,6 +4,7 @@ date = 2016-05-15T05:01:00Z description = "" draft = false slug = "clear-ice" +tags = ["cooking"] title = "Clear Ice" +++ diff --git a/content/blog/cold-brew-recipes.md b/content/blog/cold-brew-recipes.md index 61067a9..58b21e1 100644 --- a/content/blog/cold-brew-recipes.md +++ b/content/blog/cold-brew-recipes.md @@ -4,6 +4,7 @@ date = 2019-01-09T08:38:20Z description = "" draft = false slug = "cold-brew-recipes" +tags = ["cooking"] title = "Cold Brew Recipes" +++ diff --git a/content/blog/mass-effect-savegame-import.md b/content/blog/mass-effect-savegame-import.md index c1ccf46..a078db5 100644 --- a/content/blog/mass-effect-savegame-import.md +++ b/content/blog/mass-effect-savegame-import.md @@ -4,6 +4,7 @@ date = 2020-08-16T20:05:31Z description = "" draft = false slug = "mass-effect-savegame-import" +tags = ["gaming"] title = "Import Mass Effect Proton Savegame Into Mass Effect 2" +++ diff --git a/content/blog/new-monitor.md b/content/blog/new-monitor.md index f851eb9..7a42e10 100644 --- a/content/blog/new-monitor.md +++ b/content/blog/new-monitor.md @@ -4,6 +4,7 @@ date = 2019-12-01T05:46:35Z description = "" draft = false slug = "new-monitor" +tags = ["gaming"] title = "New Monitor" +++ diff --git a/content/blog/proton-field-guide.md b/content/blog/proton-field-guide.md index 208eca1..79a7424 100644 --- a/content/blog/proton-field-guide.md +++ b/content/blog/proton-field-guide.md @@ -4,6 +4,7 @@ date = 2020-10-08T06:28:13Z description = "" draft = false slug = "proton-field-guide" +tags = ["gaming"] title = "A Proton Field Guide" +++ @@ -16,7 +17,7 @@ Valve provides [beta support](https://steamcommunity.com/games/221410/announceme ![enable-steam-play](/blog/content/images/2020/10/enable-steam-play.png) -Steam downloads the Windows version of a Proton-enabled app, but still stores files in the familiar `~/.steam/steam/steamapps/common/[appname]` directory. On first launch, Proton provisions a Wine prefix (created in `~/.steam/steam/steamapps/compatdata/[appid]` by default) that holds pertinent state data and a basic Windows filesystem in `$WINEPREFIX/pfx/drive_c`. This filesystem is presented to the app as its root Windows filesystem. Save games are usually stored in the prefix as well, making save game import [complicated](https://www.brainvitamins.net/blog/mass-effect-savegame-import/). +Steam downloads the Windows version of a Proton-enabled app, but still stores files in the familiar `~/.steam/steam/steamapps/common/[appname]` directory. On first launch, Proton provisions a Wine prefix (created in `~/.steam/steam/steamapps/compatdata/[appid]` by default) that holds pertinent state data and a basic Windows filesystem in `$WINEPREFIX/pfx/drive_c`. This filesystem is presented to the app as its root Windows filesystem. Save games are usually stored in the prefix as well, making save game import [complicated](https://www.brainvitamins.net/blog/mass-effect-savegame-import/). Windows applications frequently have additional dependencies like the [Visual C++ Runtime Redistributables](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads), and apps may require specific workarounds to run well in Wine environments. Many of these concerns are managed by the app's install script (usually `~/.steam/steam/steamapps/common/[appname]/installscript.vdf`), but `~/.steam/steam/legacycompat/iscriptevaluator.exe` also runs inside the Wine environment during initial provisioning and appears to manage Proton-specific dependencies and tweaks. @@ -99,7 +100,7 @@ $ SteamGameId='gog' STEAM_COMPAT_DATA_PATH=~/Games/GOG/ ~/.steam/steam/compatibi 8. Launch and enjoy. One can also launch the game though CLI: ``` -$ SteamGameId='gog' STEAM_COMPAT_DATA_PATH=~/Games/GOG/ ~/.steam/steam/compatibilitytools.d/Proton-5.9-GE-7-ST/proton waitforexitandrun ~/Games/GOG/pfx/drive_c/Program\ Files\ \(x86\)/GOG\ Galaxy/Games/Wasteland\ 3/WL3.exe +$ SteamGameId='gog' STEAM_COMPAT_DATA_PATH=~/Games/GOG/ ~/.steam/steam/compatibilitytools.d/Proton-5.9-GE-7-ST/proton waitforexitandrun ~/Games/GOG/pfx/drive_c/Program\ Files\ \(x86\)/GOG\ Galaxy/Games/Wasteland\ 3/WL3.exe ``` ![Screenshot-from-2020-10-09-10-39-29](/blog/content/images/2020/10/Screenshot-from-2020-10-09-10-39-29.png) diff --git a/content/blog/tortillas-from-scratch.md b/content/blog/tortillas-from-scratch.md index d3fc5a4..0c12550 100644 --- a/content/blog/tortillas-from-scratch.md +++ b/content/blog/tortillas-from-scratch.md @@ -4,6 +4,7 @@ date = 2020-01-13T07:04:59Z description = "" draft = false slug = "tortillas-from-scratch" +tags = ["cooking"] title = "Tortillas from Scratch" +++