VPet-Simulator

VPet-Simulator

Not enough ratings
How to set VPet in a showcase
By sashiro
This guide helps you add VPet to your Steam profile showcase using the developer console in your browser. It provides step-by-step instructions and code snippets for Game Collector, Favourite Game, and Completionist showcases. Follow the guide to easily feature VPet on your profile.
   
Award
Favorite
Favorited
Unfavorite
General Instructions


  1. Log into your Steam account using your preferred browser.
  2. Navigate to your profile by clicking on your profile name or avatar in the top right corner.
  3. Click on the "Edit Profile" button.
  4. Scroll down to the "Profile Showcases" section.
  5. Select the showcase you want to modify. If you do not have any showcase entries yet, add any entry to make this process work.
  6. Open the developer console in your browser:
    - Chrome: Press `Ctrl+Shift+J` (Windows/Linux) or `Cmd+Option+J` (Mac).
    - Firefox: Press `Ctrl+Shift+K` (Windows/Linux) or `Cmd+Option+K` (Mac).
    - Edge: Press `Ctrl+Shift+I` (Windows/Linux) or `Cmd+Option+I` (Mac).
  7. Select the "Console" tab in the developer console.
Showcase Configurations
Follow the instructions below to configure the desired showcase. Paste the corresponding code into the console and press Enter.

Game Collector

Optional: Change the 3 in the code below to the position you want, where 3 represents the 4th position.

SetShowcaseConfig(2, '0', 3, {appid: 1920960});

Favourite Game

SetShowcaseConfig(6, '0', 0, {appid: 1920960});

Completionist

Optional: Change the 1 in the code below to the position you want, where 1 represents the 2nd position.

SetShowcaseConfig(23, '0', 1, {appid: 1920960});
Final Step
Refresh the page. Make sure NOT to click on "Save".

Troubleshooting

- If the showcase does not update as expected, ensure you followed all steps correctly.
- Double-check the appid in the code. For VPet, it is `1920960`.
- Make sure you are logged into the correct Steam account.

Updates
Setting VPet in a completionist showcase seems to no longer work, other might no longer work as well (needs testing)
1 Comments
находка 21 Sep, 2024 @ 8:22am 
it's work! Thanks man:luv::NekoHappy: