It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I still use my Windows 95 CD version of HoMM1 that I bought when it came out, the version that came with the map editor.
I run it in Windows 10 inside a VMWare windows 98 virtual machine. Same as HoMM2.
Everything works fine, including the movies, but not the CD music. ( I play MP3s I ripped from the CD instead)

VMWare workstation 17 player. It's free.

All you need is to find Windows 98 installation files; I can't help you where to find these, I used my original install CDs from back in the day, for that.
Post edited February 03, 2025 by UndeadHalfOrc
You can even copy your VMs across multiple computers, and have your freshly installed VMware use it!
This VM, is the same one I created back in 2013 with my old Windows 7 PC!
Attachments:
untitled.png (257 Kb)
avatar
karnak1: Thanks for taking the time to check this issue exhaustively.
Unfortunately I still haven't received any reply to my support ticket and AFAIK GOG still hasn't uploaded any update to the offline installer.
avatar
zandrag: Not sure they will update the offline installers. Do you want me to copy the cmd file? It does have to be run twice as admin. But once done... the HOMM1 editor works fine.

---- start of editor.cmd file----
@echo off
@REM SET locpath=%~dp0
@REM SET locpath=%locpath:~0,-1%

setlocal
cd /d %~dp0

SET regpath="HKEY_LOCAL_MACHINE\SOFTWARE\New World Computing\Heroes of Might and Magic\1.0"

REG ADD %regpath% /v "Editor Show Menu" /t REG_DWORD /d 1 /f /reg:32
REG ADD %regpath% /v "Editor X" /t REG_DWORD /d 10 /f /reg:32
REG ADD %regpath% /v "Editor Y" /t REG_DWORD /d 10 /f /reg:32
REG ADD %regpath% /v "Editor Width" /t REG_DWORD /d 800 /f /reg:32
REG ADD %regpath% /v "Editor Height" /t REG_DWORD /d 600 /f /reg:32
REG ADD %regpath% /v "Editor Full Screen" /t REG_DWORD /d 0 /f /reg:32

start EDITOR.exe
exit
---that was the end of editor.cmd file"

Honestly, run that as admin twice. The editor will run in wodowed mode there on even if started from windows directly.

Note: filename.cmd are the Windows NT (Xp/Vista/7/8/10/11/whatever comes in the future) equivalent batch file. Or consider it a windows script file.
Thank you very much for this solution it works smoothly! Just run the editor.cmd with admin rights once and then I can go with editor.exe with no issue.