You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In randomizer.py the randomized iso is saved using the following.
ifself.export_disc_to_folder:
output_folder_path=os.path.join(self.randomized_output_folder, "WW Random %s"%self.seed)
yieldfromself.gcm.export_disc_to_folder_with_changed_files(output_folder_path)
else:
output_file_path=os.path.join(self.randomized_output_folder, "WW Random %s.iso"%self.seed)
yieldfromself.gcm.export_disc_to_iso_with_changed_files(output_file_path)
Being able to specify a specific filename and save/overwrite an existing ISO would be great for people who use small USB/SD cards for Console, and don't want to keep the old ISOs around.
The text was updated successfully, but these errors were encountered:
In
randomizer.py
the randomized iso is saved using the following.Being able to specify a specific filename and save/overwrite an existing ISO would be great for people who use small USB/SD cards for Console, and don't want to keep the old ISOs around.
The text was updated successfully, but these errors were encountered: