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.