31
Server.War2.ru / Re: [Release] Warcraft II Widescreen / High resolution patch
« on: August 12, 2024, 07:11:52 PM »just use combat with plugins support + HD patch if you want to play campanigns with this plugin.
so basically you not need gog to play campanigns because gog is shit
so probably you do not need this plugin for multiplayer at all.
and that means you want it for singleplayer? just use combat for that, gog is shit
Yeah, I'm only interested in singleplayer. I know I can use War2Combat, but I want to use original gog version (with high quality music ripped by me from my original DOS CD and placed into install.mpq). That's why I asked if it was possible to add a plugin to the widescreen patch, since it already use similar plugins.
You can replace the BNE audio with any MPQ tool, INSTALL.EXE is an MPQ file afterall.
Place cmdmpq, the bat file I attached and the .wav files (named human1-6.wav, orc1-6.wav) into the root game directory and run the bat file to switch the game music.
human1 is BDP Track02 (0m:0s - 2m:52s)
human2 is BDP Track02 (2m:52s - 6m:28s)
human3 is BDP Track03
human4 is BDP Track04
human5 is BDP Track05
human6 is BDP Track06
orc1 is BDP Track10 (0m:0s - 2m:23s)
orc2 is BDP Track10 (2m:23s - 5m:54s)
orc3 is BDP Track11
orc4 is BDP Track12
orc5 is BDP Track13
orc6 is BDP Track14
Code: [Select]
@echo off
cmdmpq a INSTALL.EXE human1.wav music\human1.wav
cmdmpq a INSTALL.EXE human2.wav music\human2.wav
cmdmpq a INSTALL.EXE human3.wav music\human3.wav
cmdmpq a INSTALL.EXE human4.wav music\human4.wav
cmdmpq a INSTALL.EXE human5.wav music\human5.wav
cmdmpq a INSTALL.EXE human6.wav music\human6.wav
cmdmpq a INSTALL.EXE orc1.wav music\orc1.wav
cmdmpq a INSTALL.EXE orc2.wav music\orc2.wav
cmdmpq a INSTALL.EXE orc3.wav music\orc3.wav
cmdmpq a INSTALL.EXE orc4.wav music\orc4.wav
cmdmpq a INSTALL.EXE orc5.wav music\orc5.wav
cmdmpq a INSTALL.EXE orc6.wav music\orc6.wav