diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d344ba6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.json diff --git a/CaedendiSkipVideos/mod.js b/CaedendiSkipVideos/mod.js new file mode 100644 index 0000000..60a5ee3 --- /dev/null +++ b/CaedendiSkipVideos/mod.js @@ -0,0 +1,10 @@ +////===========================//// +////===========================//// +//// //// +//// Skip Videos for D2RMM //// +//// v0.0.0 //// +//// //// +////===========================//// +////===========================//// + +// under construction \ No newline at end of file diff --git a/CaedendiSkipVideos/mod.json b/CaedendiSkipVideos/mod.json new file mode 100644 index 0000000..94d570a --- /dev/null +++ b/CaedendiSkipVideos/mod.json @@ -0,0 +1,23 @@ +{ + "name": "Skip Videos", + "description": "Remove the intro videos when launching D2R and the cinematic cutscenes when transitioning between acts by replacing them with empty files.", + "author": "Caedendi", + "website": "https://www.nexusmods.com/diablo2resurrected/mods/397", + "version": "1.0.0", + "config": [ + { + "id": "RemoveLaunch", + "type": "checkbox", + "name": "Skip Launch Intros", + "description": "Skip the intro videos that play when the game is launched.", + "defaultValue": true + }, + { + "id": "RemoveCutscenes", + "type": "checkbox", + "name": "Skip Cutscenes", + "description": "Skip the cinematic cutscenes that play when transitioning between acts.", + "defaultValue": true + } + ] +} diff --git a/README.md b/README.md index f548804..73447c1 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# D2RMM-Skip-Videos \ No newline at end of file +# Skip Videos for D2RMM + +Under construction. \ No newline at end of file