Re: [Ql-Users] The Pawn adventure with graphics on the Q68

2020-01-03 Thread desin via Ql-Users

Am 03.01.20 um 10:10 schrieb Tobias Fröschle via Ql-Users:

In case you missed it:

The Magnetic Scrolls Adventurs are now available for _all_ QL platforms - 


hello Tobias
thanks for you work
looks good on the Mist/mister (Minerva.rom,896 kb)
with -c -t  but some lines are to long

can you change the cursor before loading graphics
so you get a hint what's going on

Greeting from Switzerland
and all the best for 2020   

Markus

here is a simple boot program

100 MODE 8
110 bd$="win5_"
120 :
130 DIM a$(7,10),b$(7,20)
140 a$(1)="pawn"
150 a$(2)="jinxter"
160 a$(3)="fish"
170 a$(4)="wonder"
180 a$(5)="guild"
190 a$(6)="corrupt"
200 a$(7)="myth"
205 :
210 b$(1)="The pawn"
220 b$(2)="Jinxter"
230 b$(3)="Fish"
240 b$(4)="Wonderland"
250 b$(5)="The Guild of Thieves"
260 b$(6)="Corruption"
270 b$(7)="Myth"
280 :
290 WINDOW#1,512,200,0,16
295 BORDER #1,1,4
300 CLS
310 CSIZE 2,0
315 PRINT
320 PRINT "   The Magnetic Scrolls"
330 PRINT " Text Adventures  "
340 PRINT
350 FOR a= 1 TO 7
360 PRINT " "&" "$(a)
370 NEXT a
375 PRINT
377 PRINT " please select a number to play"
380  b=INKEY$(-1)
390 SELect ON b
400 = 1,2,3,4,5,6,7 : do_it a$(b)
410 = REMAINDER
420 END SELect
430 STOP
432 :
435 REMark -e enlarge graphics x2
437 REMark -c condensed font
438 REMark -t tv mode
439 REMark for QPC2 -e
445 REMark for Mist/er -c -t
447 :
450 DEFine PROCedure do_it (z$)
480 c$="-e "$$&"_mag "$$&"_gfx"
500   EW bd$&"magnetic_exe";c$
510 END DEFine
515 :
520 DEFine PROCedure sa
530 DELETE win1_mgboot
550 SAVE   win1_mgboot
570 END DEFine


___
QL-Users Mailing List

Re: [Ql-Users] The Pawn adventure with graphics on the Q68

2020-01-03 Thread Tobias Fröschle via Ql-Users
In case you missed it:

The Magnetic Scrolls Adventurs are now available for _all_ QL platforms - See 
the QL Forum at https://qlforum.co.uk/viewtopic.php?f=3=3069 


The QL has received special graphics routines incorporating Markus's proposal 
(interlacing both screen pages). 

Tobias

> Am 19.11.2019 um 08:04 schrieb Wolfgang Lenerz via Ql-Users 
> :
> 
> Hi,
> 
> good news. I remember the Pawn being pretty difficult!
> 
> Wolfgang
> 
> 
> 
>> just in case not everyone is on the QL forum, there is an exciting new
>> software development underway. "The Pawn"  and other "Magnetic Scroll"
>> games are back. And this time not just text but with graphics! The first
>> supported machine is the Q68, executables are already downloadable, on
>> page 3:
>> https://qlforum.co.uk/viewtopic.php?f=3=3033
>> Work for other platforms, even the BBQL, is ongoing. Definitely worth a
>> look, impressive!
>> Peter
>> ___
>> QL-Users Mailing List
> ___
> QL-Users Mailing List

___
QL-Users Mailing List


Re: [Ql-Users] The Pawn adventure with graphics on the Q68

2019-11-18 Thread Wolfgang Lenerz via Ql-Users

Hi,

good news. I remember the Pawn being pretty difficult!

Wolfgang




just in case not everyone is on the QL forum, there is an exciting new
software development underway. "The Pawn"  and other "Magnetic Scroll"
games are back. And this time not just text but with graphics! The first
supported machine is the Q68, executables are already downloadable, on
page 3:

https://qlforum.co.uk/viewtopic.php?f=3=3033

Work for other platforms, even the BBQL, is ongoing. Definitely worth a
look, impressive!

Peter
___
QL-Users Mailing List


___
QL-Users Mailing List


Re: [Ql-Users] The Pawn adventure with graphics on the Q68

2019-11-17 Thread Tobias Fröschle via Ql-Users
Markus,

Well, /technically/ yes (even if it would be quite a bit of work to make this 
proof-of-concept into a piece of distributable software for anyone, especially 
given the strong QL hardware speed dependency of dithvide).

It would, however, imply conversion and very probably also distribution of the 
converted original game/graphics files.

Due to the unclear legal situation of the original games, I have decided not to 
distribute them or any modified version thereof. They are freely downloadable 
from the internet, however, (which is apparently tolerated by the owners - link 
and statement provided). That means the software needs to make do with these 
unmodified pictures.

Tobias

> Am 17.11.2019 um 11:48 schrieb desin via Ql-Users :
> 
> Am 17.11.19 um 11:36 schrieb Peter Graf via Ql-Users:
>> Hi,
>> just in case not everyone is on the QL forum, there is an exciting new
>> software development underway. "The Pawn"  and other "Magnetic Scroll"
>> games are back. And this time not just text but with graphics! The first
>> supported machine is the Q68, executables are already downloadable, on
>> page 3:
>> https://qlforum.co.uk/viewtopic.php?f=3=3033
>> Work for other platforms, even the BBQL, is ongoing. Definitely worth a
>> look, impressive!
>> Peter
>> ___
>> QL-Users Mailing List
> 
> Hello
> 
> would this be a option ?
> 
> https://omega.webnode.com/products/sinclair-ql-dithvide-2/
> 
> 
> Greetings from Switzerland
> 
>   Markus
> ___
> QL-Users Mailing List

___
QL-Users Mailing List


Re: [Ql-Users] The Pawn adventure with graphics on the Q68

2019-11-17 Thread desin via Ql-Users

Am 17.11.19 um 11:36 schrieb Peter Graf via Ql-Users:

Hi,

just in case not everyone is on the QL forum, there is an exciting new
software development underway. "The Pawn"  and other "Magnetic Scroll"
games are back. And this time not just text but with graphics! The first
supported machine is the Q68, executables are already downloadable, on
page 3:

https://qlforum.co.uk/viewtopic.php?f=3=3033

Work for other platforms, even the BBQL, is ongoing. Definitely worth a
look, impressive!

Peter
___
QL-Users Mailing List



Hello

would this be a option ?

https://omega.webnode.com/products/sinclair-ql-dithvide-2/


Greetings from Switzerland

Markus
___
QL-Users Mailing List


[Ql-Users] The Pawn adventure with graphics on the Q68

2019-11-17 Thread Peter Graf via Ql-Users
Hi,

just in case not everyone is on the QL forum, there is an exciting new
software development underway. "The Pawn"  and other "Magnetic Scroll"
games are back. And this time not just text but with graphics! The first
supported machine is the Q68, executables are already downloadable, on
page 3:

https://qlforum.co.uk/viewtopic.php?f=3=3033

Work for other platforms, even the BBQL, is ongoing. Definitely worth a
look, impressive!

Peter
___
QL-Users Mailing List