Steam

Steam

28 vurderinger
How to put Steam (or a deleted game) as favorite game
Af vie d'ange
This guide will teach you how to put Steam or other hubless games in your favorite game showcases.
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Getting into inspect element
First of all, you will have to open your account settings on google chrome or mozilla firefox.

Then, when you selected favorite game as your showcase, right click it and hit inspect element.
How to
When you are into inspect element, look for the following code:
<div class="favoritegame_showcase_game showcase_slot es_ea_checked">
When you found it, right click it and hit Edit as HTML

A lot of code will then pop up. Do not worry about this code, the only thing that is important for us is this line of code:
<input type="hidden" name="rgShowcaseConfig[6][0][appid]" value="">
In value="", you need to insert the app id. You can find those on this website[steamdb.info].

But for example, Steam's app ID is 753. So your code should look like this:
<input type="hidden" name="rgShowcaseConfig[6][0][appid]" value="753">

Then, just click anywhere else in the developer console to lock in the changes.

Then, click save and you're done!