Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/ndm13/Camomile-Twitch
Browse files Browse the repository at this point in the history
  • Loading branch information
ndm committed Aug 28, 2018
2 parents 9abb7fc + 251f065 commit c1ddf39
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,13 @@ Twitch links, it looks for the folder that the game is stored in,
using the icon path first and then all the places Twitch Desktop
tries to shove your games by default.

Then the program looks for the EXE, which is the annoying part.
Starting in version 0.7, we utilize `fuel.json` v2, which is the
current version of the format, to find the EXE of the game to link.
If anyone has any examples of other `fuel.json` versions, let me
know and I'll try to add a parser. This can relilably find the EXE
for the game, at least the one that Twitch launcher uses.

If the game doesn't have a `fuel.json`, we have to hunt for the EXE.
Because Twitch's games don't reliably have the same EXE path, and
we can't reliably guess from the icon path, we have to ask what
looks "right". Don't worry if you get it wrong; the original link
Expand All @@ -30,5 +36,8 @@ option!
- Maybe doing the whole Windows Forms thing.

## Tested games
- >observer_
- Clustertruck
- Death Squared
- Tokyo 42 Complete Edition
- Twinkle Star Sprites
- Tokyo 42 Complete

0 comments on commit c1ddf39

Please sign in to comment.