Page 2 of 5

Re: Using the Wordpak2+ on the Dragon

Posted: Sat Mar 14, 2020 5:16 pm
by pser1
sixxie wrote: Sat Mar 14, 2020 1:36 pm Looks nice!
Are you able to update the display fast enough to make something playable?
Hello Ciaran,
The screen is in fact a background and is drawn in a millisecond
The movement is still unknown to me. I need to learn how do the sprites work in this graphic mode ...
Of course the idea is ... AGD games to V9958, why can't one dream a bit?
cheers
pere

Re: Using the Wordpak2+ on the Dragon

Posted: Sat Mar 14, 2020 5:32 pm
by pser1
Hi John,
big thanks for sharing these videos, good work!
V0 and V1 works same on my setup.
V2 in mine does the same than V0 but using interrupts, while V0 uses a V9958 function
Maybe something went wrong when I copied V2 to the VDK file ... anyway, it doesn't matter as the point was to confirm
that when we do mix two images, these are not blended together (as it would happen on the MC6847), instead the screen
doubles vertical resolution and interleaves lines from image1 and image2, so if image1 had only the even lines of a big image
say 256x424 and image2 had the odd lines, then this mode 'restores' the image giving much better results.
There are programs that convert PNG images to this format creating the two files that I add together later.
I have used this mode for images and it really makes a big difference.
The only problem to share those programs is that reading a double image of 2x256x212=108,544 bytes requires streaming from the CoCo-SDC
not a big problem because Darren Atkinson gave me the needed clues to do so on the Dragon. I mean you need to have a CoCo-SDC because
by now I don't know if this could be possible with the Dragon-MMC ... maybe Phill could tell us something about that.
cheers
pere

Re: Using the Wordpak2+ on the Dragon

Posted: Sat Mar 14, 2020 5:43 pm
by pser1
just an update on the Foggy's screen.
I have entered the page for this game on Rucksack Games and have been tweaking the colours on the palette used in the program
and have been changing a bit some tile colour combinations when needed.
In the end I got a result that is almost a copy of the original from AGD for Spectrum
The colours are a bit pale on the reduced photo, but I can assure that, on the screen, they are bright and look very nice!
To me, this is very promising!
cheers
pere
CorrectedPaletteAndPatterns.jpg
CorrectedPaletteAndPatterns.jpg (121.47 KiB) Viewed 8473 times

Re: Using the Wordpak2+ on the Dragon

Posted: Sun Mar 15, 2020 5:00 pm
by pser1
just wanted to share some snapshots of the game Foggy's Quest taken using my Dragon64-MSX2+ ;-)
cheers
pere
Snap01.jpg
Snap01.jpg (137.85 KiB) Viewed 8463 times
Snap02.jpg
Snap02.jpg (131.84 KiB) Viewed 8463 times
Snap03.jpg
Snap03.jpg (101.24 KiB) Viewed 8463 times
Snap04.jpg
Snap04.jpg (111.66 KiB) Viewed 8463 times
Snap05.jpg
Snap05.jpg (142.66 KiB) Viewed 8463 times
Snap06.jpg
Snap06.jpg (120.73 KiB) Viewed 8463 times
Snap07.jpg
Snap07.jpg (131.86 KiB) Viewed 8463 times

Re: Using the Wordpak2+ on the Dragon

Posted: Sun Mar 15, 2020 8:00 pm
by dublevay
Hi Pere,

It's all looking great. I do have a Coco-SDC - so if there's anything I can test my end to help you, I just need to know how.

Thanks

John

Re: Using the Wordpak2+ on the Dragon

Posted: Sun Mar 15, 2020 9:56 pm
by pser1
dublevay wrote: Sun Mar 15, 2020 8:00 pm Hi Pere,
It's all looking great. I do have a Coco-SDC - so if there's anything I can test my end to help you, I just need to know how.
Thanks
John
That's really good news! Thanks a lot for your offer, I will tell you when I have things to be tested in deep!
When I have the time to review all of the programs that 'load and show' images in G6-G7-Screen12 modes
I will put them into a VDK file and then I would need to send to you the images that are really a big pack.
The simple page need some 82k and the double vertical definition about 102k, so eight examples in 6 variants
add up to more than 8 Mb, not too much to be zipped ...
cheers
pere

Re: Using the Wordpak2+ on the Dragon

Posted: Wed Mar 18, 2020 10:10 pm
by pser1
Hello,
after a lot of testing and praying, I have got the objects and the sprites to appear on the Foggy's screens
Now just to practice will try to make them move, well let's say that will instruct the V9958 to paint them
at the new position ... a hard task that the program will not do from now on, just change coordinates, hopefully.
These are the four screen I am using for test purposes.
cheers
pere
TestScreen1.jpg
TestScreen1.jpg (160.06 KiB) Viewed 8436 times
TestScreen2.jpg
TestScreen2.jpg (181.52 KiB) Viewed 8436 times
TestScreen3.jpg
TestScreen3.jpg (142.7 KiB) Viewed 8436 times
TestScreen4.jpg
TestScreen4.jpg (116.49 KiB) Viewed 8436 times

Re: Using the Wordpak2+ on the Dragon

Posted: Thu Mar 19, 2020 9:53 pm
by pser1
this is a video of the first Foggy screen with the three sprites in it already moving
thanks to the hard sprites pffered by the V9958. Th eprogram doesn't erase nor paint any sprite ...
I have found that the .mp4 file was not allowed to attached, so I have zipped it ... despite it is even bigger thna the video :-(
cheers
pere
MovingSprites.zip
(28.17 MiB) Downloaded 412 times

Re: Using the Wordpak2+ on the Dragon

Posted: Thu Mar 19, 2020 10:37 pm
by robcfg
Looking good! :mrgreen:

Re: Using the Wordpak2+ on the Dragon

Posted: Fri Mar 20, 2020 11:14 pm
by dublevay