Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Static Output name #373

Open
Crain-32 opened this issue Apr 9, 2024 · 0 comments
Open

Feature Request - Static Output name #373

Crain-32 opened this issue Apr 9, 2024 · 0 comments

Comments

@Crain-32
Copy link

Crain-32 commented Apr 9, 2024

In randomizer.py the randomized iso is saved using the following.

    if self.export_disc_to_folder:
      output_folder_path = os.path.join(self.randomized_output_folder, "WW Random %s" % self.seed)
      yield from self.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)
      yield from self.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant