d2jsp
Log InRegister
d2jsp Forums > Diablo II > Diablo 2 Discussion > Skip Cutscenes Automatically?
Add Reply New Topic New Poll
Member
Posts: 1,994
Joined: Dec 5 2019
Gold: 1,640.12
Feb 24 2025 01:14pm
Is there a non-bannable way to automatically skip the cutscenes when going to the next act?
There was a way for LOD, I can't remember how.
Member
Posts: 29,274
Joined: Nov 1 2007
Gold: 474.97
Warn: 80%
Feb 25 2025 02:45am
I think if you play in windowed mode they don't play.
Member
Posts: 1,872
Joined: Dec 25 2021
Gold: 8,639.00
Mar 14 2025 07:34pm
Two ways. Both methods achieve it the same way by replacing video files with 0 byte files and telling the game to use these files instead of the files it usually pulls from the mpq.

Extracted Game files
1. Extract game files with cascviewer (instructions can be found elsewhere, won't repeat here.
2. Go to ~\Diablo II Resurrected\Data\hd\global\video, rename files (or delete them) and create files with the same name with 0 bytes (eg create an empty .txt file and rename to d2intro.webm)
3. Launch the game with -direct -txt parameters

Launch with a mod
1. Create a folder ~\Diablo II Resurrected\mods\DisableVideos\DisableVideos.mpq
2. Create a file called modinfo.json and copy paste the below into it
Code
{"name":"DisableVideos","savepath":"../"}

3. In the same folder, create a subfolders so you get this folder structure ~\Diablo II Resurrected\mods\DisableVideos\DisableVideos.mpq\data\hd\global\video
4. Create empty text files and rename them to the following: blizzardlogos.webm, d2intro.webm, d2x_intro.webm, logoanim.webm
5. In this folder create folders called act2, act3, act4, act5
6. In the act2 folder create a file for act02start.webm
7. In the act3 folder create a file for act03start.webm
8. In the act4 folder create a file for act04start.webm and act04end.webm
9. In the act5 folder create a file for d2x_out.webm
10. Lastly launch the game with this parameter -mod DisableVideos -txt

Congrats you just made your own mod.
Go Back To Diablo 2 Discussion Topic List
Add Reply New Topic New Poll