cadon / ARKStatsExtractor

A tool for the game ARK: Survival Evolved. Extracts possible levelups of creatures to get the values for breeding. With library and pedigree-view.
MIT License
485 stars 249 forks source link

Wyvern color regions wrong in ASA #1348

Open WitchyMods opened 3 months ago

WitchyMods commented 3 months ago

In ASA, for the lightning wyvern, the color index 1 is the one that isn't used. The new regions are as follow:

0 : main body 1 : null 2 : Wings 3: Details (on the frills and the lightning bolts on the wings) 4: Crest plating 5: Belly

Both the json value file and the png for the color regions need to be updated. 20240423215335_1

coldino commented 3 months ago

I'm currently working on extracting regions for species that have changed, and this will appear in the ASA values json within a few days if I don't run into any issues. It'll be cherry-picking just new species and species we know have issues for now (so far that's Fasola, Oasisaur and Lightning Wyvern only as of today).

As for Lightning Wyvern, the game says there are 6 regions: 0: Body main 1: Fins 2: Wings 3: Lightning 4: Scales top 5: Belly

...but like ASE we can never fully trust this data as there are a lot of copy/paste errors in-game. How certain are you that region 1 is not used? There can be cases where regions only show up in some colour combinations.

As for the preview images in ASB, well, we're going to have to invent a way to provide separate ASE/ASA image first :D

WitchyMods commented 3 months ago

I checked on single player and colored each region via console commands. I could not find region 1 anywhere. Even by turning every other region to white, I saw nothing change when changing region 1.

Here's what it looks like. Region 1 should be bright green yet none to be found (I tested with other colors as well) :

image

Sidenote, the game does give a color to it. Here's an extraction of my wyvs on official: image

Usually unused colors get assigned only with event colors or mutations. None of my wyverns seem to display region 1 however (kinda hard to check on official with the colors kinda following the same hues of purple and blue and grey)