Skip to content

Commit

Permalink
Update readme and prepare for update release
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqua committed Mar 9, 2022
1 parent a95cd6e commit be5c2af
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
- name: Create zip archive
shell: bash
env:
ZIP_NAME: itch_v0.0.5
ZIP_NAME: itch_v0.0.6
run: |
7z a ${ZIP_NAME}.zip ./src/*
- name: Upload result
uses: actions/upload-artifact@v1
with:
name: gog-galaxy-itch.io_ ${{ github.sha }}
path: itch_v0.0.5.zip
path: itch_v0.0.6.zip
- name: Automatic Releases
uses: marvinpinto/action-automatic-releases@latest
with:
Expand All @@ -76,4 +76,4 @@ jobs:
# Release title (for automatic releases)
title: Prototype_${{ github.sha }}
# Assets to upload to the release
files: itch_v0.0.5.zip
files: itch_v0.0.6.zip
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,18 @@ Note that many games on Itch are not listed in IGDB and therefore will show up a
which is the same location as `C:\Users\USER\AppData\Local\GOG.com\Galaxy\plugins\installed`, but the first one can be copy-pasted
3. Unzip
4. (Optional) Delete the zip to save space
---
# FAQ
## Why am I seeing "Unknown Game"? Can I do anything about it?
Games display as "Unknown Game" when GOG's database doesn't contain enough information. This happens even when the integration reports the game title to Galaxy. For itch.io games, the number of games without much information in the database is large enough that they are "frozen" and take even longer to make their way through than most other platforms. There is nothing the integration can do to correct for this.

We are looking for a way, either in the plugin or as a separate tool, to allow the user to view a list of all their games in some form outside of Galaxy.

For more information, see [this comment](https://github.com/gogcom/galaxy-integrations-python-api/issues/72#issuecomment-544411546) from a GOG employee.

## Why are my bundle games not showing up?
When you puchase a bundle on Itch.io, the games are not automatically added to your library.
A note on the bundle page reads `Projects in this bundle are hidden in your library by default untill you first access them in order to avoid flooding your library.`

To add games to your library and have them imported by the plugin, you need click the download link from the bundle page. You do *not* need to download them, simply visiting their download page will "claim" them. There are Greasemonkey scripts that automate this for you, but use caution with any userscript.

2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Itch.io integration",
"platform": "itch",
"guid": "2df02142-4d8a-4a4b-9b6e-c3a0bc62f93b",
"version": "0.0.5",
"version": "0.0.6",
"description": "Itch integration",
"author": "Tauqua",
"email": "tauqua@icloud.com",
Expand Down

0 comments on commit be5c2af

Please sign in to comment.