Forum rules - please read before posting.

reset options to default

is there an action list or can i make an action that restores the game options (sound volumes, languae) to default settings? 
i want to have a reset all button on my options menu

Comments

  • dont know.

    cant you just set things when press button? Its only three things in an action
  • perhaps, but i was hoping there was something already made
  • No.  A simple Action could set default values - including custom options you may have:

    // Set the SFX volume
    Options.optionsData.sfxVolume = 0.7f;
    // Update all SFX Sound objects
    KickStarter.options.SetVolume (SoundType.SFX);
    // Save
    Options.SavePrefs ();
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.