Pythonify values
This commit is contained in:
38
CLI.py
38
CLI.py
@@ -323,8 +323,8 @@ def get_settings():
|
||||
settings = {
|
||||
"multi": 1,
|
||||
"names": "",
|
||||
"seed": null,
|
||||
"count": null,
|
||||
"seed": None,
|
||||
"count": None,
|
||||
"mode": "open",
|
||||
"logic": "noglitches",
|
||||
"goal": "ganon",
|
||||
@@ -343,28 +343,28 @@ def get_settings():
|
||||
"heartbeep": "normal",
|
||||
"heartcolor": "red",
|
||||
"fastmenu": "normal",
|
||||
"create_spoiler": false,
|
||||
"skip_playthrough": true,
|
||||
"suppress_rom": false,
|
||||
"openpyramid": false,
|
||||
"mapshuffle": false,
|
||||
"compassshuffle": false,
|
||||
"keyshuffle": false,
|
||||
"bigkeyshuffle": false,
|
||||
"retro": false,
|
||||
"quickswap": false,
|
||||
"disablemusic": false,
|
||||
"create_spoiler": False,
|
||||
"skip_playthrough": True,
|
||||
"suppress_rom": False,
|
||||
"openpyramid": False,
|
||||
"mapshuffle": False,
|
||||
"compassshuffle": False,
|
||||
"keyshuffle": False,
|
||||
"bigkeyshuffle": False,
|
||||
"retro": False,
|
||||
"quickswap": False,
|
||||
"disablemusic": False,
|
||||
"ow_palettes": "default",
|
||||
"uw_palettes": "default",
|
||||
"shuffleganon": true,
|
||||
"hints": false,
|
||||
"shuffleganon": True,
|
||||
"hints": False,
|
||||
"enemizercli": os.path.join(".","EnemizerCLI","EnemizerCLI.Core"),
|
||||
"shufflebosses": "none",
|
||||
"shuffleenemies": "none",
|
||||
"enemy_health": "default",
|
||||
"enemy_damage": "default",
|
||||
"shufflepots": false,
|
||||
"custom": false,
|
||||
"shufflepots": False,
|
||||
"custom": False,
|
||||
"customitemarray": [
|
||||
0,
|
||||
0,
|
||||
@@ -439,8 +439,8 @@ def get_settings():
|
||||
0
|
||||
],
|
||||
"rom": os.path.join(".","Zelda no Densetsu - Kamigami no Triforce (Japan).sfc"),
|
||||
"sprite": null,
|
||||
"randomSprite": false,
|
||||
"sprite": None,
|
||||
"randomSprite": False,
|
||||
"outputpath": os.path.join(".")
|
||||
}
|
||||
if sys.platform.lower().find("windows"):
|
||||
|
||||
Reference in New Issue
Block a user