Skip to content

Commit

Permalink
fix for extraction of creatures that can have a negative stat-value (…
Browse files Browse the repository at this point in the history
…e.g. Griffin HP at level 1). top-creatures (only top-stats in the considered stats) are marked extra now in the library. changed TE-extraction, now uses TE of stat with highest value, instead of mean of all TEs. added option to consider only non-mutated creatures in the breeding planner. fixed issue with correct parents for the offspring calculations in the breeding-planner when using filters. changed layout for breeding-plan, so different dpi-settings will show it correctly. improved extraction by reducing the possible level-combinations (thanks to @VolatilePulse). added resize-factor for OCR for larger resolutions that need larger fonts. speech-recognition recognizes aliases.
  • Loading branch information
cadaei committed Mar 11, 2018
1 parent 7cc8d06 commit 2755eef
Show file tree
Hide file tree
Showing 31 changed files with 674 additions and 394 deletions.
1 change: 1 addition & 0 deletions ARKBreedingStats/ARKBreedingStats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<DependentUpon>SpeciesSelector.cs</DependentUpon>
</Compile>
<Compile Include="species\BreedingData.cs" />
<Compile Include="species\BreedingPair.cs" />
<Compile Include="species\ColorRegion.cs" />
<Compile Include="Creature.cs" />
<Compile Include="CreatureBox.cs">
Expand Down
3 changes: 3 additions & 0 deletions ARKBreedingStats/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
<setting name="importChangeCreatureStatus" serializeAs="String">
<value>True</value>
</setting>
<setting name="MutationLimitBreedingPlanner" serializeAs="String">
<value>20</value>
</setting>
</ARKBreedingStats.Properties.Settings>
</userSettings>
</configuration>
49 changes: 48 additions & 1 deletion ARKBreedingStats/BreedingPlan.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2755eef

Please sign in to comment.