Steam

Steam

110 ratings
Add Any Games To Game Collector Showcase [Include Extra Showcase & 3 Level]
By -Amirhoseindavat 🔑 TF2
⚜️In this guide, you will learn how to display any game you want (Also if you don't own that) in game collector showcase
this method works with the default showcase or upgraded showcase or extra showcase.
3
   
Award
Favorite
Favorited
Unfavorite
💫Intro
💠Sometimes, you want to display a game in Game Collector Showcase that you don't own or the game is not released yet (Pre-Purchased Games), in this guide you will learn how to display any games from steam in Game Collector Showcase.

💠For editing showcase, you will need a web browser(not steam client application) and a bit of code understanding, it's simple and I think anybody can do this.
💫Level 1 (Default Showcas)

  1. Login to your steam account on the steam website

  2. Go to edit profile https://steamcommunity.com/my/edit

  3. Scroll down until you see your Game Collector Showcase

  4. Open the Developer Console (Usually F12)

  5. Navigate to the Console tab

  6. Then you need to edit this code and paste it into your browser's console

    SetShowcaseConfig(2, '0', N, {appid: X})

    N is the number of cells that you want to replace in the showcase

    Left To Right :
    0 For First Game
    1 For Second Game
    2 For Third Game
    3 For Forth Game

    X is the game id and you need to know that, if you don't know, simply you can find it from games store URL

    Eg:



    The 570 is the exclusive id for Dota 2

    Eg:
    For showcasing Red Dead Redemption 2 as the Second Game in showcase you should edit code like this :
    SetShowcaseConfig(2, '0', 1, {appid: 1174180})

  7. Paste your code and press enter.
💫Level 2 & 3 (Upgraded Showcase)

For Level 2 or 3 Showcases, all steps are the same except the numbering.

Left To Right (Level 1):
0 For First Game
1 For Second Game
2 For Third Game
3 For Forth Game

Left To Right (Level 2):
4 For First Game
5 For Second Game
6 For Third Game
7 For Forth Game

Left To Right (Level 3):
8 For First Game
9 For Second Game
10 For Third Game
11 For Forth Game

Eg:
For showcasing BattleField V as the Forth Game in Third Row of showcase you should edit code like this :
SetShowcaseConfig(2, '0', 11, {appid: 1238810})

Paste your code and press enter.


💫Extra Showcase (Purchased From Point Shop)

For Extra Showcases, all steps are the same except '0' in code.

code for Extra Showcase is:

SetShowcaseConfig(2, '656529', N, {appid: X})

Like The Level 1, X is the game id & N is the number of cells.

Eg:
For showcasing Doom Eternal as the Third Game in Second Row , you should edit code like this :
SetShowcaseConfig(2, '656529', 6, {appid: 782330})

Paste your code and press enter.

A Pro Tip :
If the 656529 doesn't work for you, in Edit Profile, simply right click on one cell of the Extra Showcase, then open Inspect Element and see what is your extra showcase code, I think 656529 is for all accounts but Not Sure of that



💫Favorite Game Showcase

For Favorite Game Showcase, all steps are the same but the code itself is different

code for Favorite Game Showcase is:

FavoriteGameShowcaseOnGameChange( this.parentNode, 6, 0, {appid: X})

Like The others, X is the game id

Eg:
For showcasing Microsoft Flight SImulator , you should edit code like this :
FavoriteGameShowcaseOnGameChange( this.parentNode, 6, 0, {appid: 1250410})

Paste your code and press enter.
💫Outro
❤️Thanks for reading.
🌹Give me an award if you like this guide.
15 Comments
empressevolution Jan 1 @ 2:12pm 
hello is this still working?
WolfPax Oct 11, 2024 @ 5:01pm 
this works well for the point shops showcase

thank you!
CptRussia Sep 4, 2024 @ 9:20am 
Idk if this was patched but when i try to add a fourth showcase (which i unlocked) but when i try to select a game for one of the slots

this message shows up

"There was an error saving the featured game configuration. Please try again later."

maybe you guys have a solution or is it just not gonna let me
B3AN Jul 12, 2024 @ 6:21am 
is it only me or does the favorite game shocase not work
atkinrust Apr 11, 2024 @ 5:43pm 
can you do this with completionist?
Abstrazard Apr 8, 2024 @ 12:49pm 
Atlast. Thanks a lot
Toni 'Bō' Jones Mar 26, 2024 @ 4:17am 
Fabulous, thank you so much! :Speech_Love:
-Amirhoseindavat 🔑 TF2  [author] Nov 12, 2023 @ 8:52pm 
Thanks, I'll add it to the guide
ENLIGHT_VR Nov 12, 2023 @ 2:46pm 
This code worked for me ! :

FavoriteGameShowcaseOnGameChange( this.parentNode, 6, '0', 1, 0, {appid: X})
ENLIGHT_VR Nov 12, 2023 @ 2:35pm 
"The favorite showcase code doesn't work for me"
same