rsiddall Posted September 12, 2021 Share Posted September 12, 2021 (edited) Another AD screensaver module in the works! I guess I should note that I can't guarantee these will work to prevent screen burn-in. Doubting most people leave them running on fancy OLED TVs. I believe the original AD screensavers were also guilty of this. EDIT: Titlescreen/Last version can be found in first post (here.) FTP_Starry2021.bas.bin Edited September 26, 2021 by rsiddall 3 Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/ Share on other sites More sharing options...
+groundtrooper Posted September 13, 2021 Share Posted September 13, 2021 These are bringing back a lot of memories. I was a beta-tester for Berkley Systems from '94 until they closed shop. I tested so many versions of After Dark and You Don't Know Jack it's ridiculous. Back before the internet was huge. When I started they burned them on CD-Rom and mailed them snail mail. We would submit our bug reports via email but broadband wasn't a thing yet so physical media was the easiest way to do distribution. The good ole days. 2 Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904364 Share on other sites More sharing options...
rsiddall Posted September 13, 2021 Author Share Posted September 13, 2021 (edited) Wow, love hearing about things like this...thanks for sharing! I was a huge fan of After Dark in the lates 80s and through most of the 90s. Can't tell you how many versions I bought - starting out on floppies, and like you said, moving on to CDs. Their Simpsons screensaver was another fave of mine. It's my understanding the After Dark software is considered abandonware (Berkley bought out by Sierra On-Line) with neither company active/in business. Edited September 13, 2021 by rsiddall 1 Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904399 Share on other sites More sharing options...
rsiddall Posted September 13, 2021 Author Share Posted September 13, 2021 Here's a quick update: 1) Strobing foreground buildings 2) Updated animations for building lights 3) Fire button working as 'reset' Watch for the meteor streaking across the sky. ? starry2.bin 1 Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904404 Share on other sites More sharing options...
+sramirez2008 Posted September 13, 2021 Share Posted September 13, 2021 22 minutes ago, rsiddall said: Watch for the meteor streaking across the sky. I thought that’s what it was. 1 Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904405 Share on other sites More sharing options...
rsiddall Posted September 13, 2021 Author Share Posted September 13, 2021 1 minute ago, sramirez2008 said: I thought that’s what it was. Or falling star...since I can't make the graphic red (ball is tied to playfield colors). ? Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904411 Share on other sites More sharing options...
+sramirez2008 Posted September 13, 2021 Share Posted September 13, 2021 6 minutes ago, rsiddall said: Or falling star...since I can't make the graphic red (ball is tied to playfield colors). ? Can you have the meteor continue behind the building? It currently disappears after the building. Sort of looks like it’s striking it. Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904416 Share on other sites More sharing options...
rsiddall Posted September 13, 2021 Author Share Posted September 13, 2021 15 minutes ago, sramirez2008 said: Can you have the meteor continue behind the building? It currently disappears after the building. Sort of looks like it’s striking it. Let me see what I can do. It's currently set for playfield collision. 1 Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904421 Share on other sites More sharing options...
+sramirez2008 Posted September 13, 2021 Share Posted September 13, 2021 5 minutes ago, rsiddall said: It's currently set for playfield collision. Ah! Btw, your screensavers are pretty cool. 1 Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904422 Share on other sites More sharing options...
+atari2600land Posted September 13, 2021 Share Posted September 13, 2021 You could just do if ballx>130 then goto balldisappears 1 Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904438 Share on other sites More sharing options...
rsiddall Posted September 13, 2021 Author Share Posted September 13, 2021 8 hours ago, atari2600land said: You could just do if ballx>130 then goto balldisappears Works perfectly...thanks! I had to make it >150 as it still was too close to the skyscraper when it left the screen. Revised attached. starry3.bin 1 Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904535 Share on other sites More sharing options...
+sramirez2008 Posted September 13, 2021 Share Posted September 13, 2021 42 minutes ago, rsiddall said: Works perfectly...thanks! I had to make it >150 as it still was too close to the skyscraper when it left the screen. Revised attached. starry3.bin 4 kB · 1 download Looking good. Thanks. Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904560 Share on other sites More sharing options...
rsiddall Posted September 13, 2021 Author Share Posted September 13, 2021 (edited) Quick and easy with atari2600land's suggestion. ? Edited September 13, 2021 by rsiddall Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904564 Share on other sites More sharing options...
+sramirez2008 Posted September 13, 2021 Share Posted September 13, 2021 One last request. Could you drop everything down a couple scan lines to better center it. Here’s how it looks on my CRT. Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904565 Share on other sites More sharing options...
rsiddall Posted September 13, 2021 Author Share Posted September 13, 2021 (edited) I've got the score turned off, so part of the area below skyline is due to that. I also have no_blank_lines running (to keep the skyscrapers solid) and it kind of pushes everything up a line. When I get a chance, I'll see if turning on PFO will add anything (besides 2 columns of gray on either side). Actually, atari2600land's suggestion for using "pfhline 0 9 31 on" (different project) works to add back the missing line below skyscrapper. I think this is as centered as I can get it. starry4.bin Edited September 13, 2021 by rsiddall Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904651 Share on other sites More sharing options...
rsiddall Posted September 14, 2021 Author Share Posted September 14, 2021 21 hours ago, sramirez2008 said: Ah! Btw, your screensavers are pretty cool. Appreciate it...thanks for sticking around! ? 1 Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4904982 Share on other sites More sharing options...
+sramirez2008 Posted September 14, 2021 Share Posted September 14, 2021 10 hours ago, rsiddall said: I've got the score turned off, so part of the area below skyline is due to that. I also have no_blank_lines running (to keep the skyscrapers solid) and it kind of pushes everything up a line. When I get a chance, I'll see if turning on PFO will add anything (besides 2 columns of gray on either side). Actually, atari2600land's suggestion for using "pfhline 0 9 31 on" (different project) works to add back the missing line below skyscrapper. I think this is as centered as I can get it. starry4.bin 4 kB · 4 downloads Looks great! I hadn't noticed the missing line, but now I see the difference.? Don't worry about the centering. 1 Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4905014 Share on other sites More sharing options...
rsiddall Posted September 16, 2021 Author Share Posted September 16, 2021 Another AD screensaver module in the works! Quote Link to comment https://forums.atariage.com/topic/324881-starry-night-screen-animation/#findComment-4906214 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.