-
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.
Initial release!
- Loading branch information
Showing
36 changed files
with
103 additions
and
3 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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
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,3 +1,68 @@ | ||
# Skip Videos for D2RMM | ||
|
||
Under construction. | ||
Remove the intro videos when launching D2R and the cinematic cutscenes when transitioning between acts by replacing them with empty files. Works with D2RMM. | ||
|
||
This mod merges [Skip Videos](https://www.nexusmods.com/diablo2resurrected/mods/331) by [Caleb and Friends](https://www.nexusmods.com/diablo2resurrected/users/171503373) and [Skip Intro Videos for D2RMM](https://www.nexusmods.com/diablo2resurrected/mods/397) by [olegbl](https://www.nexusmods.com/diablo2resurrected/users/353885) into a single D2RMM mod. | ||
|
||
Both video types can be either enabled or disabled using the D2RMM settings. | ||
|
||
|
||
## Changelog | ||
|
||
### 1.0.0 | ||
|
||
Initial release! | ||
|
||
|
||
## How to Install | ||
|
||
- Download and install [D2RMM](https://www.nexusmods.com/diablo2resurrected/mods/169), then run it. | ||
- Download and extract this mod folder to /D2RMM/mods/. | ||
- See D2RMM instructions on how to configure and enable. | ||
- Play the game! | ||
|
||
|
||
## Roadmap | ||
|
||
None at the moment. If you have a request for a feature, please open a GitHub issue (preferred) or post a comment on Nexus Mods. | ||
|
||
|
||
## Recommended Mods | ||
|
||
In addition to this, I recommend you also use the following D2RMM mods: | ||
|
||
| Mod | Creator | Notes | | ||
|------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------:|----------------------------------------------------------------------------------------------------| | ||
| [Disable Battle.net](https://github.com/olegbl/d2rmm.mods) | [olegbl](https://github.com/olegbl) | So you don't accidentally get yourself banned. | | ||
| [Improved Potion Visibility](https://www.nexusmods.com/diablo2resurrected/mods/384) | [MetalTxus](https://www.nexusmods.com/diablo2resurrected/users/18894694) | Changes healing/mana potion sprites so it's easier to distinguish different potion levels. | | ||
| [UI Fixes](https://www.nexusmods.com/diablo2resurrected/mods/387) | [MetalTxus](https://www.nexusmods.com/diablo2resurrected/users/18894694) | Fixes the placement of a few item grids. | | ||
| [Towns QoL Changes](https://www.nexusmods.com/diablo2resurrected/mods/310) | [night0wl117](https://www.nexusmods.com/diablo2resurrected/users/33697975) | Move town starting points, TP locations and Cain's position in Act 5. | | ||
| [Town Cast](https://www.nexusmods.com/diablo2resurrected/mods/183) | [olegbl](https://github.com/olegbl) | Teleport and buff in town. _(BREAKING: allows teleporting past Jerhyn during the Act 2 questline)_ | | ||
| [Caedendi's Extended Loot Filter](https://www.nexusmods.com/diablo2resurrected/mods/361) | [Caedendi](https://www.nexusmods.com/diablo2resurrected/users/179695179) (me) | Expansive customizable loot filter including ilvl, item quality and extended light pillar support. | | ||
| [Settings Font Fix](https://www.nexusmods.com/diablo2resurrected/mods/200) | [olegbl](https://github.com/olegbl) | In case any mod touches __profilehd_ and screws up the font size in the settings menu. | | ||
|
||
|
||
## License/Permissions | ||
|
||
This code is licensed under GPL. | ||
|
||
You are free to use and distribute all code in this mod, as long as you ask for permission (and permission is given), it stays open source, free of charge and all due credit is given. | ||
|
||
If you are trying to profit off this mod in any way, then you're a dick and forbidden from using this code. | ||
|
||
|
||
## Credits | ||
- olegbl for creating [D2RMM](https://www.nexusmods.com/diablo2resurrected/mods/169) | ||
- olegbl for creating [Skip Intro Videos for D2RMM](https://www.nexusmods.com/diablo2resurrected/mods/179) | ||
- Caleb and Friends for creating [Skip Videos](https://www.nexusmods.com/diablo2resurrected/mods/331) | ||
|
||
|
||
## My Mods + Source | ||
|
||
### Diablo II: Resurrected ### | ||
|
||
| Nexus Mods Page | Source | | ||
|:---------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------| | ||
| [Caedendi's Extended Loot Filter for D2RMM](https://www.nexusmods.com/diablo2resurrected/mods/361) | [GitHub](https://github.com/Caedendi/D2RMM-Loot-Filter-Extended) | | ||
| [Caedendi's Simple Loot Filter for D2RMM](https://www.nexusmods.com/diablo2resurrected/mods/360) | [GitHub](https://github.com/Caedendi/D2RMM-Loot-Filter-Simple) | | ||
| [Skip Videos for D2RMM](https://www.nexusmods.com/diablo2resurrected/mods/397) | [GitHub](https://github.com/Caedendi/D2RMM-Skip-Videos) | |