Ця тема закрита
How to remove items from Item Showcase?
It has 10 slots and Ive been using all 10 of them, but now I want to show only 6 items but it still shows 10 slots, how to remove the last 4?
< >
Показані коментарі 115 із 22
Apply something in the slots that you then trade or sell on the Market.

Or use Javascript.
Цитата допису Teutep:
Use Javascript. Open up your browser, hit F12 and apply this command in the [Web Console] while viewing your Item Showcase in edit mode.

Item Showcase
Type in
SetShowcaseConfig(3, 0, 0)
  • First number equals showcase ID
  • Midst is item position; 0-9.
  • Last is 0 = disabled.

Items Up for Trade
SetShowCaseConfig(4, 0, 0)
Same rules as above; just the Showcase ID is 4 instead of 3.

Second digit: First slot is 0; second slot is 1, etc..
Last number is 0 if you want to disable it.

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 https://steamhost.cn/steamcommunity_com/my/edit/ and you hit F12.

Console works the same way.
I dont understand quite well, I enter SetShowcaseConfig(3, 0, 0) [3 for being Item Showcase] [7 for being the slot I want to remove] and what does the last 0 do? And I want to remove 4 slots, so do I need to enter this command 4 times, but with different numbers?
Цитата допису d1ştinctive°:
I dont understand quite well, I enter SetShowcaseConfig(3, 0, 0) [3 for being Item Showcase] [7 for being the slot I want to remove] and what does the last 0 do? And I want to remove 4 slots, so do I need to enter this command 4 times, but with different numbers?
The last 0 means to disable.

You'd be changing the midst value for the other slots, yes.
So I do it like this:

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?
Цитата допису d1ştinctive°:
So I do it like this:

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?
Yup, that should do it.
Hmm, it worked for 8, 9 and 10 but it didnt for number 7, I still see it in Item showcase
Цитата допису d1ştinctive°:
Hmm, it worked for 8, 9 and 10 but it didnt for number 7, I still see it in Item showcase
Try 3,6,0.
It has worked, thanks a lot dude! :D Much appreciated, and I also learned something new
Thank your very much for this guide!
In case some are still not clear:

1) Click: https://steamhost.cn/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! :)
Автор останньої редакції: Acid; 12 листоп. 2016 о 6:00
but how for trading showcase... :( always get
Uncaught ReferenceError: SetShowCaseConfig is not defined
at <anonymous>:1:2
Teutep, hello XD I have a question, please accept my friend invite or reply here
< >
Показані коментарі 115 із 22
На сторінку: 1530 50

Опубліковано: 24 січ. 2016 о 17:06
Дописів: 22