Arrayify Entrance Rando
This commit is contained in:
@@ -16,7 +16,7 @@ def loadcliargs(gui, args):
|
||||
gui.dungeonRandoWindow.dungeonWidgets["smallkeyshuffle"].storageVar.set(args.keyshuffle)
|
||||
gui.dungeonRandoWindow.dungeonWidgets["bigkeyshuffle"].storageVar.set(args.bigkeyshuffle)
|
||||
gui.pages["randomizer"]["item"].itemWidgets["retro"].storageVar.set(args.retro)
|
||||
gui.entrandoWindow.entrandoWidgets["openpyramid"].storageVar.set(args.openpyramid)
|
||||
gui.pages["randomizer"].pages["entrance"].entrandoWidgets["openpyramid"].storageVar.set(args.openpyramid)
|
||||
gui.gameOptionsWindow.gameOptionsWidgets["quickswap"].storageVar.set(int(args.quickswap))
|
||||
gui.gameOptionsWindow.gameOptionsWidgets["nobgm"].storageVar.set(int(args.disablemusic))
|
||||
if args.multi:
|
||||
@@ -36,7 +36,7 @@ def loadcliargs(gui, args):
|
||||
gui.pages["randomizer"]["item"].itemWidgets["crystals_gt"].storageVar.set(args.crystals_gt)
|
||||
gui.pages["randomizer"]["item"].itemWidgets["crystals_ganon"].storageVar.set(args.crystals_ganon)
|
||||
gui.pages["randomizer"]["item"].itemWidgets["sortingalgo"].storageVar.set(args.algorithm)
|
||||
gui.entrandoWindow.entrandoWidgets["entranceshuffle"].storageVar.set(args.shuffle)
|
||||
gui.pages["randomizer"].pages["entrance"].entrandoWidgets["entranceshuffle"].storageVar.set(args.shuffle)
|
||||
gui.dungeonRandoWindow.dungeonWidgets["dungeondoorshuffle"].storageVar.set(args.door_shuffle)
|
||||
gui.dungeonRandoWindow.dungeonWidgets["experimental"].storageVar.set(args.experimental)
|
||||
gui.gameOptionsWindow.gameOptionsWidgets["heartcolor"].storageVar.set(args.heartcolor)
|
||||
@@ -44,7 +44,7 @@ def loadcliargs(gui, args):
|
||||
gui.gameOptionsWindow.gameOptionsWidgets["menuspeed"].storageVar.set(args.fastmenu)
|
||||
gui.pages["randomizer"]["item"].itemWidgets["logiclevel"].storageVar.set(args.logic)
|
||||
gui.generationSetupWindow.romVar.set(args.rom)
|
||||
gui.entrandoWindow.entrandoWidgets["shuffleganon"].storageVar.set(args.shuffleganon)
|
||||
gui.pages["randomizer"].pages["entrance"].entrandoWidgets["shuffleganon"].storageVar.set(args.shuffleganon)
|
||||
gui.gameOptionsWindow.gameOptionsWidgets["hints"].storageVar.set(args.hints)
|
||||
gui.enemizerWindow.enemizerCLIpathVar.set(args.enemizercli)
|
||||
gui.enemizerWindow.enemizerWidgets["potshuffle"].storageVar.set(args.shufflepots)
|
||||
|
||||
Reference in New Issue
Block a user