Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQ] Preview Images for Weapon/Knife/Glove Seed+Wear+StatTrak+NameTag and Sticker Wear #6

Closed
crashzk opened this issue Nov 24, 2023 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@crashzk
Copy link

crashzk commented Nov 24, 2023

Some skins, for example, Case Hardened have different seeds, blue on the weapon changes position and so on. However, changing this seed in the web interface does not change anything on the website. It would be possible to implement this feature since in the option to view the wear it already exists on the website.

image

Same thing for Knives and Gloves.

@ianlucas
Copy link
Owner

Unfortunately this is not easy to achieve just by using the assets from the game. Each weapon/glove/knife paint has three generated images: three wears (heavy, medium, light) of a fixed seed (probably 1) -- that's what we're using in the app (btw it's probably an incorrect visualization and we still need to know the wear each image represents).

So AFAIK this requires hacking into the game and extracting a fair amount of images for each weapon/glove/knife to have a proper visualization of wear and seed. I would appreciate any help on this.

For anyone interested, here's how the application is resolving the item image:

Condition Image
no wear OR wear < 1 / 3 light
wear < 2 / 3 medium
wear < 1 heavy

@ianlucas ianlucas added the help wanted Extra attention is needed label Nov 24, 2023
@ianlucas ianlucas changed the title [REQ] Improvements to the seed visualization system [REQ] Preview Images for Weapon/Knife/Glove Seed+Wear+StatTrak and Sticker Wear Dec 20, 2023
@ianlucas
Copy link
Owner

It's very unlikely someone is going to look into this for free, so I'll close this issue. In the future we may try to find ways to provide this.

@ianlucas ianlucas closed this as not planned Won't fix, can't repro, duplicate, stale Mar 27, 2024
@crashzk
Copy link
Author

crashzk commented Mar 27, 2024

Ok, I'll also keep an eye on websites, etc., to find something informative here.

@crashzk
Copy link
Author

crashzk commented Mar 27, 2024

Leaving it on record for the future.

I found some sites that somehow displayed these skins with different seeds.

https://buff.163.com/market/csgo#game=csgo&page_num=1&search=Case&tab=top-bookmarked
https://dashskins.gg/

@crashzk crashzk changed the title [REQ] Preview Images for Weapon/Knife/Glove Seed+Wear+StatTrak and Sticker Wear [REQ] Preview Images for Weapon/Knife/Glove Seed+Wear+StatTrak+NameTag and Sticker Wear May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants