Skip to content
Alexander Puck Neuwirth edited this page Jul 24, 2022 · 7 revisions

Welcome to the tyrant_optimize wiki!

Origin: https://www.kongregate.com/forums/2468-general/topics/618298-sim-tyrant-unleashed-optimizer-neon-genesis

Build Status Coverage Status paypal: [email protected] (if you want to support this project)

Changelog:

https://github.com/APN-Pucky/tyrant_optimize/commits/merged

[v2.58.17]: Support Skill Hunt

[v2.58.16]: Support BGE Devotion

[v2.58.15]: Fix allegiance summon bug

[v2.58.14]: Fixed structure absorption reset bug

[v2.58.10]: Dominion options renamed

[v2.58.09]: Fixed summoned structure delay reduction bug

[v2.58.07]: Support Bravery Skill

[v2.58.04]: Support Mono sim

[v2.58.01]: Support BGE Unity

[v2.58.00]: Simulated Annealing

[v2.57.05]: Absorb Skill Hotfix

[v2.57.02]: Fixed Swipe/Drain Enfeeble/Protect Source Bug

[v2.57.00]: Absorb Skill

[v2.56.00]: New Dominion System and Subdue Bug fix

[v2.55.01]: War Score Calculations VS Core

[v2.55.00]: Support BGE Iron-Will

[v2.54.10]: Fixed On-Attacked target when no damage is dealt

[v2.54.09]: Summon on trigger bug for rush and structures

[v2.54.08]: Fixed multiple summons on trigger bug

Important Changes:

v2.58.10

  • Renamed Dominion options are 'dom-none', 'dom-owned' and 'dom-maxed'.
  • 'dom+' = 'dom-owned', dominions from deck and ownedcards. (default)
  • 'dom-' = 'dom-maxed', all maxed dominions and those from deck and ownedcards.
  • nothing = 'dom-none', only the dominion in the deck will be used as a dominion.

v2.58.07

  • Support Bravery Skill

v2.58.04

  • New option 'mono' or '-m' followed by a faction's name.
  • E.g. 'mono imperial', will only consider imperial cards (commander, units, structures and dominion) to improve the start deck.
  • Note that, when the sim is started with cards from other factions these might still show up in the final simmed deck.

**v2.58.00 **

  • New climb-algorithm simulated annealing
  • The algorithm is heavily stochastic, so don't expect the same results from runnning the same sim (except using same seeds).
  • By now this algorithm is still being tested.
  • It takes(similar to climbex) three parameters:
    • itterations (recommended: 500)
    • initial 'temperature' (recommended: 100)
    • exponetial decrease of temperature (recommended: 0.001)

v2.57.05

  • Support Absorb Skill

v2.56.0

  • Negative Attacks Subdue Bug fixed
  • New dominion options:
  • 'dom+': will sim all dominions in your inventory and deck
  • 'dom-': will sim all maximum dominions and all dominions in your inventory and deck
  • ' ' : the dominion in the curent deck will be used
  • Adding Dominion Shards to your inv doesn't change anything now.
  • To see which dominions are simmed use the verbose option '+v' and look for the message 'next Alpha Dominion candidate'

v2.55.1:

  •   The options/modes gw and gw-defense calculate the core damage score now.
    

v2.54.8:

  •   Cards like Hell King Hades, Bunker Builder,etc. did summon their cards on the trigger and at the end of their delay.
    

I do not update the sourceforge page, but there are some people updating it sometimes with new runnables for 64 and 32 bit. Be sure to check the version of their release.

Great TUO Guides

japaneseman: https://newhope777.wordpress.com/2015/08/03/how-to-use-tuo/

lucasbc92: https://docs.google.com/document/d/1n0lncyqaqBv7hRS4R8Nsx5_SZ_0gXH9WyjBgyKPzwyo

Building TUO on your OS

Windows:

https://newhope777.wordpress.com/2016/04/20/how-to-compile-the-source-code-of-tuo-windows/

Linux:

https://github.com/APN-Pucky/tyrant_optimize/blob/merged/README.md

Mac:

https://github.com/APN-Pucky/tyrant_optimize/wiki/Mac

Originally posted by DR_F3LL:

Terminal:

  1. "xcode-select --install"
  2. "brew install boost"
  3. "brew install git"
  4. cd to wanted tuo-install directory
  5. "git clone https://github.com/APN-Pucky/tyrant_optimize.git"
  6. "cd tyrant_optimize"
  7. "make rebuild -f make/Makefile.osx" or "make rebuild"
  8. "chmod 755 tuo.osx"
  9. ./update_xmls.sh

In order to get a new updated version you can use:

  1. cd tyrant_optimize
  2. "git pull"
  3. "make rebuild -f make/Makefile.osx" or "make rebuild"

Let me know if you got any ideas.