OoT-Randomizer icon indicating copy to clipboard operation
OoT-Randomizer copied to clipboard

New SFX cosmetic : Rupee change

Open GSKirox opened this issue 1 year ago • 2 comments

Shoutouts to Maple for the great video reference with all sounds tested : https://youtu.be/2rYXG7XyYZE?si=maMx9DHe_fYEGeia

The Ear-Safe choice is using a new Painful Rupee tag different from the already existing Painful one, since it was not really accurate for sounds that play every frame as shown by the video.

GSKirox avatar Nov 08 '24 10:11 GSKirox

Getting this error when I choose random ear-safe (for any setting, not just this one) image

SoundHooks
Traceback (most recent call last):
  File "C:\Users\Caleb\Repos\OoT-Randomizer-Tests\OoTRandomizer.py", line 57, in start
    main(settings)
  File "C:\Users\Caleb\Repos\OoT-Randomizer-Tests\Main.py", line 57, in main
    patch_and_output(settings, spoiler, rom)
  File "C:\Users\Caleb\Repos\OoT-Randomizer-Tests\Main.py", line 327, in patch_and_output
    patch_cosmetics_log = prepare_rom(spoiler, world, rom, settings, rng_state, restore_rom)
  File "C:\Users\Caleb\Repos\OoT-Randomizer-Tests\Main.py", line 208, in prepare_rom
    cosmetics_log = patch_cosmetics(settings, rom)
  File "C:\Users\Caleb\Repos\OoT-Randomizer-Tests\Cosmetics.py", line 1265, in patch_cosmetics
    patch_func(rom, settings, log, cosmetic_context_symbols)
  File "C:\Users\Caleb\Repos\OoT-Randomizer-Tests\Cosmetics.py", line 790, in patch_sfx
    selection = random.choice(Sounds.get_hook_pool(hook, True)).value.keyword
  File "C:\Users\Caleb\Repos\OoT-Randomizer-Tests\Sounds.py", line 236, in get_hook_pool
    if sound_hook is Sounds.SoundHooks.RUPEE:
  File "C:\Users\Caleb\AppData\Local\Programs\Python\Python310\Lib\enum.py", line 437, in __getattr__
    raise AttributeError(name) from None
AttributeError: SoundHooks

cjohnson57 avatar Jan 14 '25 00:01 cjohnson57

Sorry for the long delay to address this 😢

GSKirox avatar Feb 27 '25 14:02 GSKirox