Add in-game map thumbnails #227
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not sure how feasible this really is because of Roblox, but figured I'd make an enhancement request anyway.
For getting map thumbnails outside of the game, all I currently have is a hard-coded map of Map ID -> Asset ID, where the asset ID is a decal on the Roblox creator store. This works fine (https://strafes.fiveman1.net/maps) but has some problems
I imagine that fixing 1 isn't too bad (expose the in-game asset ID to the map service), but 2 (actually store the images/host them, or figure out a way to get the in-game decal image) would be difficult.
Add map thumbnailsto Add in-game map thumbnailsThis would be another field to add to the maps table after #203.
The IDs are the image ID. You can directly download the asset using that ID.Nevermind, it's not. You can still download the decal asset and parse out the rbxm file to get the image ID, and then download that.
Most of the thumbnails are not distributed so I cannot take/download any of them. Also, that would be painful to do, although it's nice to know that it would work.
This is now available from https://maps.strafes.net/public-api