Skip to content

More Name Patterns

Compare
Choose a tag to compare
@cadon cadon released this 26 Dec 15:42
· 1552 commits to dev since this release

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 and vb_n for rounded integers. E.g. if a creature has a breeding value for HP of 12240, {hp_vb_k} will result in 12.
    • 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 in Re.
      • padleft / padright: {{#padleft:{<key>}|<totalLength>|<padding-character>}}. E.g. if the level of HP is 5, {{#padleft:{hp}|3|0}} will result in 005.
      • format: {{#format:{<key>}|<formatstring>}}. For possible format-strings see Numeric format string.

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.