If you want Tutorial Disabled Forever, So it never Resets or ever ever ever turns on.
Even if you click the checkbox it never "ticks"
Also if a File check occurs, your won't have to delete your file anymore.
If you are good with editing code, go into the configsource.xml.
Make the xml, into .txt then Press Ctrl+F to start the Search and type Tut, and press find.
go down a few lines and change the fallowing line <MaxValue type="int32" value="1" />
Change the Number 1 of the value to 0, and it should be <MaxValue type="int32" value="0" />
when you are done, save the txt, rename it to xml and there ya go.
(Should look like this when done)
Code:
- <item type="Option">
<Key type="wstring" value="Tutorial.Enable" />
<Name type="wstring" value="$Options.Tutorial_Name$" />
<Description type="wstring" value="$Options.Tutorial_Description$" />
<Description2 type="wstring" value="$Options.Tutorial_Description2$" />
<MinValue type="int32" value="0" />
<MaxValue type="int32" value="0" />
<Type type="int32" value="0" />
No more Tutorial even with Default Settings Pushed, Auto-Resets, Ticking option. And in your case File Checks.
--------
Wish we could upload .xml files here, or even .txt
I'd simply upload the modified file so people can just replace it, instead of perhaps making a mistake.