Skip to content

Commit

Permalink
v4.5.1 Added registration of MSCOMCTL.OCX to MPQFix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosMarc committed Mar 13, 2021
1 parent ad66cb0 commit c661dc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -15,6 +15,8 @@ Run the VersionChanger.bat and select a number/character in square brackets at t
For questions or suggestions please create an issue at [Github](https://github.com/ChaosMarc/D2VersionChanger) or email me: chaosmarc@gmx.de

## Changelog
- v4.5.1
- Added registration of MSCOMCTL.OCX to MPQFix
- v4.5
- Added NoCD Pack by GalaXyHaXz
- v4.4
Expand Down
9 changes: 5 additions & 4 deletions VersionChanger.bat
@@ -1,6 +1,6 @@
@echo off

set ChangerVersion=4.5
set ChangerVersion=4.5.1
set PlugYVersion=14.01

title Diablo 2 Version Changer %ChangerVersion% by ChaosMarc
Expand Down Expand Up @@ -412,9 +412,10 @@ if "%useNoCD%" == "yes" (
goto :MainMenu

:FixMPQs
VersionChanger\MPQFix\winmpq.exe d ..\..\d2char.mpq (attributes)
VersionChanger\MPQFix\winmpq.exe d ..\..\d2data.mpq (attributes)
VersionChanger\MPQFix\winmpq.exe d ..\..\d2sfx.mpq (attributes)
regsvr32 /s VersionChanger\MPQFix\MSCOMCTL.OCX
VersionChanger\MPQFix\WinMPQ.exe d ..\..\d2char.mpq (attributes)
VersionChanger\MPQFix\WinMPQ.exe d ..\..\d2data.mpq (attributes)
VersionChanger\MPQFix\WinMPQ.exe d ..\..\d2sfx.mpq (attributes)
echo MPQs fixed. You can play now.
goto :Pause

Expand Down

0 comments on commit c661dc2

Please sign in to comment.