-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Rather than have the mod default to the Random preset - could there be a configuration key that defines which preset to use? This allows the setting to be configured purely server side (vs. requiring a client, through BepInEx, to set the new preset through the server endpoint).
One naive approach could be:
- Defining a configuration key
intialPresetwith a default value of"Random". - On mod launch, set
globalValues.forcedPreset = config.initialPreset
In any case, appreciate the mod - thanks for the hard work!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels