Steam

Steam

483 vurderinger
Adding Official Game Groups as Favorite
Av ABI TALENT og 4 medarbeidere
This guide is going to teach you how to add an official game group as favorite in your "Favorite Group" profile showcase.
   
Utmerkelse
Favoritt
Favoritter
Fjern som favoritt
Step 1
Find the game's app-id using https://steamdb.info/ or directly from the store page URL (example: http://store steampowered.com/app/242680 , the app-id is: 242680), once you have it, replace "id" in the following link with it, open up the link using a browser and join the group.

Fastest way of getting the ID64 of a group

Examples of full group URL:
http://steamcommunity.com/games/527140/
http://steamcommunity.com/games/nuclearthrone/

527140 and nuclearthrone are group URLs.

Get api key here: https://steamcommunity.com/dev/apikey

https://api.steampowered.com/ISteamUser/ResolveVanityURL/v1/?key={api_key_is_here}&format=json&vanityurl={group_url}&url_type=3

Don't forget to remove the {}
Once you've done this, you can jump to step 4. In case you do not want to use the API, go to step 2.
Step 2
Next, you have to go to the group forums which can be accessed from the same page, you can find a link to them under the "Actions" section.


Or you can just simply replace "id" in the following link with the app-id of the game:
Step 3
Right click > View page source


Ctrl+F, search the page for "forum_general" and copy the 7 digit id that follows.
Step 4
Final step, go to your edit profile page and select the group showcase, right click > inspect element.

Paste this into console:
document.getElementsByName("rgShowcaseConfig[9][0][accountid]")[0].value = '*group id you've got*';

Example:
document.getElementsByName("rgShowcaseConfig[9][0][accountid]")[0].value = '7777777';



Save Changes and that's it!
  • This won't work for hubless games
  • Most group icons are 404'd
31 kommentarer
󠁳⁧⁧40K 24. sep. 2023 kl. 10.24 
:Lunar_Tear:𝘗𝘭𝘦𝘢𝘴𝘦 𝘳𝘢𝘵𝘦 𝘵𝘩𝘪𝘴 𝘢𝘯𝘥 𝘤𝘩𝘦𝘤𝘬 𝘰𝘶𝘵 𝘮𝘺 𝘨𝘶𝘪𝘥𝘦 𝘭𝘪𝘣𝘳𝘢𝘳𝘺 :iloveu:𝘫𝘰𝘪𝘯 𝘮𝘺 𝘨𝘳𝘰𝘶𝘱 𝘢𝘯𝘥 𝘧𝘰𝘭𝘭𝘰𝘸 𝘮𝘦 𝘢𝘴 𝘸𝘦𝘭𝘭:Lunar_Tear:𝘛𝘩𝘢𝘯𝘬 𝘺𝘰𝘶, 𝘭𝘰𝘷𝘦 𝘺𝘰𝘶:iloveu:
󠀡󠀡᠌ ⁧⁧󠀡󠀡 31. des. 2022 kl. 19.38 
First "follow" a desired game, and then proceed with script / edit value.
So, obviously this isn't gonna work for hubless titles, at least not this way.

• either script:
document.getElementsByName("rgShowcaseConfig[9_0][0][accountid]")[0].value = '730';

• or find and edit this value:
<input type="hidden" name="rgShowcaseConfig[9_0][0][accountid]" value="730">
SzpachlarzRP 15. okt. 2022 kl. 2.38 
💙🔱 Rate and fave this thank you 🔱💙
https://steamcommunity.com/sharedfiles/filedetails/?id=2874724533
💙💜💛🧡❤️️ 𝓗𝓪𝓿𝓮 𝓪 𝓵𝓸𝓿𝓮𝓵𝔂 𝓭𝓪𝔂 ❤️️🧡💛💜💙
poison 21. aug. 2022 kl. 21.47 
patched, sadge
francisco 17. juni 2022 kl. 2.42 
official game groups are dead now, sadly
IronKeroro 20. jan. 2022 kl. 23.05 
Is there a way to set my primary group as an official game group anymore?
m4rcus 12. nov. 2021 kl. 13.52 
zomba 6. juli 2021 kl. 13.55 
hello, to get the code to work you have to put _0 after the 9

for example - document.getElementsByName("rgShowcaseConfig[9_0][0][accountid]")[0].value = '7777777';
iDatedMyLotion 27. juni 2021 kl. 7.06 
anyone able to get this working? followed every step to the nail and i get unknown value, tried using real group ID.s as well and same issue. anyone know the updated code?