This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Instantload- hold the instant load key during start up or on the main menu to immediately load the specified save. | |
--local instantLoad = "quiksave.ess" | |
--local instantLoadKey = tes3.scanCode.z | |
local config = mwse.loadConfig("pg_continue_config") | |
if not config then | |
config = { | |
hideCredits = false, | |
hideNewGame = false, | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Nexus Mods: Always Allow Mod Manager Download | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description Vortex might be problematic, but Mod Organizer 2 is not. This allows the "Mod Manager Download" button to always display, even if mod authors have flagged it as removed. | |
// @author NullCascade | |
// @match https://www.nexusmods.com/* | |
// @icon https://www.nexusmods.com/favicon.ico | |
// @grant none | |
// ==/UserScript== |