- Project Fenway
- Diablo II: Resurrected
- Arc Raiders
epicID | releaseDate | title | developerName | publisherName | |
---|---|---|---|---|---|
A Juggler's Tale | kaleidoscube | Mixtvision | |||
38649a203d904405ab9068e09dc5be91 | A Plague Tale: Innocence | Asobo Studio | Focus Home Interactive | ||
A Plague Tale: Requiem | Asobo Studio | Focus Home Interactive | |||
743e47ee84ac49a1a49f4781da70e0d0 | ARK: Survival Evolved | Studio Wildcard | Studio Wildcard | ||
9f5250193e914b849201a40d21b30939 | Absolute Drift: Zen Edition | Funselektor Labs Inc. | Funselektor Labs Inc. | ||
Aerial_Knights Never Yield | Headup Games GmbH & Co KG | ||||
503273f691e04f4b8020f9fb4125a14b | Alan Wake | Remedy Entertainment Oy | Remedy Entertainment Oy | ||
Alan Wake Remastered | Remedy Entertainment Oy | Epic Games | |||
a2febf833fed4471a9185c7b80af59c3 | Alan Wake's American Nightmare | Remedy Entertainment Oy | Remedy Entertainment Oy |
releaseDate | title | developerName | |
---|---|---|---|
2023-01-10 | Beyond Good and Evil™ 2 | Ubisoft | |
2023-03-01 | Crest | Ubisoft Reflections | |
2022-03-16 | INCURSION | Ubisoft Ukraine | |
2022-03-01 | METEOR | Ubisoft Sofia | |
2023-03-02 | ORLANDO | Ivory Tower | |
2024-04-10 | OVER | Ubisoft Paris | |
2022-03-01 | Prince of Persia: The Sands of Time Remake | Ubisoft | |
2023-03-01 | Project AETHER | Ubisoft Stockholm | |
2021-10-20 | Rocksmith+ | Ubisoft San Francisco |
about:config
browser.cache.disk.enable
: false
browser.cache.disk.smart_size.enabled
: false
During 15DaysofGames on the Epic Games store (EGS), there is a daily image with a hint for the next free game.
The image URL ends with a sequence of 32 hexadecimal digits, which is a MD5 hash of the image file.
For instance, the suffix f4612a5072187a111e04008abac8af85
is a MD5 hash in this [image URL][image-url].
The upload & analysis of the image on a website like [fotoforensics.com][image-web-tool] shows that this MD5 hash is the hash of the image file.
![Digest][image-digest]
# Import the requests module as it allows | |
# us to request to the api. | |
import requests | |
# NOTE: This is for requesting a GraphQL response | |
# without any authorization (bearer token | access_token) | |
# The GraphQL url to request which can be: | |
# - https://graphql.epicgames.com/graphql [Main Site] | |
# - https://epicgames.com/graphql [Counter Part Of Main Site] |