Skip to content

Commit

Permalink
SimpleTUOStarter Simulated Annealing
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Dec 3, 2017
1 parent 2849c61 commit 48f53fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimpleTUOptimizeStarter.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if (IniEffectNum = 0) {

Gui, Add, ComboBox, vEffect xs Choose%IniEffectNum% section, %BGEffects%
Gui, Add, DDL, altsubmit vMode Choose%IniMode%, Battle / Mission|Battle (defense)|GW / CQ / Surge|GW (defense)|Brawl|Brawl (defense)|Raid|Campaign
Gui, Add, DDL, altsubmit vOperation Group Choose%IniOperation% xs, Climb|Sim|Reorder|Climbex
Gui, Add, DDL, altsubmit vOperation Group Choose%IniOperation% xs, Climb|Sim|Reorder|Climbex|Anneal

Gui, Add, Text, ys, Endgame:
Gui, Add, Text, r1, Order:
Expand Down Expand Up @@ -126,7 +126,7 @@ Gui, Submit, NoHide ; save the changes and not hide the windows)
selTUO := (x86 ? "tuo-x86" : "tuo")
selMode := (Mode == 1 ? "pvp" : Mode == 2 ? "pvp-defense" : Mode == 3 ? "gw" : Mode == 4 ? "gw-defense" :Mode == 5 ? "brawl" : Mode == 6 ? "brawl-defense" : Mode == 7 ? "raid" : "campaign")
selOrder := (Order == 1 ? "random" : "ordered")
selOperation := (Operation == 1 ? "climb" : Operation == 2 ? "sim" : Operation == 3 ? "reorder": Operation == 4 ? "climbex" : anneal)
selOperation := (Operation == 1 ? "climb" : Operation == 2 ? "sim" : Operation == 3 ? "reorder": Operation == 4 ? "climbex" : "anneal")
selMySiege := (MySiege == "" ? "" : "yf """ MySiege """ ")
selEnemySiege := ( EnemySiege == "" ? "" : "ef """ EnemySiege """ ")
selVIP := ( VIP == "" ? "" : "vip """ VIP """ " )
Expand Down
Binary file modified SimpleTUOptimizeStarter.exe
Binary file not shown.

0 comments on commit 48f53fd

Please sign in to comment.