Skip to content

Commit

Permalink
Added 7 new games to game support (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: mattmaniak <[email protected]>
  • Loading branch information
simonhildebrandt and mattmaniak authored Feb 4, 2025
1 parent 6ccd5b8 commit 4e66af7
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
book
.idea
**/.DS_Store
src/games.json
src/games.json
.tool-versions
7 changes: 7 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [Debugging](./debugging.md)
- [Game Support](./game-support/README.md)
<!-- script:Generate Start -->
- [ABI-DOS](./game-support/abi-dos.md)
- [Against The Storm](./game-support/against-the-storm.md)
- [Age of Empires II: Definitive Edition](./game-support/age-of-empires-2-definitive-edition.md)
- [Among Us](./game-support/among-us.md)
Expand Down Expand Up @@ -94,6 +95,7 @@
- [Half-Life 1](./game-support/half-life-1.md)
- [Half-Life 2](./game-support/half-life-2.md)
- [Half Sword](./game-support/half-sword.md)
- [Hardspace: Shipbreaker](./game-support/hardspace-shipbreaker.md)
- [Hearts of Iron III](./game-support/hearts-of-iron-3.md)
- [Hellblade: Senua's Sacrifice](./game-support/hellblade-senuas-sacrifice.md)
- [Heroes of Hammerwatch II](./game-support/heroes-of-hammerwatch-2.md)
Expand Down Expand Up @@ -121,6 +123,7 @@
- [Library Of Ruina](./game-support/library-of-ruina.md)
- [Little Big Adventure – Twinsen’s Quest](./game-support/little-big-adventure-twinsens-quest.md)
- [Lords Of The Fallen 2014](./game-support/lords-of-the-fallen-2014.md)
- [Manifold Garden](./game-support/manifold-garden.md)
- [Manor Lords](./game-support/manor-lords.md)
- [Marvel's Midnight Suns](./game-support/marvels-midnight-suns.md)
- [METAL GEAR SOLID V: THE PHANTOM PAIN](./game-support/metal-gear-solid-5-phantom-pain.md)
Expand All @@ -140,6 +143,7 @@
- [NIGHT-RUNNERS PROLOGUE](./game-support/night-runners-prologue.md)
- [NIMBY Rails](./game-support/nimby-rails.md)
- [Noita](./game-support/noita.md)
- [Oddsparks: An Automation Adventure](./game-support/oddsparks-automation-adventure.md)
- [Out of Action](./game-support/out-of-action.md)
- [Overwatch 2](./game-support/overwatch-2.md)
- [Palworld](./game-support/palworld.md)
Expand All @@ -148,6 +152,7 @@
- [Path of Exile 2](./game-support/path-of-exile-2.md)
- [Path of Exile](./game-support/path-of-exile.md)
- [People Playground](./game-support/people-playground.md)
- [Per Aspera](./game-support/per-aspera.md)
- [Persona 3 Reload](./game-support/persona-3-reload.md)
- [Persona 4 Golden](./game-support/persona-4-golden.md)
- [Phasmophobia](./game-support/phasmophobia.md)
Expand Down Expand Up @@ -191,10 +196,12 @@
- [STAR WARS: Squadrons](./game-support/star-wars-squadrons.md)
- [STAR WARS: The Old Republic](./game-support/star-wars-the-old-republic.md)
- [Stardew Valley](./game-support/stardew-valley.md)
- [SteamWorld Build](./game-support/steamworld-build.md)
- [Street Fighter 30th Anniversary Collection](./game-support/street-fighter-30th-anniversary-collection.md)
- [Street Fighter 6](./game-support/street-fighter-6.md)
- [Stronghold Crusader HD](./game-support/stronghold-crusader-hd.md)
- [Suit For Hire](./game-support/suit-for-hire.md)
- [Team Fortress 2](./game-support/team-fortress-2.md)
- [TEKKEN 7](./game-support/tekken-7.md)
- [TEKKEN 8](./game-support/tekken-8.md)
- [The Messenger](./game-support/the-messenger.md)
Expand Down
10 changes: 10 additions & 0 deletions src/game-support/abi-dos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ABI-DOS
<!-- script:Aliases [] -->

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

## Setup

- Install in Steam as normal.

{{#template ../templates/steam.md id=2180700}}
10 changes: 10 additions & 0 deletions src/game-support/hardspace-shipbreaker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hardspace: Shipbreaker
<!-- script:Aliases [] -->

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

## Setup

- Install in Steam as normal.

{{#template ../templates/steam.md id=1161580}}
10 changes: 10 additions & 0 deletions src/game-support/manifold-garden.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Manifold Garden
<!-- script:Aliases [] -->

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

## Setup

- Install in Steam as normal.

{{#template ../templates/steam.md id=473950}}
10 changes: 10 additions & 0 deletions src/game-support/oddsparks-automation-adventure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Oddsparks: An Automation Adventure
<!-- script:Aliases [] -->

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

## Setup

- Install in Steam as normal.

{{#template ../templates/steam.md id=1817800}}
10 changes: 10 additions & 0 deletions src/game-support/per-aspera.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Per Aspera
<!-- script:Aliases [] -->

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

## Setup

- Install in Steam as normal.

{{#template ../templates/steam.md id=803050}}
10 changes: 10 additions & 0 deletions src/game-support/steamworld-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SteamWorld Build
<!-- script:Aliases [] -->

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

## Setup

- Install in Steam as normal.

{{#template ../templates/steam.md id=2134770}}
10 changes: 10 additions & 0 deletions src/game-support/team-fortress-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Team Fortress 2
<!-- script:Aliases [] -->

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

## Setup

- Install in Steam as normal.

{{#template ../templates/steam.md id=440}}

0 comments on commit 4e66af7

Please sign in to comment.