From 7b4582c1b1f495100f0baa83767878c37cf9724e Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 23 Jun 2014 20:23:59 +0200 Subject: - adjusted mod load order in hook.dll to match the one from the UI - bugfix: fnis checker took files in archives into consideration for hashing --- src/tutorials/tutorial_firststeps_main.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/tutorials/tutorial_firststeps_main.js') diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js index 97330a48..ae3f6923 100644 --- a/src/tutorials/tutorial_firststeps_main.js +++ b/src/tutorials/tutorial_firststeps_main.js @@ -46,6 +46,7 @@ function getTutorialSteps() function() { tutorial.text = qsTr("Before we start installing mods, let's have a quick look at the settings.") + manager.activateTutorial("SettingsDialog", "tutorial_firststeps_settings.js") highlightAction("actionSettings", true) tutorialControl.waitForAction("actionSettings") }, @@ -57,15 +58,21 @@ function getTutorialSteps() }, function() { - tutorial.text = qsTr("There are a few ways to get mods into ModOrganizer. You can use your regular browser to send download from Nexus to MO. " - + "Click on \"Nexus\" to open the appropriate nexusmods page. This will also register ModOrganizer as the downloader " - + "for \"nxm links\" for the game MO is managing. \"nxm links\" are the green buttons on Nexus saying \"Download with Manager\".") + tutorial.text = qsTr("There are a few ways to get mods into ModOrganizer. " + + "If you associated MO with NXM links in the settings you can now use your regular browser to send download from Nexus to MO. " + + "Click on \"Nexus\" to open nexus, find a mod and click the green download buttons on Nexus saying \"Download with Manager\".") highlightAction("actionNexus", true) tutorialControl.waitForAction("actionNexus") }, function() { - tutorial.text = qsTr("Downloads will appear here. Please download at least one mod, then double click it to install.") + tutorial.text = qsTr("You can also install mods from disk using the \"Install Mod\" button.") + highlightAction("actionInstallMod", false) + waitForClick() + }, + + function() { + tutorial.text = qsTr("Downloads will appear here. You have to download at least one mod to proceed.") applicationWindow.modInstalled.connect(nextStep) highlightItem("downloadView", true) }, @@ -77,13 +84,6 @@ function getTutorialSteps() waitForClick() }, - function() { - tutorial.text = qsTr("This is how to get mods from Nexus.\n" - + "You can also install mods from disk using the \"Install Mod\" button.") - highlightAction("actionInstallMod", false) - waitForClick() - }, - function() { unhighlight() tutorial.text = qsTr("Now you know all about downloading and installing mods but they are not enabled yet...") -- cgit v1.3.1