Skip to content

Commit

Permalink
under construction
Browse files Browse the repository at this point in the history
  • Loading branch information
Caedendi committed Jul 29, 2023
1 parent 3be7d41 commit 139a5f6
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config.json
10 changes: 10 additions & 0 deletions CaedendiSkipVideos/mod.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
////===========================////
////===========================////
//// ////
//// Skip Videos for D2RMM ////
//// v0.0.0 ////
//// ////
////===========================////
////===========================////

// under construction
23 changes: 23 additions & 0 deletions CaedendiSkipVideos/mod.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# D2RMM-Skip-Videos
# Skip Videos for D2RMM

Under construction.

0 comments on commit 139a5f6

Please sign in to comment.