An open API service indexing awesome lists of open source software.

https://github.com/arkutils/species-images

Species images for Ark, with colour region masks. Intended for ASB but usable by all.
https://github.com/arkutils/species-images

ark-smart-breeding game-ark

Last synced: 5 months ago
JSON representation

Species images for Ark, with colour region masks. Intended for ASB but usable by all.

Awesome Lists containing this project

README

          

# Ark Species Images

A collection of species images for both Ark: Survival Evolved and Ark: Survival Ascended.
All images consist of a mask and regions so they can be coloured, approximating the look in-game.

## Contributing

Contributions should be via PR. A GitHub Action will automatically update the manifest file within the PR.

Images contributed to this repository will be made available under MIT license.

## File Naming Scheme

See https://github.com/cadon/ARKStatsExtractor/wiki/Creating-New-Images#file-names for details of the file
naming scheme within ASB.

As a summary, images must be in matching pairs of base colour (`.png`) and region mask image
(`_m.png`), where `` is made up of the following components:
```
[_][_s(m|f)][_p][_v]
```
* `speciesname` is the display name of the species (as showing in ASB and matching the values JSON)
* `ASE|ASA` may be included to only apply to one version of the game.
* `modid` is a numeric ID - either a Steam Workshop ID (for ASE) or a Curseforge Project ID (for ASA)
* `sm` means Male only while `sf` means Female only
* `pattern` is the pattern index, for example for Cat where they have 6 pattern options
* `variant` is the variant index (an integer >0), this can be used to add multiple creature poses the user can chose from

All elements after `speciesname` are optional. The more elements present, the higher priority it will have.