Releases: cadon/ARKStatsExtractor
Lower TE setting for importing, new pattern function, some fixes
0.36.4
Features
- new naming pattern function
float_div
by @eaglexmw-gmail - new setting for the lower taming effectiveness (TE) boundary when importing, this should make importing easier when the TE is known to be larger than a certain value.
Tweaks
- Creatures are now imported from the savegame even if they were just deleted in ASB
Fixes
- Overlay fix
- Species variant isn't changed by the OCR anymore
- Layout fix when changing max breeding suggestions
- Fixed wrong order of weight application in breeding planner
- Fix of exception when auto-importing in the breeding planner
- Fix of getting old_name in naming pattern (thanks to eaglexmw-gmail)
- Fixed rounding issue in raising control that affected the remaining maturation time
- Fixed status updating on savegame import
General Infos
Which version to take?
- Use the setup-ArkSmartBreeding-(version).exe for an installation in the system's programs folder. Suitable for single user installations.
- Extract the ARK.Smart.Breeding_(version).zip in an arbitrary folder to use it as a portable or shared installation.
Species Images
The image-files have to be downloaded separately when using the zip version: Creature-Images. Extract the folder "img" to the same folder where the executable is located to get better visuals of the creature's colors. Currently 29 creatures are included. You don't need to redownload this file if you already have the creature-images.
Give Feedback on Discord, in the github-issues-section or on the official ARK-forums.
Custom replacings for name pattern. Layout fixes.
0.36.3
Features
- New custom replacings function for the naming pattern
{#customreplace: text }
which will replace a word if it's saved in the customReplacings-file. For example that allows to set custom species names in the names. - The name pattern supports now
owner
,tribe
andserver
as keywords (note that these values are mostly not exported in the export-files and have to be applied to creatures manually before they can be used).
Tweaks
- Layout fix for body damage multipliers in taming control for scaled displays
- Layout fix in Multisetter for better species selection
- Moved settings to own menu.
General Infos
Which version to take?
- Use the setup-ArkSmartBreeding-(version).exe for an installation in the system's programs folder. Suitable for single user installations.
- Extract the ARK.Smart.Breeding_(version).zip in an arbitrary folder to use it as a portable or shared installation.
Species Images
The image-files have to be downloaded separately when using the zip version: Creature-Images. Extract the folder "img" to the same folder where the executable is located to get better visuals of the creature's colors. Currently 29 creatures are included. You don't need to redownload this file if you already have the creature-images.
Give Feedback on Discord, in the github-issues-section or on the official ARK-forums.
Naming patterns reworked
0.36.2
Features
- Naming patterns are reworked. Many keywords are removed and can now be accessed by functions. See the manual for more informations.
- For example if you used
{species_short}
to get the first 4 characters of the species name, you have to use{{#substring: {species} | 0 | 4}}
now. - All keywords with stat names now use the same 2 letter abbreviations, e.g. it is now
{st}
,{we}
and{dm}
instead of ,{stam}
,{weight}
and{dmg}
. - All keywords regarding time are replaced by the function
{{#time: formatString}}
, e.g.{{#time: yyyy-MM-dd_HH:mm }}
.
- For example if you used
Tweaks
- small update of French translation by Yanuut
- savegame importer imports colors as they are saved. This enables importing dye colors on creatures which can happen in mutations. On the other hand, this may result in wrong or no colors in ASB. If you don't use any mods that add colors, you can adjust these color ids in the library by right-clicking on a creature and select
Fix colors
. If you use mods that change colors, this may screw up the colors of that creature, so create a backup of the library-file first.
Fixes
- Fix for naming pattern related exception when a creature is imported
General Infos
Which version to take?
- Use the setup-ArkSmartBreeding-(version).exe for an installation in the system's programs folder. Suitable for single user installations.
- Extract the ARK.Smart.Breeding_(version).zip in an arbitrary folder to use it as a portable or shared installation.
Species Images
The image-files have to be downloaded separately when using the zip version: Creature-Images. Extract the folder "img" to the same folder where the executable is located to get better visuals of the creature's colors. Currently 29 creatures are included. You don't need to redownload this file if you already have the creature-images.
Give Feedback on Discord, in the github-issues-section or on the official ARK-forums.
More Name Patterns
0.36.1
Fix
- Exception fix when importing a new species.
0.36.0
Features
- new features by @eaglexmw-gmail, thanks!
- each stat-pattern in the name generator now can be appended by
_vb
for breeding values,_vb_k
for breeding values in thousands,_vb_10k
for breeding values in ten thousands andvb_n
for rounded integers. E.g. if a creature has a breeding value for HP of 12240,{hp_vb_k}
will result in12
. - the contextmenu in the library can be used to copy a creature name to the clipboard and to generate new names with the pattern.
- patterns support more functions.
<key>
is a pattern-keyword.substring
:{{#substring:{<key>}|<start>|<length>}}
. E.g. on a rex{{#substring:{species}|0|2}}
will result inRe
.padleft
/padright
:{{#padleft:{<key>}|<totalLength>|<padding-character>}}
. E.g. if the level of HP is 5,{{#padleft:{hp}|3|0}}
will result in005
.format
:{{#format:{<key>}|<formatstring>}}
. For possible format-strings see Numeric format string.
- each stat-pattern in the name generator now can be appended by
Tweaks
- adjusting all timers by an offset now also adjusts the custom timers in the
Timer
tab. - the position and location of the pattern editor window is now kept
Fixes
- Fixed dye-color ids.
- Fix for wrong working directory when trying to update
- Visual fix to see the button to add export folders again.
General Infos
Which version to take?
- Use the setup-ArkSmartBreeding-(version).exe for an installation in the system's programs folder. Suitable for single user installations.
- Extract the ARK.Smart.Breeding_(version).zip in an arbitrary folder to use it as a portable or shared installation.
Species Images
The image-files have to be downloaded separately when using the zip version: Creature-Images. Extract the folder "img" to the same folder where the executable is located to get better visuals of the creature's colors. Currently 29 creatures are included. You don't need to redownload this file if you already have the creature-images.
Give Feedback on Discord, in the github-issues-section or on the official ARK-forums.
More Name Patterns
0.36.0
Features
- new features by @eaglexmw-gmail, thanks!
- each stat-pattern in the name generator now can be appended by
_vb
for breeding values,_vb_k
for breeding values in thousands,_vb_10k
for breeding values in ten thousands andvb_n
for rounded integers. E.g. if a creature has a breeding value for HP of 12240,{hp_vb_k}
will result in12
. - the contextmenu in the library can be used to copy a creature name to the clipboard and to generate new names with the pattern.
- patterns support more functions.
<key>
is a pattern-keyword.substring
:{{#substring:{<key>}|<start>|<length>}}
. E.g. on a rex{{#substring:{species}|0|2}}
will result inRe
.padleft
/padright
:{{#padleft:{<key>}|<totalLength>|<padding-character>}}
. E.g. if the level of HP is 5,{{#padleft:{hp}|3|0}}
will result in005
.format
:{{#format:{<key>}|<formatstring>}}
. For possible format-strings see Numeric format string.
- each stat-pattern in the name generator now can be appended by
Tweaks
- adjusting all timers by an offset now also adjusts the custom timers in the
Timer
tab. - the position and location of the pattern editor window is now kept
Fixes
- Fixed dye-color ids.
- Fix for wrong working directory when trying to update
- Visual fix to see the button to add export folders again.
General Infos
Which version to take?
- Use the setup-ArkSmartBreeding-(version).exe for an installation in the system's programs folder. Suitable for single user installations.
- Extract the ARK.Smart.Breeding_(version).zip in an arbitrary folder to use it as a portable or shared installation.
Species Images
The image-files have to be downloaded separately when using the zip version: Creature-Images. Extract the folder "img" to the same folder where the executable is located to get better visuals of the creature's colors. Currently 29 creatures are included. You don't need to redownload this file if you already have the creature-images.
Give Feedback on Discord, in the github-issues-section or on the official ARK-forums.
Auto Import, better mod support
0.35.1
- option to play feedback sound on auto-import
- fixed import exception
0.35.0
Features
- Automatically import exported creatures.
- option to move or delete autoimported files.
- options to auto apply name pattern on import if the creature has no name yet; optionally that name is copied to the clipboard.
- Species stats can be overriden now individually. This enables working with some mods, e.g. Naj's Speedy Flyers.
- added option to move all imported exported files to subfolder.
- option to adjust all incubation and growing timers by an offset to compensate lags or server downtime
Tweaks
- added tribe setting and localization to multisetter
- fixed hunger calculation for taming.
- overlay is now independent from ocr, i.e. an ocr-config file is not needed to use the overlay.
- contextmenu in the library to create admin command to color the creature ingame (may help with fixing the recent color-loss).
- dye colors can now be applied to creatures (this can happen with mutations on modded servers)
- library-file can be opened by dropping it onto ASB
- If a creature is added to the library and already exists there, the existing wild levels are assumed
- toggling the speech-recognition doesn't need a restart of ASB anymore
Fixes
- fix for parent linking after later import.
- overlay fix to not display stat levels if not needed.
General Infos
Which version to take?
- Use the setup-ArkSmartBreeding-(version).exe for an installation in the system's programs folder. Suitable for single user installations.
- Extract the ARK.Smart.Breeding_(version).zip in an arbitrary folder to use it as a portable or shared installation.
Species Images
The image-files have to be downloaded separately when using the zip version: Creature-Images. Extract the folder "img" to the same folder where the executable is located to get better visuals of the creature's colors. Currently 29 creatures are included. You don't need to redownload this file if you already have the creature-images.
Give Feedback on Discord, in the github-issues-section or on the official ARK-forums.
Fix
0.34.7.2
- Import Null-exception fix
0.34.7.1
Fixes
- Naming pattern casing fix
- Import Null-exception fix
0.34.7
Features
- New patterns for the name generator
highest1s
will display the stat name abbreviation of the highest stat of the creature,highest2s
the second highest, it also works with3
and4
.highest1l
(last letter is a lower caseL
) will display the stat level of the highest stat of the creature,highest2l
the second highest, it also works with3
and4
.- Naming patterns support a conditional expression that displays something if a certain stat is a top-stat (i.e. the highest of all creatures of the same species in the library). The syntax is
{{#if: isTopXX | text if true | text if false }}
.XX
has to be replaced with the English abbreviation of the according stat, e.g.HP
for Health,St
for Stamina, etc.. The text if false can be omitted. For example{{#if: isTopHP | TopHP | noTopHP }}
will result inTopHP
if the creature has a top stat in health and innoTopHP
else. You can also use other patterns in the conditional expression like{{#if: isTopHP | HP {hp} }}
, which will result inHP 42
if the creature has 42 levels in HP and if this is a top stat. If you use patterns in the conditional expression, note that before the two closing brackets there must not be a closing bracket of a pattern, leave a space there (which will be trimmed).{{#if: isTopHP | HP {hp}}}
will not work (note the three consecutive brackets at the end).
- Chinese translation by MicheaBoab, thanks!
Tweaks
- Improved generation calculation, this could freeze the app when adding creatures with a complex family tree
- The breeding planner will consider higher levels of stats with a weight of zero as better.
- More calculations for the multiplier tester.
Fixes
- Ignore exported rafts on import
- Parents are set correctly the first time when importing
General Infos
Which version to take?
- Use the setup-ArkSmartBreeding-(version).exe for an installation in the system's programs folder. Suitable for single user installations.
- Extract the ARK.Smart.Breeding_(version).zip in an arbitrary folder to use it as a portable or shared installation.
Species Images
The image-files have to be downloaded separately when using the zip version: Creature-Images. Extract the folder "img" to the same folder where the executable is located to get better visuals of the creature's colors. Currently 29 creatures are included. You don't need to redownload this file if you already have the creature-images.
Give Feedback on Discord, in the github-issues-section or on the official ARK-forums.
Fixes
0.34.7.1
Fixes
- Naming pattern casing fix
- Import Null-exception fix
0.34.7
Features
- New patterns for the name generator
highest1s
will display the stat name abbreviation of the highest stat of the creature,highest2s
the second highest, it also works with3
and4
.highest1l
(last letter is a lower caseL
) will display the stat level of the highest stat of the creature,highest2l
the second highest, it also works with3
and4
.- Naming patterns support a conditional expression that displays something if a certain stat is a top-stat (i.e. the highest of all creatures of the same species in the library). The syntax is
{{#if: isTopXX | text if true | text if false }}
.XX
has to be replaced with the English abbreviation of the according stat, e.g.HP
for Health,St
for Stamina, etc.. The text if false can be omitted. For example{{#if: isTopHP | TopHP | noTopHP }}
will result inTopHP
if the creature has a top stat in health and innoTopHP
else. You can also use other patterns in the conditional expression like{{#if: isTopHP | HP {hp} }}
, which will result inHP 42
if the creature has 42 levels in HP and if this is a top stat. If you use patterns in the conditional expression, note that before the two closing brackets there must not be a closing bracket of a pattern, leave a space there (which will be trimmed).{{#if: isTopHP | HP {hp}}}
will not work (note the three consecutive brackets at the end).
- Chinese translation by MicheaBoab, thanks!
Tweaks
- Improved generation calculation, this could freeze the app when adding creatures with a complex family tree
- The breeding planner will consider higher levels of stats with a weight of zero as better.
- More calculations for the multiplier tester.
Fixes
- Ignore exported rafts on import
- Parents are set correctly the first time when importing
General Infos
Which version to take?
- Use the setup-ArkSmartBreeding-(version).exe for an installation in the system's programs folder. Suitable for single user installations.
- Extract the ARK.Smart.Breeding_(version).zip in an arbitrary folder to use it as a portable or shared installation.
Species Images
The image-files have to be downloaded separately when using the zip version: Creature-Images. Extract the folder "img" to the same folder where the executable is located to get better visuals of the creature's colors. Currently 29 creatures are included. You don't need to redownload this file if you already have the creature-images.
Give Feedback on Discord, in the github-issues-section or on the official ARK-forums.
Naming patterns. Chinese translation.
0.34.7
Features
- New patterns for the name generator
highest1s
will display the stat name abbreviation of the highest stat of the creature,highest2s
the second highest, it also works with3
and4
.highest1l
(last letter is a lower caseL
) will display the stat level of the highest stat of the creature,highest2l
the second highest, it also works with3
and4
.- Naming patterns support a conditional expression that displays something if a certain stat is a top-stat (i.e. the highest of all creatures of the same species in the library). The syntax is
{{#if: isTopXX | text if true | text if false }}
.XX
has to be replaced with the English abbreviation of the according stat, e.g.HP
for Health,St
for Stamina, etc.. The text if false can be omitted. For example{{#if: isTopHP | TopHP | noTopHP }}
will result inTopHP
if the creature has a top stat in health and innoTopHP
else. You can also use other patterns in the conditional expression like{{#if: isTopHP | HP {hp} }}
, which will result inHP 42
if the creature has 42 levels in HP and if this is a top stat. If you use patterns in the conditional expression, note that before the two closing brackets there must not be a closing bracket of a pattern, leave a space there (which will be trimmed).{{#if: isTopHP | HP {hp}}}
will not work (note the three consecutive brackets at the end).
- Chinese translation by MicheaBoab, thanks!
Tweaks
- Improved generation calculation, this could freeze the app when adding creatures with a complex family tree
- The breeding planner will consider higher levels of stats with a weight of zero as better.
- More calculations for the multiplier tester.
Fixes
- Ignore exported rafts on import
- Parents are set correctly the first time when importing
General Infos
Which version to take?
- Use the setup-ArkSmartBreeding-(version).exe for an installation in the system's programs folder. Suitable for single user installations.
- Extract the ARK.Smart.Breeding_(version).zip in an arbitrary folder to use it as a portable or shared installation.
Species Images
The image-files have to be downloaded separately when using the zip version: Creature-Images. Extract the folder "img" to the same folder where the executable is located to get better visuals of the creature's colors. Currently 29 creatures are included. You don't need to redownload this file if you already have the creature-images.
Give Feedback on Discord, in the github-issues-section or on the official ARK-forums.
Breeding Planner Weights more accessible
0.34.6
Features
- Notes can be displayed in the overlay by enabling the checkbox
Fixes
- Color import works again
0.34.5
Tweaks
- Breeding planner presets moved to own box (were hidden in a context menu before)
- More French translation, thanks to Yanuut
- added mutations counter to spreadsheet export
- completed list of species that can show wrong stats ingame, as possible reason for failed extractions
- update species list after unloading mods
Fixes
- Fix saving breeding weights
- Fix saving neutered setting
- name fix in taming data, prevented display of taming food for dire bear and ichthyosaur
General Infos
Which version to take?
- Use the setup-ArkSmartBreeding-(version).exe for an installation in the system's programs folder. Suitable for single user installations.
- Extract the ARK.Smart.Breeding_(version).zip in an arbitrary folder to use it as a portable or shared installation.
Species Images
The image-files have to be downloaded separately when using the zip version: Creature-Images. Extract the folder "img" to the same folder where the executable is located to get better visuals of the creature's colors. Currently 29 creatures are included. You don't need to redownload this file if you already have the creature-images.
Give Feedback on Discord, in the github-issues-section or on the official ARK-forums.