If you don't want to install anything, just visit the website, it has an emulator running in your browser.
Go to the repository and download the archive for your operating system.
C:\Program Files
directory and enjoy!This is a portable executable, no actual installation required.
/usr
directory and enjoy!Alternatively you can download the deb version for Ubuntu or RaspiOS and install that with
sudo dpkg -i meg4_*.deb
When you run the MEG-4 emulator, your machine's localization will be autodetected, and if possible, the emulator will greet you in your own language. The first screen it will show you is the "MEG-4 Floppy Drive" screen.
MEG-4 Floppy Drive
Just drag'n'drop a floppy file onto the drive, or left click on the drive to open the file selector. These floppies are PNG images with additional data, and an empty one looks like this:
MEG-4 Floppy
Other formats are supported too, see [file formats] for more details on what else can be imported. Once your floppy is loaded, the screen will automatically change to the [game screen].
Alternatively you can also press Esc here to get to the [editor screens] and start creating contents from ground up.
On Windows, replace -
with /
for the flags (because that's the Windows' way of specifying flags, for example /n
, /vv
),
otherwise all options are identical.
Use right-click on meg4.exe
, and from the popup menu select Create shortcut. Then right-click on the newly created
shortcut file, and from the popup menu choose Properties.
Setting command line options under Windows
A window will appear, where you can specify the command line options in the Target field. Press OK to save it. After this,
don't click on the program, rather click on this shortcut, and the program will start with those command line options. If you
wish, you can have multiple shortcuts with different options.
meg4 [-L <xx>] [-z] [-n] [-w] [-v|-vv] [-s] [-d <dir>] [floppy]
Option | Description |
---|---|
-L <xx> |
The argument of this flag can be "en", "es", "de", "fr" etc. Using this flag forces a specific language dictionary for the emulator and avoids automatic detection. If there's no such dictionary, then English is used. |
-z |
On Linux by default, the GTK libraries are run-time linked to get the open file modal. Using this flag will make it call zenity instead (requires zenity to be installed on your computer). |
-n |
Force using the "nearest" interpolation method. By default, it is only used if the screen size is multiple of 320 x 200. Also forces this latter in windowed mode. |
-w |
Start in windowed mode (by default it is fullscreen) |
-v, -vv |
Enable verbose mode. meg4 will print out detailed information to the standard output (as well as your script's [trace] calls), so run this from a terminal. |
-s |
Enable strace, tracing of system calls (only if compiled with DEBUG). |
-d <dir> |
Optional, if given, then floppies will be stored in this directory and no open file modal is used. |
floppy |
If this parameter is given, then the floppy (or any other supported format) is automatically loaded on start. |