Skip to content

Define a config value for starting preset #6

@benfiola

Description

@benfiola

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 intialPreset with a default value of "Random".
  • On mod launch, set globalValues.forcedPreset = config.initialPreset

In any case, appreciate the mod - thanks for the hard work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions