Page 1 of 1

How to unlock ingame tutorials ?

Posted: Sun Aug 30, 2020 12:17 am
by volkoff
Greetings!!!

Does someone have a bug when you completed a game, launched rocket but in-game tutorials still unavailable? (watch screenshot)
Maybe trhat happened because i launched this save in multiplayer few times ? (so that is a bug . then still not available in singleplayer)
How to unlock them ? maybe with some console command ? (will it lock achievements in this case ??)

direct link to fullsize screenshot
screenshot

Thank you.

Re: How to unlock ingame tutorials ?

Posted: Sun Aug 30, 2020 12:37 am
by Loewchen
I think they unlock on specific research being completed, no idea why it did not trigger for you. You could start a new map and complete all research via command and it would make tutorials available in general or you can edit your player-data.json file and set all to "suggested".
Look for those entries and add them if they are missing:

Code: Select all

 
  "tutorials": 
  {
    "stack-transfers": 
    {
      "status": "suggested"
    },
    "logistic-system-basic": 
    {
      "status": "completed"
    },
    "construction-robots": 
    {
      "status": "completed"
    },
    "trains-basics": 
    {
      "status": "completed"
    },
    "trains-ghost-rail-planner": 
    {
      "status": "completed"
    },
    "trains-stations": 
    {
      "status": "completed"
    },
    "trains-basic-signals": 
    {
      "status": "completed"
    },
    "trains-advanced-signals": 
    {
      "status": "completed"
    }
  },

Re: How to unlock ingame tutorials ?

Posted: Sun Aug 30, 2020 12:50 am
by volkoff
Loewchen wrote: Sun Aug 30, 2020 12:37 am I think they unlock on specific research being completed, no idea why it did not trigger for you. You could start a new map and complete all research via command and it would make tutorials available in general or you can edit your player-data.json file and set all to "suggested".
Look for those entries and add them if they are missing:

Yes, that helped.
https://i.ibb.co/Hh3chWn/3333.jpg
Thank you! :)