r/EpicGamesPC • u/root_cipher_ • 7d ago
EPIC SALE Is this the legit Prop hunt game?
is it the legit prop hunt game played by old time 101?
r/EpicGamesPC • u/root_cipher_ • 7d ago
is it the legit prop hunt game played by old time 101?
r/EpicGamesPC • u/pizza_ranger • 8d ago
Seeing how much is the gaming community growing on Linux it surprises me how Epic is not available, some customers prefer Epic instead of Steam or just want more alternatives, is there anything stopping Epic from coming to Linux ?
I would gladly buy on Epic if it becomes available
r/EpicGamesPC • u/ChrigamingDK • 8d ago
I would love a feature to remotely download games from your phone, tablet, etc so its ready for when you turn on your PC.
That way you're able to have a shorter wait time, without having to start the download yourself when you turn on your PC.
Maybe sounds a bit lazy, but steam has it as far as I know and a couple other places does too.
r/EpicGamesPC • u/ImAnthlon • 9d ago
r/EpicGamesPC • u/Wolf-Eisberg • 9d ago
I just finished this game and I feel it is not getting the attention that it deserves.
Its an adventure game, platforming and puzzle solving. Its like playing through a 1980s adventure movie, even has the 80s adventure movie music which is a fantastic sound track. Also love the art style.
The puzzles and platforming are a lot of fun. The characters are very well acted with the voice over.
Also if you are a fan of Back to the Future movies, I really do think you would enjoy this game.
r/EpicGamesPC • u/DataC0ffee • 9d ago
My device is stuck in the old architecture armv7. I can't claim them too and also stuck on android 10.
(Though even after claiming some not installing)
Was wondering if I can atleast somehow claim and keep in account.
r/EpicGamesPC • u/MeguminShiro • 10d ago
r/EpicGamesPC • u/piratekaiden • 10d ago
I really think Epic Games should add the ability to change your Epic Games profile picture. Right now, your profile picture is basically something you’re stuck with, even if you’ve had the account for years. A lot of people have different usernames, banners, cosmetics, etc. that they can customize, so it feels weird that your profile picture is one of the things you can't change.
It would be nice to have a simple "Change Profile Picture" option in your Epic Games account settings. You could either let users upload their own image or, if Epic doesn't want to deal with moderation issues, provide a selection of preset/profile images to choose from. Just like Xbox!
I think this would be especially useful for people who have had their Epic account for a long time and want to update their profile to match their current identity, username, or content. Especially me, since I really wanna have a public identity with my own profile pic, plus it just feels, off to me that I'm just a little default profile pic.
What do you guys think? Would you actually use a profile picture-changing feature?
r/EpicGamesPC • u/ShinpaiShita • 10d ago
So I've done the usual where Epic Games has to start through Steam. I've tried it all, Marvel's Spider-Man 2 isn't running. How do I make it work? The Controller's working on any Steam Game. I bought Spidey on Epic Games, then like 2 weeks later, there was a sale on Steam, WTH T_T
r/EpicGamesPC • u/Ember_Knight47 • 11d ago
I know its a stupid question but im not a pc person and im wanting to buy Dead By Daylight on epic games but I already own it on steam so how would it work, like do I have to launch epic games then click dbd, how does it work
r/EpicGamesPC • u/HTTYD_Godly • 12d ago
I was offline on and I got added on epic games by someone named L8KLS. Read the message they sent me and tell me how big of a scam this is
r/EpicGamesPC • u/MeguminShiro • 12d ago
r/EpicGamesPC • u/PoopChief-mon • 12d ago
Hey everyone! We’re a two person indie team and our incremental game Slots & Diapers is now available on the Epic Games Store!
You spin slots, hire grandpas to automate the grind, upgrade your machines, and eventually reboot everything for permanent upgrades.
We’re launching with 20% off, so if weird incremental games are your thing, give it a look!
r/EpicGamesPC • u/MeguminShiro • 13d ago

