Skip to content

SilksPlugins/UnturnedImages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28da96b · Jul 20, 2024

History

61 Commits
Jul 20, 2024
Jul 20, 2024
Jul 13, 2024
Jul 20, 2024
Sep 23, 2022
Sep 8, 2021
Sep 8, 2021
Sep 8, 2021
Sep 10, 2021
Sep 10, 2021

Repository files navigation

Unturned Images

A repository of images for assets in the game Unturned.

Images are available on the images branch.

For information on contributing, see the contributing page.

Purpose

Unturned Images is a public, open-source repository of images of in-game assets to be used either by plugins or websites.

The asset images are accessible via the jsDeliver CDN. For an example, view the Usage section.

This project is public and free to anyone to be used by anyone and pull requests will be reviewed.

Usage

To access images, it's recommended to use the jsDeliver CDN. For item images, it's as simple as substituting the item ID in the following example.

When an image for the ID doesn't exist, the HTTP GET request will return a 404 error code.

Eaglefire image URL (item ID 4):

https://cdn.jsdelivr.net/gh/SilKsPlugins/UnturnedImages@images/vanilla/items/4.png

Blimp image URL (vehicle ID 189):

https://cdn.jsdelivr.net/gh/SilKsPlugins/UnturnedImages@images/vanilla/vehicles/189.png

Plans

  • Modded assets are planned and will likely start with the most popular mods (i.e. Elver). After which pull requests to add images for other mods will be accepted.