-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
config.json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
////===========================//// | ||
////===========================//// | ||
//// //// | ||
//// Skip Videos for D2RMM //// | ||
//// v0.0.0 //// | ||
//// //// | ||
////===========================//// | ||
////===========================//// | ||
|
||
// under construction |
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
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 | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# D2RMM-Skip-Videos | ||
# Skip Videos for D2RMM | ||
|
||
Under construction. |