Skip to content

Instantly share code, notes, and snippets.

View NullCascade's full-sized avatar

NullCascade NullCascade

View GitHub Profile
@NullCascade
NullCascade / main.lua
Created April 3, 2020 02:23
Continue fix
-- 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,
}
@NullCascade
NullCascade / downloadWithModManagerAlways.user.js
Last active June 20, 2022 19:07
Nexus Mods: Always Allow Mod Manager Download
// ==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==