Added new asset types.
Also noted some dates when certain assets began and ended use.main
parent
d9eb18ab76
commit
ae396ef922
|
@ -74,10 +74,11 @@ Steam has a wide range of asset types used across its services. SteamGridDB acce
|
|||
|
||||
- [Library Assets](https://partner.steamgames.com/doc/store/assets/libraryassets): `https://<domain>/steam/apps/<app id>/<asset>`
|
||||
1. **Library Capsule**
|
||||
- **600 x 900 px** `library_600x900_2x.jpg`
|
||||
- 300 x 450 px `library_600x900.jpg`
|
||||
- **600 x 900 px** `library_600x900_2x.jpg` (introduced late 2019)
|
||||
- 300 x 450 px `library_600x900.jpg` (introduced late 2019)
|
||||
2. **Library Header**
|
||||
- **460 x 215 px** `header.jpg`
|
||||
- **920 x 430 px** `library_header_2x.jpg` (introduced late 2024)
|
||||
- **460 x 215 px** `library_header.jpg`
|
||||
3. **Library Hero**
|
||||
- **3840 x 1240 px** `library_hero_2x.jpg`
|
||||
- **1920 x 620 px** `library_hero.jpg`
|
||||
|
@ -86,32 +87,37 @@ Steam has a wide range of asset types used across its services. SteamGridDB acce
|
|||
- **640 x 720 px** `logo.png`
|
||||
- [Store Assets](https://partner.steamgames.com/doc/store/assets/standard): `https://<domain>/steam/apps/<app id>/<asset>`
|
||||
1. **Header Capsule**
|
||||
- **920 x 430 px** `header_2x.jpg` (introduced late 2024)
|
||||
- **460 x 215 px** `header.jpg`, `header_<language>.jpg`, `header_alt_assets_<#>.jpg`
|
||||
- 292 x 136 px `header_292x136.jpg`, `header_292x136_alt_assets_<#>.jpg`
|
||||
2. Small Capsule
|
||||
- 462 x 174 px `capsule_231x87_2x.jpg` (introduced late 2024)
|
||||
- 231 x 87 px `capsule_231x87.jpg`, `capsule_231x87_<language>.jpg`, `capsule_231x87_alt_assets_<#>.jpg`
|
||||
3. Main Capsule
|
||||
3. Large Capsule
|
||||
- 467 x 181 px `capsule_467x181.jpg` (deprecated late 2019)
|
||||
4. Main Capsule
|
||||
- 1232 x 706 px `capsule_616x353_2x.jpg` (introduced late 2024)
|
||||
- 616 x 353 px `capsule_616x353.jpg`, `capsule_616x353_alt_assets_0.jpg`
|
||||
4. Vertical Capsule
|
||||
5. Vertical Capsule
|
||||
- 748 x 896 px `hero_capsule_2x.jpg` (introduced late 2024)
|
||||
- 374 x 448 px `hero_capsule.jpg`
|
||||
5. Screenshots
|
||||
6. Screenshots
|
||||
- 1920 x 1080 px `ss_<hexadecimal hash>.1920x1080.jpg`
|
||||
- 1280 x 720 px `ss_<hexadecimal hash>.1280x720.jpg`
|
||||
6. Page Background
|
||||
7. Page Background
|
||||
- 1438 x 810 px `page_bg_raw.jpg`
|
||||
7. Bundle Assets
|
||||
8. Bundle Assets
|
||||
- 707 x 232 px `header.jpg`
|
||||
- 586 x 192 px `header_586x192.jpg`
|
||||
- **460 x 215 px** `header_ratio.jpg`
|
||||
8. Other Capsule
|
||||
- 467 x 181 px `capsule_467x181.jpg`
|
||||
- [Community Assets](https://partner.steamgames.com/doc/store/assets/community): `https://<domain>/steamcommunity/public/images/apps/<app id>/<asset>`
|
||||
1. **Client Icon**
|
||||
- **32 x 32 px** `<hexadecimal hash>.ico`
|
||||
- 16 x 16 px `<hexadecimal hash>.tga`
|
||||
2. Community Icon
|
||||
- 184 x 184 px `<hexadecimal hash>.jpg`
|
||||
3. Small Capsule
|
||||
- 32 x 32 px (deprecated)
|
||||
3. Community Capsule (Small Capsule)
|
||||
- 184 x 69 px `<hexadecimal hash>.jpg`
|
||||
- 120 x 45 px `<hexadecimal hash>_thumb.jpg`
|
||||
- [Event Assets](https://partner.steamgames.com/doc/store/assets/eventassets) `https://<domain>/images/<number>/<asset>`
|
||||
|
|
Loading…
Reference in New Issue