Sprite Generator Software
Re: Sprite Generator Software
Hi. I'm looking for a sprite generator package to run on an real QL with onboard 512K RAM board and vDrive. I have a copy of Digital Precision's SSG (which I recall as being pretty good) on microdrive cartridge from the late 80's which has long since become unreadable. I'm aware of FSG but would prefer a machine code based solution. Can anyone advise either how I might obtain a copy of DP's SSG (mdv image would be the holy grail) or something of a similar nature. Thanks.
-
- Font of All Knowledge
- Posts: 4658
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Sprite Generator Software
Hi,
Send me PM, with your email address, I have all DP software in FLP and MDV image formats.
Send me PM, with your email address, I have all DP software in FLP and MDV image formats.
Regards,
Derek
Derek
Re: Sprite Generator Software
Hi fiskus.
If you manage to use SSG with more than 15 sprites, please let me know!
I tried to, but encountered some issues.
For more details please see topic https://www.theqlforum.com/viewtopic.php?p=36525#p36525
-
- Font of All Knowledge
- Posts: 4658
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Sprite Generator Software
According to the SSG v4 documentation, the there a limit of 16 sprites on the screen at once.Andrew wrote: Fri Oct 06, 2023 9:53 pmHi fiskus.
If you manage to use SSG with more than 15 sprites, please let me know!
I tried to, but encountered some issues.
For more details please see topic https://www.theqlforum.com/viewtopic.php?p=36525#p36525
If this is a limitatation, then, the SSG woukd have to altered. I did dissassemble SSG with DISA, but understanding the dissassemble is another matter.
Regards,
Derek
Derek
Re: Sprite Generator Software
I could only use 15 sprites on screen at once, not 16.Derek_Stewart wrote: Fri Oct 06, 2023 10:17 pm According to the SSG v4 documentation, the there a limit of 16 sprites on the screen at once.
If this is a limitatation, then, the SSG woukd have to altered. I did dissassemble SSG with DISA, but understanding the dissassemble is another matter.
Also documentation says that there is a limit of 256 sprites in total - 16 on-screen + 240 off-screen that can be swaped with the on-screen.
I found that only the first swap works, but not the subsequent swaps.
I documented all issues in the topic linked above, with code examples to show the issues.
-
- Font of All Knowledge
- Posts: 4658
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Sprite Generator Software
Hi,
Maybe the Sprite Designer is not worth the effort, maybe sorites using the Pointer Interface would be more flexible, but harder to use.
Maybe the Sprite Designer is not worth the effort, maybe sorites using the Pointer Interface would be more flexible, but harder to use.
Regards,
Derek
Derek
Re: Sprite Generator Software
Hi Andrew,Andrew wrote: Fri Oct 06, 2023 9:53 pmHi fiskus.
If you manage to use SSG with more than 15 sprites, please let me know!
I tried to, but encountered some issues.
For more details please see topic https://www.theqlforum.com/viewtopic.php?p=36525#p36525
Sorry, I haven't tried that so am unable to comment. The main reason is that I have been unable to get the sprite design program to run and having looked at the other thread you referred to from a few years ago, I notice that you say it won't run under Minerva and needs JS. Do you know if there's any way around this other than to swap my ROMs back?
Thanks.
Re: Sprite Generator Software
The programs for creating sprites (Design and Construct) need JS ROM. I was unable to make them work on Minerva.fiskus wrote: Sat Oct 14, 2023 3:50 pm Hi Andrew,
Sorry, I haven't tried that so am unable to comment. The main reason is that I have been unable to get the sprite design program to run and having looked at the other thread you referred to from a few years ago, I notice that you say it won't run under Minerva and needs JS. Do you know if there's any way around this other than to swap my ROMs back?
Thanks.
-
- Aurora
- Posts: 967
- Joined: Tue Dec 17, 2013 1:17 pm
Re: Sprite Generator Software
About 5 years ago, I decompiled these two programs back into SuperBASIC when I was working on the decompilers.Andrew wrote: Sat Oct 14, 2023 10:07 pmThe programs for creating sprites (Design and Construct) need JS ROM. I was unable to make them work on Minerva.fiskus wrote: Sat Oct 14, 2023 3:50 pm Hi Andrew,
Sorry, I haven't tried that so am unable to comment. The main reason is that I have been unable to get the sprite design program to run and having looked at the other thread you referred to from a few years ago, I notice that you say it won't run under Minerva and needs JS. Do you know if there's any way around this other than to swap my ROMs back?
Thanks.
I don't think I spent a lot of time on checking to see if the decompiled copies work OK, but I've just loaded them up in QPC2 and they appear to run.
If you would like them, PM me an email address. You might be able to get them working in Minerva.