Skip to content

Naming patterns. Chinese translation.

Compare
Choose a tag to compare
@cadon cadon released this 01 Dec 19:04
· 1475 commits to dev since this release

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 with 3 and 4.
    • highest1l (last letter is a lower case L) will display the stat level of the highest stat of the creature, highest2l the second highest, it also works with 3 and 4.
    • 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 in TopHP if the creature has a top stat in health and in noTopHP else. You can also use other patterns in the conditional expression like {{#if: isTopHP | HP {hp} }}, which will result in HP 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.