|
metadata
Origin: https://www.kongregate.com/forums/2468-general/topics/618298-sim-tyrant-unleashed-optimizer-neon-genesis
#### Latest version of TUO: https://github.com/APN-Pucky/tyrant_optimize/releases
[](https://travis-ci.org/APN-Pucky/tyrant_optimize) [](https://coveralls.io/github/APN-Pucky/tyrant_optimize?branch=merged)
paypal: apnpucky@gmail.com (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.
###### Mirrored Version: https://sourceforge.net/projects/tyrant-unleashed-optimizer/
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](/forums/2468/topics/939321?page=1#11717613)**:*
> 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.
|
|
|
metadata
|
|
|
metadata
|
|
|
metadata
|
|
|
metadata
Thanks for all your work.
Is On Attacked skills in TUO triggering only when the card with the On Attacked skill takes **damage** from an attack?
In TU, it doesn't work that way. On Attacked skills trigger even when a successful attack (aka. the card in front of you has Attack higher than zero) doesn't do damage, due to Barrier.
EDIT: tuodebug.exe from this version confirms the bug: https://pastebin.com/gg5rQ5UU
Notice at Turn 5, Medic should've attacked for 16\*2 = 32, but it attacks only for 16. Look at Turn 4 that Rally All 16 On Attacked triggers only once, it doesn't trigger when Grizzled Veteran flurries and does zero damage to Tomb due to Barrier. But in TU, it would trigger.
|
|
|
metadata
|
|
|
metadata
@lucasbc92 https://github.com/APN-Pucky/tyrant_optimize/releases/tag/v2.54.10
Thanks for checking.
TU is still behaving weird with a card that has on-death summon. The graphic show it in the spot of the card which died, but it takes attack damage from the card to the right.
|
|
|
metadata
Thanks for the fast bug fix!
|
|
|
metadata
> _Originally posted by **[DR_F3LL](/forums/338/topics/920187?page=1#11650056):**_
> @lucasbc92 https://github.com/APN-Pucky/tyrant_optimize/releases/tag/v2.54.10
> Thanks for checking.
>
> TU is still behaving weird with a card that has on-death summon. The graphic show it in the spot of the card which died, but it takes attack damage from the card to the right.
It's a visual bug. The summoned card actually drops to the far right, but it visually moves further to the left if the cards to the right of which it drops had died that turn. Technically, it only moves to the left at the very end of the turn, and stays on the very right before that, even if the cards keeping it there die.
|
|
|
metadata
@MrAchting Thanks, tuo behaves correct then.
|
|
|
metadata
Thank you for your hard work.
|
|
|
metadata
> _Originally posted by **[OGWarMetal](/forums/338/topics/920187?page=1#11652096):**_
> Thank you for your hard work.
Big time +1
|
|
|
metadata
Hey DR_F3LL, really appreciate your work for the community! Big THX!
I was wondering if you are able to make TUO handle multiple dominions in Ownedcards.txt?
I always get this error when I'm simming:
> Warning: ownedcards already contains alpha dominion (Alpha Bombard): removing additional Kleave's Nexus
|
|
|
metadata
Thanks for the fast Iron Will BGE implementation!
|
|
|
metadata
DR, thanks a lot for your efforts. As for building TUO on the mac, it should be pretty easy using the LiNUx package. if you make a linux bundle i probably can fix up a .sh executable for a mac version.
|
|
|
metadata
Why does my antivirus hit TUO starter as Spyware?
|
|
|
metadata
> *Originally posted by **[Sandalar](/forums/2468/topics/920187?page=1#11672783)**:*
> Why does my antivirus hit TUO starter as Spyware?
False positive. TUO starter is virus free.
|
|
|
metadata
Just how do you download from Github. I having problem for the TUstarterprogram to find a way to create and find again ownedcards.txt and customdecks.txt after downloading
|
|
|
metadata
you can upload (only the x86 for free) here: https://www.hybrid-analysis.com/ - it's a sandbox, so you can see what happens when you start the exe
|
|
|
metadata
@played_on_phone download starter and tuo from the link above (click on the files and save them). paste them in your tuo folder and overwrite the existing ones.
|
|
|
metadata
Trought hybrid-analysis I do not find the file. What do I have to search to find it. Searching TUO did not work. However I do download them as I think correctly and it did work. The problem is that the starterprogram can not find a path for ownedcards.txt and customdecks.txt even I save them in data folder. When I open the notepad a warning message pop up and says "The system can not find the specified path". That is the problem. Also I use x64 windows.
|
|
|
metadata
@played_on_phone can you post screenshots 1) from downloading and saving the file 2) from you tuo and data folder and 3) the pop-up message?
|
|
|
metadata
|
|
|
metadata
[v2.56.0] bump
Please let me know what you think about the new (shrinked) dominion system.
|
|
|
metadata
Thanks for recent updates.
I wanna ask you about possibility 2 options to implement in the future:
- possibility to sim specific faction (+/- Progenitors) - i know that i may create separate txt, but maybe some flag would make this easier,
- As im not biggest fan of dupes ;) sooo maybe some flag to set max number of copies of every card in deck.
Greetings
|