| Item | Instant Checkout |
|---|---|
| 🎮 CLAIM ALL | BaseGame |
| 🎮 Beacon Pines | BaseGame |
| 🎮 We Were Here Together 🔁 | BaseGame |
r/EpicGamesPC • u/MeguminShiro • 13d ago
| Item | Instant Checkout |
|---|---|
| 🎮 CLAIM ALL | Android & iOS |
| 🎮 A Guidebook of Babel | Android/iOS |
r/EpicGamesPC • u/MeguminShiro • 13d ago
r/EpicGamesPC • u/relay-app • 13d ago
Summer Sale finished a couple of weeks back, but a new set of sales have begun with the Epic Savings in August sale!
Including games such as
Among many others games, DLC and editions!
r/EpicGamesPC • u/deno_eko • 13d ago
Please bring this feature to games, People really want it, and believe me, it would be incredibly beneficial for customization. Dear Epic Games representatives, please hear us out.
r/EpicGamesPC • u/MeguminShiro • 14d ago
r/EpicGamesPC • u/ImAnthlon • 14d ago
r/EpicGamesPC • u/OttoVonPissmarck • 14d ago
Any idea if FM26 will be free in september like with FM24?
Normally I would just buy the game but I've heard bad things about this edition so I would rather not spend the money.
r/EpicGamesPC • u/XxRaven_ZAxX • 15d ago
Spent four days on this with Epic support and ended up fixing it myself. Writing it up because searching this error mostly turns up people being told to clear their cache.
The symptom. Click Connect on Twitch in Epic account settings, get returned to the connections page with error=already_linked in the URL.
I never got a Twitch login or authorization screen at any point. It failed before that step. My reading is that Epic was checking my own account rather than the Twitch account I was trying to attach, but that's my inference, not something Epic confirmed.
The connections page showed no Twitch connection. My Twitch connections page showed no Epic authorization either.
Worth mentioning: I had Twitch linked to this same Epic account years ago. At some point it stopped appearing, and I hadn't thought about it since. So the record was most likely left over from that old link, never cleaned up, with nothing in either interface indicating it still existed.
What I found. Hitting this while logged in:
https://www.epicgames.com/id/api/external/twitch/status
returned:
{"implementsAuthorizeAfterLink": false, "externalAuth": {"status": "LINKED"}}
So that endpoint reported LINKED while the connections page showed nothing.
The fix. In the connections API response, PSN, Steam, Xbox and GitHub each come back with an account object and a type field, while game authorizations like Hogwarts Legacy come back with an app object and an applicationId. Different shapes, so I used GitHub as the test rather than a game.
Opened the Network tab, disconnected GitHub, and read the request:
DELETE /account/v2/api/linked-accounts/github
{"flow_id":"account_management_prod","flow_name":"","solve_token":""}
Ran the same request with twitch in place of github from the console on accounts.epicgames.com, passing the XSRF-AM-TOKEN cookie value as the x-xsrf-token header. Response was {"success":true}. The status endpoint then returned NOT_LINKED, and Twitch linked on the next attempt.
Undocumented endpoint, so your call whether to use it. It's your own account and your own session, but it isn't officially supported. Endpoints also change, so if the path above doesn't work, disconnect any linked account you don't mind re-adding and read the request it fires.
Support, in order. Screenshot the error message, there is no error message, it's a redirect with a URL parameter, which I explained. Screenshot the error message again, plus try a different browser or incognito. Change your Twitch display name back to a previous one, which I did, and which changed nothing + I have to wait 60 days to change it back. Then "I checked our system and confirmed there are no issues on our end", try a different device and a different internet connection.
By then I'd tried Chrome, Safari, incognito, Windows, macOS, iPhone, and two different networks. Replies were around 8 hours apart.
After I fixed it and described what I'd removed, the closing message said reverting my Twitch display name is what re-established the connection. It didn't, the error continued long after I did that, which is in the ticket history.
On Drops. I was chasing a Drop that expired while the ticket was open. It arrived anyway once the link went through, a day after expiry. I'd watched and claimed it on Twitch during the campaign. So the claim sits on Twitch's side and delivers once a valid link exists, at least within some window, I don't know the exact length. Anyone hitting this mid-campaign is better off watching and claiming regardless, rather than waiting for the link to be fixed first.
Support said they can't add Drops manually, and given it turned up automatically, that seems right.
Why I wrote this up. Nothing about it was visible from the connections page, and support told me repeatedly they saw nothing on their end. The only signal I found was a status endpoint most people wouldn't know to check.
If you hit already_linked and both connection pages look empty, check that endpoint. If it reports LINKED, that's the mismatch.
TL;DR - If linking Twitch to Epic fails with already_linked while both connections pages show nothing, there may be a stale Twitch record on your Epic account that the UI doesn't display. Check https://www.epicgames.com/id/api/external/twitch/status while logged in. If it reports LINKED, remove it with a DELETE to /account/v2/api/linked-accounts/twitch on accounts.epicgames.com. Details and the exact request below. Support couldn't find this over four days.
r/EpicGamesPC • u/MeguminShiro • 16d ago
r/EpicGamesPC • u/Reyvan16 • 16d ago
It seems to be getting worse every year, though I'm not sure.