Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Or use Javascript.
Should you not want to resort to your browser, you can open up the Steam -client with -dev in the target field, then you go to the http://steamcommunity.com/my/edit/ and you hit F12.
Console works the same way.
You'd be changing the midst value for the other slots, yes.
SetShowcaseConfig(3, 7, 0)
SetShowcaseConfig(3, 8, 0)
SetShowcaseConfig(3, 9, 0)
SetShowcaseConfig(3, 10, 0)
And I just press enter after typing this in developer mode of chrome?
1) Click: http://steamcommunity.com/my/edit/
2) Press F12
3) Select the "Console" tab. It is located at the top beside "Elements".
4) Type in this command: SetShowcaseConfig(3, 0, 0) if you want to edit items in your "Item Showcase" and this command: SetShowCaseConfig(4, 0, 0) if you want to edit items in your "Items Up For Trade".
5) For example, I have 10 items in my item showcase right now. I want to remove the 8th, 9th and the 10th (last one) items. So I'll edit the command to SetShowCaseConfig(3, 8, 0) and hit "Enter" on my keyboard. Next, repeat, but change the command to SetShowCaseConfig(3, 9, 0). Hit "Enter" again and repeat again but change the command to SetShowCaseConfig(3, 10, 0) and hit "Enter" again.
6) Then proceed to click "Save Changes" on your profile and you're done.
7) Basically in this command "SetShowCaseConfig(3, 0, 0)". The first number, 3, represents the "Item Showcase", the second number, 0, represents the item's position and the last number, 0, means it's disabled.
P.S. If doing SetShowCaseConfig(3, 8, 0) doesn't clear the 8th item, then do SetShowCaseConfig(3, 7, 0). Applies for others too.
Cheers! :)
Uncaught ReferenceError: SetShowCaseConfig is not defined
at <anonymous>:1:2