Getting Heroes Of Might and Magic 3 running on Miyoo Flip
You can run the classic game Heroes Of Might and Magic 3 on the Miyoo Flip. Or rather, you can run VCMI, an engine-remake of the original, provided you have the original game files. However, at least in my case, just downloading the port from PortMaster and following the README did not result in a playable game. Here’s how to install it correctly on the Miyoo Flip.
- Buy the game from gog.com. Once you have bought it, download the two files that begin with the word “setup”. One of them is .bin, the other is a .exe. Don’t worry, you don’t need Windows for this.
- Install VCMI on both your desktop computer and your Miyoo Flip (using Portmaster).
- Use VCMI on the desktop to extract the data files from the .bin and .exe files you downloaded in step 1, making sure to take note of where they are extracted to.
- (optional) Convert the mp3 files in the
Mp3folder to .ogg. Once you have extracted the data files and located them on your PC, you can do this step to compress the sound files slightly without any loss of quality. Something likefor f in *.mp3; do ffmpeg -i "$f" -c:a libvorbis "${f%.mp3}.ogg"; done - On your Miyoo SD card, go to your
roms/portsdirectory and find thevcmidirectory. In there, create a new directory calleddata. - From the
datadirectory that VCMI created on your PC, copy the folders calledData,Maps,Mods,Mp3, andSavesinto thedatadirectory on your SD card. You should thus haveroms/ports/vcmi/data/Data/and so on. - Enjoy!