ARKStatsExtractor
ARKStatsExtractor copied to clipboard
Visualize all dino from one map
Hello cadon,
i worked on a plan to see all dino from one map, the proof of concept work on my side. Before implementing it with filters and all the kit i just want to confirm if you are ok with this kind of change into your software.
My idea is to add into the library view, under the species tab at left, one option to see all dino from the savegame, filtered by species / levels because the list is big when you import all dino.
Let me know if your ok or not with that.
Thank you Stéphane
Hi, do you mean all dinos, inclusive wild creatures? ASB is more a library of own creatures, to organize them and see how to combine them in breeding. Finding wild dinos on the map is something related to that, but I think it's better on its own application. Have a look at https://github.com/coldino/Larkator or https://github.com/Flachdachs/ArkSaveAnalyzer if that is something you have in mind.
If you plan on implementing a map into ASB to display the location of the owned creatures, i.e. adding a location-property to each creature, I think that's ok. Have a look at this code #786, which uses a very outdated version of ASB, maybe it can be of help; regarding that, I think the placement of the map could be improved to not use that much space of the library-table, maybe an extra window.
Let me know what you have in mind. In general, you're always free to create your own fork of ASB (with the MIT-license) if you want to add things yourself.
It was more about wild dinos, and i was thinking it was changing the nature of your application, its why i asked for your confirmation :)
i just take a look at Larkator and it was like that. It was eazy to turn your application in something like that, one line of code +add of filter +add of the map.
For the map i was thinking about it.
I was already using ASB when it look like the picture into #786. I just want to help and add functionnality that i like to use hihihi.
Thank you for your answer.