-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yaml.example
43 lines (38 loc) · 2.87 KB
/
config.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Gamestate and step counter determine starting point of the run.
# "none" and 1 to start from the New Game command.
gamestate : "none" # See json_ai_files/save_load_details.json for valid states.
step_counter : 1 # Valid step_counter values depend on gamestate.
vars:
# Game modes
game_mode : "test" # "test" will speed up battles and cheat at Blitzball
# "normal" and "speed" do a regular run
# "story" is normal but plays cutscenes and dialog
# "swag" is normal but with some swag elements added in
# "blitz_only" will run through Blitz, record results, and reset. Same as normal mode
nemesis_value : False # True for Nemesis run, False for regular Any% (with or without CSR).
# RNG modes
# Set game_patched to True if you have patched your FFX.exe using
# "rng_mod_patch.py" in /tools. Otherwise set to False.
game_patched : True # If True, select the rng_mode you prefer below.
rng_mode : "set" # "set" runs the desired set seed
# "random" runs any of the 256 possible seeds, chosen randomly
# "preferred" runs a seed out of the preferred list (vars.py -> rng_preferred_seeds)
# "truerng" runs assuming no manips and thus should be compatible with truerng
rng_seed_num : 31 # Set your desired seed for "set" mode.
# Cosmetics / Other
original_soundtrack : False # Selects the original or arranged soundtrack.
force_loop : False # After finishing a run, automatically start a new one.
generate_saves : False # True creates saves on most save spheres.
# System
save_path : "" # Overwrite the default savefile folder location in case it's non-standard.
# Leave blank ("") to use the default path.
# Example path: "C://Users//username//OneDrive//Dokumente//SQUARE ENIX//FINAL FANTASY X&X-2 HD Remaster//FINAL FANTASY X//""
# Note the double forward slashes and make sure they are also at the end of the path.
artificial_pauses : False # If you have a bad computer or are noticing dropped inputs, set this to True. Otherwise, leave as False.
logging:
show_images : False # Display in-console ASCII images.
terminal_width : 60 # Number of columns in terminal, used for show_images.
color_log : False # Colors the console output. May not work on some systems.
verbosity : DEBUG # Verbosity of log messages in the console.
# These are the valid levels: DEBUG, MANIP, INFO, WARNING, ERROR, CRITICAL
# Full log will always be available in a file.