Added new asset types.

Also noted some dates when certain assets began and ended use.
main
Nes 2024-08-06 21:10:16 -07:00
parent d9eb18ab76
commit ae396ef922
1 changed files with 150 additions and 144 deletions

View File

@ -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>` - [Library Assets](https://partner.steamgames.com/doc/store/assets/libraryassets): `https://<domain>/steam/apps/<app id>/<asset>`
1. **Library Capsule** 1. **Library Capsule**
- **600 x 900 px** `library_600x900_2x.jpg` - **600 x 900 px** `library_600x900_2x.jpg` (introduced late 2019)
- 300 x 450 px `library_600x900.jpg` - 300 x 450 px `library_600x900.jpg` (introduced late 2019)
2. **Library Header** 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** 3. **Library Hero**
- **3840 x 1240 px** `library_hero_2x.jpg` - **3840 x 1240 px** `library_hero_2x.jpg`
- **1920 x 620 px** `library_hero.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` - **640 x 720 px** `logo.png`
- [Store Assets](https://partner.steamgames.com/doc/store/assets/standard): `https://<domain>/steam/apps/<app id>/<asset>` - [Store Assets](https://partner.steamgames.com/doc/store/assets/standard): `https://<domain>/steam/apps/<app id>/<asset>`
1. **Header Capsule** 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` - **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` - 292 x 136 px `header_292x136.jpg`, `header_292x136_alt_assets_<#>.jpg`
2. Small Capsule 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` - 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` - 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` - 374 x 448 px `hero_capsule.jpg`
5. Screenshots 6. Screenshots
- 1920 x 1080 px `ss_<hexadecimal hash>.1920x1080.jpg` - 1920 x 1080 px `ss_<hexadecimal hash>.1920x1080.jpg`
- 1280 x 720 px `ss_<hexadecimal hash>.1280x720.jpg` - 1280 x 720 px `ss_<hexadecimal hash>.1280x720.jpg`
6. Page Background 7. Page Background
- 1438 x 810 px `page_bg_raw.jpg` - 1438 x 810 px `page_bg_raw.jpg`
7. Bundle Assets 8. Bundle Assets
- 707 x 232 px `header.jpg` - 707 x 232 px `header.jpg`
- 586 x 192 px `header_586x192.jpg` - 586 x 192 px `header_586x192.jpg`
- **460 x 215 px** `header_ratio.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>` - [Community Assets](https://partner.steamgames.com/doc/store/assets/community): `https://<domain>/steamcommunity/public/images/apps/<app id>/<asset>`
1. **Client Icon** 1. **Client Icon**
- **32 x 32 px** `<hexadecimal hash>.ico` - **32 x 32 px** `<hexadecimal hash>.ico`
- 16 x 16 px `<hexadecimal hash>.tga` - 16 x 16 px `<hexadecimal hash>.tga`
2. Community Icon 2. Community Icon
- 184 x 184 px `<hexadecimal hash>.jpg` - 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` - 184 x 69 px `<hexadecimal hash>.jpg`
- 120 x 45 px `<hexadecimal hash>_thumb.jpg` - 120 x 45 px `<hexadecimal hash>_thumb.jpg`
- [Event Assets](https://partner.steamgames.com/doc/store/assets/eventassets) `https://<domain>/images/<number>/<asset>` - [Event Assets](https://partner.steamgames.com/doc/store/assets/eventassets) `https://<domain>/images/<number>/<asset>`