ItsVerday / LuckyAPI

A modloader for Luck be a Landlord
https://discord.gg/7ZncdvbXp7
MIT License
12 stars 7 forks source link

Add a way to hook into the game's random number generator #6

Open ItsVerday opened 3 years ago

ItsVerday commented 3 years ago

Is your feature request related to a problem? Please describe. There is no way to control or manipulate the game's RNG - e.g. making a run seeded.

Describe the solution you'd like Add a way to hook into the game's RNG and modify it, as requested by Xom#7240 in the discord.

Describe alternatives you've considered Adding a seed variable somewhere that is used as the run's seed, but this provides less control than a hook.

Additional context Would likely be a function in mod.gd that returns floats between 0 and 1.