Skip to content

Commit

Permalink
Update game support ratings for various games + fix script (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrest authored May 13, 2024
1 parent dac9036 commit dec7b2d
Show file tree
Hide file tree
Showing 54 changed files with 58 additions and 58 deletions.
10 changes: 5 additions & 5 deletions scripts/generate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const generateGameMetadata = async () => {
if (fileContentError) {
logging.error(
'Failed to read file %s: %o',
filePath,
file,
fileContentError
);
continue;
Expand All @@ -86,7 +86,7 @@ export const generateGameMetadata = async () => {
if (titleError) {
logging.warning(
'Failed to get title in file %s: %s',
filePath,
file,
titleError
);
continue;
Expand All @@ -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;
Expand All @@ -112,7 +112,7 @@ export const generateGameMetadata = async () => {
if (ratingError) {
logging.error(
'Failed to parse rating in file %s: %s',
filePath,
file,
ratingError
);
continue;
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion scripts/lint.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion src/game-support/among-us.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Among Us
<!-- script:Aliases [] -->

{{#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.
Expand Down
2 changes: 1 addition & 1 deletion src/game-support/blasphemous-2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Blasphemous 2
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/blitzkrieg-2-anthology.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Blitzkrieg 2 Anthology
<!-- script:Aliases [] -->

{{#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.
Expand Down
2 changes: 1 addition & 1 deletion src/game-support/call-of-cthulhu.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Call of Cthulhu
<!-- script:Aliases [] -->

{{#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
Expand Down
2 changes: 1 addition & 1 deletion src/game-support/content-warning.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Content Warning
<!-- script:Aliases [] -->

{{#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
Expand Down
2 changes: 1 addition & 1 deletion src/game-support/contraband-police.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contraband Police
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/control.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Control
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/counter-strike-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/game-support/cyberpunk-2077.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cyberpunk 2077
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/dagon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion src/game-support/dark-souls-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion src/game-support/dark-souls-remastered.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion src/game-support/dead-space-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion src/game-support/deadlink.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Deadlink
<!-- script:Aliases [] -->

{{#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.

Expand Down
2 changes: 1 addition & 1 deletion src/game-support/dorfromantik.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dorfromantik
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/elite-dangerous.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Elite Dangerous
<!-- script:Aliases [] -->

{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}}
{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}}

## Setup

Expand Down
2 changes: 1 addition & 1 deletion src/game-support/f1m23.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# F1 Manager 2023
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/flatout.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FlatOut
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/friends-vs-friends.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Friends vs Friends
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/gw3-dimensions-evolved.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion src/game-support/half-life-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion src/game-support/hellblade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion src/game-support/hitman-3-c.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/game-support/hoi-3.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hearts of Iron III
<!-- script:Aliases [] -->

{{#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.
Expand Down
2 changes: 1 addition & 1 deletion src/game-support/jjba-asbr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion src/game-support/kcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion src/game-support/kenshi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kenshi
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/kingsway.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kingsway
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/lego-sw-skywalker-saga.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion src/game-support/manor-lords.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Manor Lords
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/metro-2033-rx.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Metro 2033 Redux
<!-- script:Aliases [] -->

{{#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.
Expand Down
2 changes: 1 addition & 1 deletion src/game-support/metro-ll-rx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/game-support/neon-white.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Neon White
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/p3r.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/game-support/people-playground.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# People Playground
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/phasmophobia.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Phasmophobia
<!-- script:Aliases [] -->

{{#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}}
2 changes: 1 addition & 1 deletion src/game-support/prey-2017.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/game-support/quake2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion src/game-support/rain-world.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rain World
<!-- script:Aliases [] -->

{{#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.

Expand Down
2 changes: 1 addition & 1 deletion src/game-support/risk-of-rain-2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Risk of Rain 2
<!-- script:Aliases [] -->

{{#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.
Expand Down
2 changes: 1 addition & 1 deletion src/game-support/risk-of-rain-returns.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Risk of Rain Returns
<!-- script:Aliases [] -->

{{#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}}
Loading

0 comments on commit dec7b2d

Please sign in to comment.