Page 1 of 1

How to build ".qlpak" - files

Posted: Fri Jun 10, 2011 7:07 am
by Green12
Hi there,
does anybody know how to build ".qlpak" - files for the Q-Emulator.

Greetings - Green12

Re: How to build ".qlpak" - files

Posted: Fri Jun 10, 2011 8:47 pm
by RWAP
Hmm - actually, that is something that Daniele has not yet published - you would need to contact the emulator author - Daniele Terdina

Re: How to build ".qlpak" - files

Posted: Sun Jun 12, 2011 5:22 pm
by programandala.net
Green12 wrote:Hi there,
does anybody know how to build ".qlpak" - files for the Q-Emulator.
Me! :)

The information is missing in the Q-emuLator manual, but some time ago I tinkered a bit with the demo QLPAKs Daniele offers in his site. They are ordinary ZIP files with the extension changed to QLPAK. They need a Q-emuLator QCF file, and, if needed by the program, the ROM used.

The main problem I had was to guess the syntax to indicate the emulator to use the ROM provided in the QLPAK, not one of the ROM the emulator provides.

If you want to use a ROM provided by the emulator in its installation directory, e.g. JS, the syntax is subdirectory\file:

Code: Select all

MainRom=QL ROMs\QL_ROM_JS
If you want to use a ROM included in the QLPAK, the syntax is Slot#:file:

Code: Select all

MainRom=Slot1:mge.rom
But you have to indicate Slot 1 is the QLPAK itself:

Code: Select all

Slot1=PAK:
It seems it's possible to mount any QLPAK's subdirectory into any slot.

I already explained this issue in the Spanish QL forum.

I recently built two QLPAKs (one with the MGE ROM included, and other using the JS ROM already provided by Q-emulator) for a text adventure I ported from ZX Spectrum. You can download the QLPAKs, change the extension to ZIP and examine their content.

Re: How to build ".qlpak" - files

Posted: Wed Jun 15, 2011 6:39 am
by Green12
Estimado Marcos, gracias por tu ayuda.

Saludos : Green12