Skip to content

Commit

Permalink
docs: put INFRA on support list
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisAMJ committed Oct 4, 2024
1 parent 519ff4e commit 0394db3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ For features and installation instructions, please visit [the website].
| Game | Windows | Linux |
|-------------------------------------------------------------------------|---------|-------|
| [Portal 2](https://store.steampowered.com/app/620) |||
| [Aperture Tag](https://store.steampowered.com/app/280740) || [*](https://wiki.portal2.sr/Aperture_Tag#Linux) |
| [Aperture Tag](https://store.steampowered.com/app/280740) || [](https://wiki.portal2.sr/Aperture_Tag#Linux) |
| [Portal Stories: Mel](https://store.steampowered.com/app/317400) |||
| [Thinking with Time Machine](https://store.steampowered.com/app/286080) |||
| [Portal Reloaded](https://store.steampowered.com/app/1255980) |||
| [INFRA](https://store.steampowered.com/app/251110) |||

\* *With Proton Compatibility*
If you're playing a game with no Linux support, you can use Proton to run it.

## Documentation

Expand Down
8 changes: 7 additions & 1 deletion docs/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h1 id="support">Game support</h1>
<tr>
<td><a href="https://store.steampowered.com/app/280740" target="_blank">Aperture Tag</a></td>
<td></td>
<td></td>
<td><a href="https://wiki.portal2.sr/Aperture_Tag#Linux" target="_blank"></a></td>
</tr>
<tr>
<td><a href="https://store.steampowered.com/app/317400" target="_blank">Portal Stories: Mel</a></td>
Expand All @@ -143,7 +143,13 @@ <h1 id="support">Game support</h1>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://store.steampowered.com/app/251110" target="_blank">INFRA</a></td>
<td></td>
<td></td>
</tr>
</table>
<p>If you're playing a game with no Linux support, you can use Proton to run it.</p>

<hr class="horizontal">
<h1 id="documentation">Documentation</h1>
Expand Down
11 changes: 0 additions & 11 deletions src/Games/INFRA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
#include "Game.hpp"
#include "Offsets.hpp"

/*
EXPERIMENTAL STATE
Currently broken/missing:
- vphys commands
- demo playback causes crash
- `sar_disable_progress_bar_update 2` causes crash, I've set it to use 1 instead
- autostrafer is slow, and sar_strafehud doesn't seem fully accurate
If you notice any other issues, please make issues or tell me @amj on Discord.
*/

INFRA::INFRA() {
this->version = SourceGame_INFRA;
Game::maps = {
Expand Down

0 comments on commit 0394db3

Please sign in to comment.