diff --git a/scripts/generate.mjs b/scripts/generate.mjs index 3a9cdf3c..87176150 100755 --- a/scripts/generate.mjs +++ b/scripts/generate.mjs @@ -75,7 +75,7 @@ export const generateGameMetadata = async () => { if (fileContentError) { logging.error( 'Failed to read file %s: %o', - filePath, + file, fileContentError ); continue; @@ -86,7 +86,7 @@ export const generateGameMetadata = async () => { if (titleError) { logging.warning( 'Failed to get title in file %s: %s', - filePath, + file, titleError ); continue; @@ -97,7 +97,7 @@ export const generateGameMetadata = async () => { if (aliasesError && aliasesError !== 'not-found') { logging.error( 'Failed to parse aliases in file %s: %s', - filePath, + file, aliasesError ); continue; @@ -112,7 +112,7 @@ export const generateGameMetadata = async () => { if (ratingError) { logging.error( 'Failed to parse rating in file %s: %s', - filePath, + file, ratingError ); continue; @@ -123,7 +123,7 @@ export const generateGameMetadata = async () => { if (embedError && embedError !== 'not-found') { logging.error( 'Failed to parse embed in file %s: %s', - filePath, + file, embedError ); continue; diff --git a/scripts/lint.mjs b/scripts/lint.mjs index afccba41..ef76853b 100755 --- a/scripts/lint.mjs +++ b/scripts/lint.mjs @@ -171,7 +171,7 @@ const lintMarkdownFile = async file => { // Check the review metadata const reviewMetadataMatch = REVIEW_METADATA_REGEX.exec(content); - if (reviewMetadataMatch.length > 0) { + if (reviewMetadataMatch !== null) { const [line, column] = findLineAndColumn(reviewMetadataMatch.index); if (column !== 1) { logLintViolation( diff --git a/src/game-support/among-us.md b/src/game-support/among-us.md index f1428694..1ed111af 100644 --- a/src/game-support/among-us.md +++ b/src/game-support/among-us.md @@ -1,7 +1,7 @@ # Among Us -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} > [!NOTE] > This game has an iPad Mac port through the App Store. diff --git a/src/game-support/blasphemous-2.md b/src/game-support/blasphemous-2.md index ae875752..c1a59f77 100644 --- a/src/game-support/blasphemous-2.md +++ b/src/game-support/blasphemous-2.md @@ -1,6 +1,6 @@ # Blasphemous 2 -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=2114740}} diff --git a/src/game-support/blitzkrieg-2-anthology.md b/src/game-support/blitzkrieg-2-anthology.md index 15da9056..cc774dd8 100644 --- a/src/game-support/blitzkrieg-2-anthology.md +++ b/src/game-support/blitzkrieg-2-anthology.md @@ -1,7 +1,7 @@ # Blitzkrieg 2 Anthology -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} > [!NOTE] > Map Editor does not render map preview but rectangular window artifacts. diff --git a/src/game-support/call-of-cthulhu.md b/src/game-support/call-of-cthulhu.md index aa7ec913..fd85b3bf 100644 --- a/src/game-support/call-of-cthulhu.md +++ b/src/game-support/call-of-cthulhu.md @@ -1,7 +1,7 @@ # Call of Cthulhu -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} > [!NOTE] > Runs great. However when moving mouse intensively a native cursor appears on screen all the time and also hovers the in-game one diff --git a/src/game-support/content-warning.md b/src/game-support/content-warning.md index 2aa6bbc3..883dc9f7 100644 --- a/src/game-support/content-warning.md +++ b/src/game-support/content-warning.md @@ -1,7 +1,7 @@ # Content Warning -{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} > [!WARNING] > If you host a game then press "Invite Players" the game experiences a fatal error and crashes diff --git a/src/game-support/contraband-police.md b/src/game-support/contraband-police.md index 75290abd..1f1b0372 100644 --- a/src/game-support/contraband-police.md +++ b/src/game-support/contraband-police.md @@ -1,6 +1,6 @@ # Contraband Police -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=756800}} diff --git a/src/game-support/control.md b/src/game-support/control.md index f6b5b148..1210d61d 100644 --- a/src/game-support/control.md +++ b/src/game-support/control.md @@ -1,6 +1,6 @@ # Control -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=870780}} diff --git a/src/game-support/counter-strike-2.md b/src/game-support/counter-strike-2.md index 2e7f4c4a..cf101076 100644 --- a/src/game-support/counter-strike-2.md +++ b/src/game-support/counter-strike-2.md @@ -4,7 +4,7 @@ "CS2" ] --> -{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} ## Setup diff --git a/src/game-support/cyberpunk-2077.md b/src/game-support/cyberpunk-2077.md index 3521a9d3..ce413ff3 100644 --- a/src/game-support/cyberpunk-2077.md +++ b/src/game-support/cyberpunk-2077.md @@ -1,6 +1,6 @@ # Cyberpunk 2077 -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1091500}} diff --git a/src/game-support/dagon.md b/src/game-support/dagon.md index ddff9a73..71e9e87b 100644 --- a/src/game-support/dagon.md +++ b/src/game-support/dagon.md @@ -3,6 +3,6 @@ "Dagon" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1481400}} diff --git a/src/game-support/dark-souls-3.md b/src/game-support/dark-souls-3.md index 444cc63a..81cf632e 100644 --- a/src/game-support/dark-souls-3.md +++ b/src/game-support/dark-souls-3.md @@ -3,6 +3,6 @@ "Dark Souls 3" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=374320}} diff --git a/src/game-support/dark-souls-remastered.md b/src/game-support/dark-souls-remastered.md index a29d8592..320eb302 100644 --- a/src/game-support/dark-souls-remastered.md +++ b/src/game-support/dark-souls-remastered.md @@ -3,6 +3,6 @@ "Dark Souls Remastered" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=570940}} diff --git a/src/game-support/dead-space-2023.md b/src/game-support/dead-space-2023.md index 3796e98d..3ff6c4f0 100644 --- a/src/game-support/dead-space-2023.md +++ b/src/game-support/dead-space-2023.md @@ -4,6 +4,6 @@ "Dead Space" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1693980}} diff --git a/src/game-support/deadlink.md b/src/game-support/deadlink.md index fa33de54..cb52ab3a 100644 --- a/src/game-support/deadlink.md +++ b/src/game-support/deadlink.md @@ -1,7 +1,7 @@ # Deadlink -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} Viewing an effect for the first time will cause the game to hang for a second. After a few minutes of gameplay stutters stop and the game runs perfectly. diff --git a/src/game-support/dorfromantik.md b/src/game-support/dorfromantik.md index e78273f6..2461c420 100644 --- a/src/game-support/dorfromantik.md +++ b/src/game-support/dorfromantik.md @@ -1,6 +1,6 @@ # Dorfromantik -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1455840}} diff --git a/src/game-support/elite-dangerous.md b/src/game-support/elite-dangerous.md index c2b2185b..d429cc5e 100644 --- a/src/game-support/elite-dangerous.md +++ b/src/game-support/elite-dangerous.md @@ -1,7 +1,7 @@ # Elite Dangerous -{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} ## Setup diff --git a/src/game-support/f1m23.md b/src/game-support/f1m23.md index 33b067c1..8751d496 100644 --- a/src/game-support/f1m23.md +++ b/src/game-support/f1m23.md @@ -1,6 +1,6 @@ # F1 Manager 2023 -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=2287220}} diff --git a/src/game-support/flatout.md b/src/game-support/flatout.md index 7c5416a7..598bc0be 100644 --- a/src/game-support/flatout.md +++ b/src/game-support/flatout.md @@ -1,6 +1,6 @@ # FlatOut -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=6220}} diff --git a/src/game-support/friends-vs-friends.md b/src/game-support/friends-vs-friends.md index 4be2ce6b..f1385be4 100644 --- a/src/game-support/friends-vs-friends.md +++ b/src/game-support/friends-vs-friends.md @@ -1,6 +1,6 @@ # Friends vs Friends -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1785150}} diff --git a/src/game-support/gw3-dimensions-evolved.md b/src/game-support/gw3-dimensions-evolved.md index ceadf0bf..c4aa6ba9 100644 --- a/src/game-support/gw3-dimensions-evolved.md +++ b/src/game-support/gw3-dimensions-evolved.md @@ -3,6 +3,6 @@ "Geometry Wars 3" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=310790}} diff --git a/src/game-support/half-life-2.md b/src/game-support/half-life-2.md index 866034e5..f9bef4c8 100644 --- a/src/game-support/half-life-2.md +++ b/src/game-support/half-life-2.md @@ -3,6 +3,6 @@ "Half Life 2" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=220}} diff --git a/src/game-support/hellblade.md b/src/game-support/hellblade.md index 60dd800f..7a5ad15b 100644 --- a/src/game-support/hellblade.md +++ b/src/game-support/hellblade.md @@ -3,6 +3,6 @@ "Hellblade Senua's Sacrifice" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=414340}} diff --git a/src/game-support/hitman-3-c.md b/src/game-support/hitman-3-c.md index 4f567ec1..16674740 100644 --- a/src/game-support/hitman-3-c.md +++ b/src/game-support/hitman-3-c.md @@ -5,7 +5,7 @@ "Hitman Contracts" ] --> -{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} > [!WARNING] > Sound is stuttering and it is barely audible. Very quiet samples of the game's audio output are played in a heartbeat rhythm. diff --git a/src/game-support/hoi-3.md b/src/game-support/hoi-3.md index 4fd60392..e6304178 100644 --- a/src/game-support/hoi-3.md +++ b/src/game-support/hoi-3.md @@ -1,7 +1,7 @@ # Hearts of Iron III -{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} > [!NOTE] > When running the game launcher, Gecko installation popup appears. It is required for the launcher to render online content in launcher. diff --git a/src/game-support/jjba-asbr.md b/src/game-support/jjba-asbr.md index 4d0000a5..924a076c 100644 --- a/src/game-support/jjba-asbr.md +++ b/src/game-support/jjba-asbr.md @@ -8,6 +8,6 @@ "JoJo's Bizarre Adventure" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1372110}} diff --git a/src/game-support/kcd.md b/src/game-support/kcd.md index 8f93b419..97bbad80 100644 --- a/src/game-support/kcd.md +++ b/src/game-support/kcd.md @@ -4,6 +4,6 @@ "Kingdom Come" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=379430}} diff --git a/src/game-support/kenshi.md b/src/game-support/kenshi.md index cfcb3dea..6e3d9b25 100644 --- a/src/game-support/kenshi.md +++ b/src/game-support/kenshi.md @@ -1,6 +1,6 @@ # Kenshi -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=233860}} diff --git a/src/game-support/kingsway.md b/src/game-support/kingsway.md index 17c958a1..810ec3e4 100644 --- a/src/game-support/kingsway.md +++ b/src/game-support/kingsway.md @@ -1,6 +1,6 @@ # Kingsway -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=588950}} diff --git a/src/game-support/lego-sw-skywalker-saga.md b/src/game-support/lego-sw-skywalker-saga.md index c787f444..bb9cda60 100644 --- a/src/game-support/lego-sw-skywalker-saga.md +++ b/src/game-support/lego-sw-skywalker-saga.md @@ -3,6 +3,6 @@ "Lego Star Wars The Skywalker Saga" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=920210}} diff --git a/src/game-support/manor-lords.md b/src/game-support/manor-lords.md index ebaa6535..9f6c87e1 100644 --- a/src/game-support/manor-lords.md +++ b/src/game-support/manor-lords.md @@ -1,6 +1,6 @@ # Manor Lords -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1363080}} diff --git a/src/game-support/metro-2033-rx.md b/src/game-support/metro-2033-rx.md index 954001cb..fed422d8 100644 --- a/src/game-support/metro-2033-rx.md +++ b/src/game-support/metro-2033-rx.md @@ -1,7 +1,7 @@ # Metro 2033 Redux -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} > [!NOTE] > Enabling tesselation causes objects that use this option like stones flickering. FPS may drop significantly when entering areas full of smoke and light. Also setting gamma doesn't work. diff --git a/src/game-support/metro-ll-rx.md b/src/game-support/metro-ll-rx.md index 9a794ab6..04c2ef31 100644 --- a/src/game-support/metro-ll-rx.md +++ b/src/game-support/metro-ll-rx.md @@ -3,7 +3,7 @@ "Metro Last Light Redux" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} > [!NOTE] > When tesselation is set to "High" or "The Highest" option, it causes random textures to appear above the ground. FPS may drop significantly when entering areas full of smoke and light. Also setting gamma doesn't work. diff --git a/src/game-support/neon-white.md b/src/game-support/neon-white.md index ccb7475b..e5669dfe 100644 --- a/src/game-support/neon-white.md +++ b/src/game-support/neon-white.md @@ -1,6 +1,6 @@ # Neon White -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1533420}} diff --git a/src/game-support/p3r.md b/src/game-support/p3r.md index 6169bf54..ae3eed35 100644 --- a/src/game-support/p3r.md +++ b/src/game-support/p3r.md @@ -3,7 +3,7 @@ "P3R" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} ## Setup diff --git a/src/game-support/people-playground.md b/src/game-support/people-playground.md index 964c2f89..992c73b0 100644 --- a/src/game-support/people-playground.md +++ b/src/game-support/people-playground.md @@ -1,6 +1,6 @@ # People Playground -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1118200}} diff --git a/src/game-support/phasmophobia.md b/src/game-support/phasmophobia.md index 61935e85..755b0f9e 100644 --- a/src/game-support/phasmophobia.md +++ b/src/game-support/phasmophobia.md @@ -1,6 +1,6 @@ # Phasmophobia -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=739630}} diff --git a/src/game-support/prey-2017.md b/src/game-support/prey-2017.md index c8c71174..49de5bbf 100644 --- a/src/game-support/prey-2017.md +++ b/src/game-support/prey-2017.md @@ -3,7 +3,7 @@ "Prey 2017" ] --> -{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} Main game and Mooncrash DLC running smoothly diff --git a/src/game-support/quake2.md b/src/game-support/quake2.md index e4bb378a..73c1a75e 100644 --- a/src/game-support/quake2.md +++ b/src/game-support/quake2.md @@ -3,6 +3,6 @@ "Quake 2" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=2320}} diff --git a/src/game-support/rain-world.md b/src/game-support/rain-world.md index 8ad7826c..a392bb50 100644 --- a/src/game-support/rain-world.md +++ b/src/game-support/rain-world.md @@ -1,7 +1,7 @@ # Rain World -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} Runs out of the box. A controller is required to play. diff --git a/src/game-support/risk-of-rain-2.md b/src/game-support/risk-of-rain-2.md index 98648328..fe8beb26 100644 --- a/src/game-support/risk-of-rain-2.md +++ b/src/game-support/risk-of-rain-2.md @@ -1,7 +1,7 @@ # Risk of Rain 2 -{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} > [!NOTE] > The game does not work with the multiplayer menu, as selecting multiplayer in the main menu freezes the game. Multiplayer through Steam invites still works, however. diff --git a/src/game-support/risk-of-rain-returns.md b/src/game-support/risk-of-rain-returns.md index 06aa2267..e4b0944b 100644 --- a/src/game-support/risk-of-rain-returns.md +++ b/src/game-support/risk-of-rain-returns.md @@ -1,6 +1,6 @@ # Risk of Rain Returns -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1337520}} diff --git a/src/game-support/ruiner.md b/src/game-support/ruiner.md index 5f56640c..7de6ffac 100644 --- a/src/game-support/ruiner.md +++ b/src/game-support/ruiner.md @@ -1,6 +1,6 @@ # Ruiner -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=464060}} diff --git a/src/game-support/satisfactory.md b/src/game-support/satisfactory.md index 49e3cff6..7f21026b 100644 --- a/src/game-support/satisfactory.md +++ b/src/game-support/satisfactory.md @@ -1,6 +1,6 @@ # Satisfactory -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=526870}} diff --git a/src/game-support/sekiro.md b/src/game-support/sekiro.md index b526936e..ce82e23a 100644 --- a/src/game-support/sekiro.md +++ b/src/game-support/sekiro.md @@ -3,6 +3,6 @@ "Sekiro Shadows Die Twice" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=814380}} diff --git a/src/game-support/stardew-valley.md b/src/game-support/stardew-valley.md index 436db496..fc8c0d38 100644 --- a/src/game-support/stardew-valley.md +++ b/src/game-support/stardew-valley.md @@ -1,7 +1,7 @@ # Stardew Valley -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} > [!NOTE] > This game has a native Mac port. diff --git a/src/game-support/stronghold-crusader-hd.md b/src/game-support/stronghold-crusader-hd.md index 6334b3b3..928bad6b 100644 --- a/src/game-support/stronghold-crusader-hd.md +++ b/src/game-support/stronghold-crusader-hd.md @@ -3,6 +3,6 @@ "Stronghold Crusader" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=40970}} diff --git a/src/game-support/sw-squadrons.md b/src/game-support/sw-squadrons.md index 68b7c611..a860da0b 100644 --- a/src/game-support/sw-squadrons.md +++ b/src/game-support/sw-squadrons.md @@ -3,6 +3,6 @@ "Star Wars Squadrons" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1222730}} diff --git a/src/game-support/tsp-ud.md b/src/game-support/tsp-ud.md index 957bf6a8..03725aef 100644 --- a/src/game-support/tsp-ud.md +++ b/src/game-support/tsp-ud.md @@ -3,6 +3,6 @@ "The Stanley Parable Ultra Deluxe" ] --> -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1703340}} diff --git a/src/game-support/ultrakill.md b/src/game-support/ultrakill.md index cf547a6b..49bdb1d4 100644 --- a/src/game-support/ultrakill.md +++ b/src/game-support/ultrakill.md @@ -1,6 +1,6 @@ # Ultrakill -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} {{#template ../templates/steam.md id=1229490}} diff --git a/src/game-support/warframe.md b/src/game-support/warframe.md index 8575fd56..4f2782e1 100644 --- a/src/game-support/warframe.md +++ b/src/game-support/warframe.md @@ -1,7 +1,7 @@ # Warframe -{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} ## Setup - Go to Bottle Configuration -> Open Wine Configuration -> Libraries diff --git a/src/game-support/witcher3.md b/src/game-support/witcher3.md index 25fd647a..d13349e6 100644 --- a/src/game-support/witcher3.md +++ b/src/game-support/witcher3.md @@ -1,7 +1,7 @@ # The Witcher 3: Wild Hunt -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} > [!WARNING] > It suffers from a barely noticable freezes when moving sometimes. Most likely due to the issues with textures loading which affects a gameplay experience a little. diff --git a/src/game-support/wolf-among-us.md b/src/game-support/wolf-among-us.md index 582ad91c..6b1ed7b3 100644 --- a/src/game-support/wolf-among-us.md +++ b/src/game-support/wolf-among-us.md @@ -1,7 +1,7 @@ # The Wolf Among Us -{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} > [!NOTE] > There are a minor sound and video lags during the fighting scenes. The game sometimes crashes when starting a new Episode for the first time.