Steam

Steam

178 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.
6
   
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://gtm.steamproxy.vip/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.
23 Comments
@loob you're a legend
prairiedogz 7 Aug @ 12:31am 
still works, thanks
dostjaj 15 Jul @ 3:53pm 
"Scroll down until you see your Game Collector Showcase"

the fuck you mean???
Riari Rember 7 Jul @ 3:03am 
not working for Extra Showcase (Purchased From Point Shop)
numbers are hidden and not allowed to find in Developer Console :DSTskull:
loob 29 Jun @ 3:59pm 
for Favorite Game Showcase, like @ENLIGHT_VR mentioned, this code still works! :steamhappy:

FavoriteGameShowcaseOnGameChange( this.parentNode, 6, '0', 1, 0, {appid: X})
Kazanova 7 Jun @ 2:41am 
It works! thank you
Ram [No Hud] 26 May @ 5:08am 
Not workin, tried multiple times on multiple browsers, ill just keep it as halo 3 i guess...
Pikaboi 12 May @ 9:52am 
thank you so much for this!! some games and dlc don't show up anymore when editing showcases normally, so this guide was a big help! :NB_RANGER_NOTE:
empressevolution 1 Jan @ 2:12pm 
hello is this still working?
WolfPaxHD 11 Oct, 2024 @ 5:01pm 
this works well for the point shops showcase

thank you!