Skip to content

Commit 65008da

Browse files
committed
Many more tagging fixes
1 parent eca2ed5 commit 65008da

8 files changed

Lines changed: 10 additions & 2 deletions

content/blog/borderlands-3-in-proton.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2020-03-28T19:05:09Z
44
description = ""
55
draft = false
66
slug = "borderlands-3-in-proton"
7+
tags = ["gaming"]
78
title = "Borderlands 3 in Proton"
89

910
+++

content/blog/cinnamon-raisin-oatmeal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2020-01-01T10:14:53Z
44
description = ""
55
draft = false
66
slug = "cinnamon-raisin-oatmeal"
7+
tags = ["cooking"]
78
title = "My Favorite Cinnamon Raisin Oatmeal Method"
89

910
+++

content/blog/clear-ice.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2016-05-15T05:01:00Z
44
description = ""
55
draft = false
66
slug = "clear-ice"
7+
tags = ["cooking"]
78
title = "Clear Ice"
89

910
+++

content/blog/cold-brew-recipes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2019-01-09T08:38:20Z
44
description = ""
55
draft = false
66
slug = "cold-brew-recipes"
7+
tags = ["cooking"]
78
title = "Cold Brew Recipes"
89

910
+++

content/blog/mass-effect-savegame-import.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2020-08-16T20:05:31Z
44
description = ""
55
draft = false
66
slug = "mass-effect-savegame-import"
7+
tags = ["gaming"]
78
title = "Import Mass Effect Proton Savegame Into Mass Effect 2"
89

910
+++

content/blog/new-monitor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2019-12-01T05:46:35Z
44
description = ""
55
draft = false
66
slug = "new-monitor"
7+
tags = ["gaming"]
78
title = "New Monitor"
89

910
+++

content/blog/proton-field-guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2020-10-08T06:28:13Z
44
description = ""
55
draft = false
66
slug = "proton-field-guide"
7+
tags = ["gaming"]
78
title = "A Proton Field Guide"
89

910
+++
@@ -16,7 +17,7 @@ Valve provides [beta support](https://steamcommunity.com/games/221410/announceme
1617

1718
![enable-steam-play](/blog/content/images/2020/10/enable-steam-play.png)
1819

19-
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/).
20+
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/).
2021

2122
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.
2223

@@ -99,7 +100,7 @@ $ SteamGameId='gog' STEAM_COMPAT_DATA_PATH=~/Games/GOG/ ~/.steam/steam/compatibi
99100
8. Launch and enjoy. One can also launch the game though CLI:
100101

101102
```
102-
$ 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
103+
$ 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
103104
```
104105

105106
![Screenshot-from-2020-10-09-10-39-29](/blog/content/images/2020/10/Screenshot-from-2020-10-09-10-39-29.png)

content/blog/tortillas-from-scratch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2020-01-13T07:04:59Z
44
description = ""
55
draft = false
66
slug = "tortillas-from-scratch"
7+
tags = ["cooking"]
78
title = "Tortillas from Scratch"
89

910
+++

0 commit comments

Comments
 (0)