Pretty Entrando options
This commit is contained in:
@@ -11,7 +11,7 @@ def loadcliargs(gui,args):
|
||||
gui.dungeonRandoWindow.keyshuffleVar.set(args.keyshuffle)
|
||||
gui.dungeonRandoWindow.bigkeyshuffleVar.set(args.bigkeyshuffle)
|
||||
gui.itemWindow.itemWidgets["retro"].storageVar.set(args.retro)
|
||||
gui.entrandoWindow.openpyramidVar.set(args.openpyramid)
|
||||
gui.entrandoWindow.entrandoWidgets["openpyramid"].storageVar.set(args.openpyramid)
|
||||
gui.gameOptionsWindow.quickSwapVar.set(int(args.quickswap))
|
||||
gui.gameOptionsWindow.disableMusicVar.set(int(args.disablemusic))
|
||||
if args.multi:
|
||||
@@ -20,7 +20,7 @@ def loadcliargs(gui,args):
|
||||
gui.farBottomFrame.countVar.set(str(args.count))
|
||||
if args.seed:
|
||||
gui.farBottomFrame.seedVar.set(str(args.seed))
|
||||
gui.itemWindow.itemWidgets["worldState"].storageVar.set(args.mode)
|
||||
gui.itemWindow.itemWidgets["worldstate"].storageVar.set(args.mode)
|
||||
gui.itemWindow.itemWidgets["weapons"].storageVar.set(args.swords)
|
||||
gui.itemWindow.itemWidgets["itempool"].storageVar.set(args.difficulty)
|
||||
gui.itemWindow.itemWidgets["itemfunction"].storageVar.set(args.item_functionality)
|
||||
@@ -31,14 +31,14 @@ def loadcliargs(gui,args):
|
||||
gui.itemWindow.itemWidgets["crystals_gt"].storageVar.set(args.crystals_gt)
|
||||
gui.itemWindow.itemWidgets["crystals_ganon"].storageVar.set(args.crystals_ganon)
|
||||
gui.itemWindow.itemWidgets["sortingalgo"].storageVar.set(args.algorithm)
|
||||
gui.entrandoWindow.shuffleVar.set(args.shuffle)
|
||||
gui.entrandoWindow.entrandoWidgets["entranceshuffle"].storageVar.set(args.shuffle)
|
||||
gui.dungeonRandoWindow.doorShuffleVar.set(args.door_shuffle)
|
||||
gui.gameOptionsWindow.heartcolorVar.set(args.heartcolor)
|
||||
gui.gameOptionsWindow.heartbeepVar.set(args.heartbeep)
|
||||
gui.gameOptionsWindow.fastMenuVar.set(args.fastmenu)
|
||||
gui.itemWindow.itemWidgets["logicLevel"].storageVar.set(args.logic)
|
||||
gui.itemWindow.itemWidgets["logiclevel"].storageVar.set(args.logic)
|
||||
gui.generationSetupWindow.romVar.set(args.rom)
|
||||
gui.entrandoWindow.shuffleGanonVar.set(args.shuffleganon)
|
||||
gui.entrandoWindow.entrandoWidgets["shuffleganon"].storageVar.set(args.shuffleganon)
|
||||
gui.gameOptionsWindow.hintsVar.set(args.hints)
|
||||
gui.enemizerWindow.enemizerCLIpathVar.set(args.enemizercli)
|
||||
gui.enemizerWindow.potShuffleVar.set(args.shufflepots)
|
||||
|
||||
Reference in New Issue
Block a user