# Restarting the tutorial

**URL:** https://discourse.stonehearth.net/t/restarting-the-tutorial/27631
**Category:** Gameplay
**Created:** [January 10, 2017, 6:41am UTC](https://discourse.stonehearth.net/t/restarting-the-tutorial/27631 "2017-01-10T06:41:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![elimix](https://avatars.discourse-cdn.com/v4/letter/e/898d66/32.png) [@elimix](https://discourse.stonehearth.net/u/elimix)
#### Post date: [January 10, 2017, 6:41am UTC](https://discourse.stonehearth.net/t/restarting-the-tutorial/27631/1 "2017-01-10T06:41:42Z")

</div>

When I started the game, I had a tutorial, but I was forced to close the game and if I didn’t have that game saved and in a new game I do not get a tutorial. Is there a way to enable it or delete saved settings to enable it?

---

<div class="post-metadata">

### Author: ![Doc\_Brano](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/doc_brano/32/50733_2.png) [@Doc\_Brano](https://discourse.stonehearth.net/u/Doc_Brano)
#### Post date: [January 10, 2017, 8:07am UTC](https://discourse.stonehearth.net/t/restarting-the-tutorial/27631/2 "2017-01-10T08:07:41Z")

</div>

well one way it gets returned is to remove the stonehearth files, leaving savegames, saved objects, screenshots and mods files where they are. You can then install the game again and start a new game which will start you off with the tutorial.

You could relocate the savefile so the game thinks there is no previous started game but i’m not sure if that works.

---

<div class="post-metadata">

### Author: ![illdred](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.stonehearth.net/illdred/32/51973_2.png) [@illdred](https://discourse.stonehearth.net/u/illdred)
#### Post date: [January 10, 2017, 8:10am UTC](https://discourse.stonehearth.net/t/restarting-the-tutorial/27631/3 "2017-01-10T08:10:35Z")

</div>

It is in the user\_settings.json file in the game’s folder.

change this section:

```json
"tutorial" : {
     "hideStartingTutorial" : true
},

```

into:

```json
"tutorial" : {
     "hideStartingTutorial" : false
},

```
