diff options
| author | Tannin <devnull@localhost> | 2013-06-29 18:04:10 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-06-29 18:04:10 +0200 |
| commit | fe37b48dffd8edcd6e30f4e304d3e27a731ac8ae (patch) | |
| tree | e996c5d329d9abf77bcd12af4d05238fd6ebca1f /src/tutorials | |
| parent | f8c683f700a3fff30540ff343df2bfba15080e86 (diff) | |
- caching of downloadwidgets to fix performance problem, currently broken and disabled
- added new state for downloads "uninstalled" for mods that were at one point installed and then removed
- user-configured server preference is now used
- updated tutorial to account for removal of integrated browser
- reverted to qt 4
- using performance optimised findfirstfile on win vista and up
- bugfix: it was possible to disable all columns of the mod list
- bugfix: hook.dll doesn't load on win xp
Diffstat (limited to 'src/tutorials')
| -rw-r--r-- | src/tutorials/tutorial_firststeps_main.js | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js index 9785dc42..150fde84 100644 --- a/src/tutorials/tutorial_firststeps_main.js +++ b/src/tutorials/tutorial_firststeps_main.js @@ -43,9 +43,10 @@ function getTutorialSteps() },
function() {
- tutorial.text = qsTr("There are a few ways to get mods into ModOrganizer. The easiest is to use the embedded nexus browser. Click \"Nexus\"")
+ tutorial.text = qsTr("There are a few ways to get mods into ModOrganizer. You can use your regular browser to send download from nexusmods 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\".")
highlightAction("actionNexus", true)
- manager.activateTutorial("NexusDialog", "tutorial_firststeps_browser.js")
tutorialControl.waitForAction("actionNexus")
},
@@ -63,14 +64,7 @@ function getTutorialSteps() },
function() {
- tutorial.text = qsTr("I promised you multiple ways of getting mods into MO. Please open the settings dialog now.")
- highlightAction("actionSettings", true)
- manager.activateTutorial("SettingsDialog", "tutorial_firststeps_settings.js")
- tutorialControl.waitForAction("actionSettings")
- },
-
- function() {
- tutorial.text = qsTr("So far I only showed you how to get mods from Nexus.\n"
+ 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()
|
