Vyalkuran wrote: ↑Mon Jan 06, 2025 3:28 pm
I looked through the topic but I couldn't find an answer, everything hooks and works fine but for some reason the loot seed randomizer does not, perhaps I'm trying to use it wrong? Does it need to be in main menu for a brand new playthrough or something?
Hi. That option is set to Default Loot (no alterations to loot seeds) by default.
The displayed "Active Seed #" will show you what the loot seed number is for the last loot that spawned.
If you'll take note of the "Notes: Usage" on the option, after activating the option, you must change the Loot Seed Mode from being Default, to being either Custom or Random.
If you set it to Random, it will randomize the loot seed for each loot that spawns.
If you set it to Custom, it will always be locked at the seed number you have specified in the script for being the Custom Seed number. Or you can change the active custom Loot Seed # in the Custom Seed # field.
I see now that I made a typo in the notes for the numbers of the pre-defined option values.
The option dropdown has:
0 = Default
1 = Random
2 = Custom
The note states that Custom is 0, Random is 1 and Default is 2.
It's only a text error I made in the notes as the dropdown options and the text in the script both note the option values correctly.
So you should be able to activate the script, change the Loot Seed Mode to Random, or to Custom and then set the Loot Seed number you want always active. You can also set the option default values in the script so you can have it always set to Random, or to Custom with a specific seed number just by activating the option.
_____
EDIT: Also a note for everyone regarding the table's "Activate All" lag/delay
If you notice that the table takes 4-8 seconds to Activate All options after you latch it to the game, this Loot Seed Randomizer option is the cause for the activation delay as it is calling the "ucrt1rand" number randomizer which takes a few seconds. If you want to get ride of the Activate All delay and do not use or ever intend to use this option, just move the option outside of the Activate All section or just outright delete the option.