Jump to content

bhall408

+AtariAge Subscriber
  • Posts

    860
  • Joined

  • Last visited

2 Followers

About bhall408

Profile Information

  • Gender
    Male
  • Location
    Rocket City, USA

Recent Profile Visitors

4,503 profile views

bhall408's Achievements

Dragonstomper

Dragonstomper (6/9)

550

Reputation

  1. Works on Argon as well... If you'd like it added, DM me! (Screen shot from our Mac testing tool, which uses the same engine as the Android version)
  2. Has anyone ever done an Astrosmash patch/hack that lets you start a new game without hitting reset? ie, make it so that at "Game Over" you can press a fire button (or perhaps a menu choice) to restart the game. Maybe that wasn't done so you wouldn't accidentally start a new game w/o taking note of your final score? Or maybe to keep within the confines of not needing additional ROM chips (cost savings?) A bonus (and way to solve the issue of accidentally starting a new game/not seeing your final score) would be to add a title screen that can display high score, sort of like how there are Atari 2600 mods that have done that. Would be much nicer when playing with modern game controllers, and for people that don't realize you need to reset the hardware.
  3. I could see it cool to do a CVBasic contest/game jam to help kick things off and generate some new games once you feel it is stable/ready for a push like that!
  4. It is not. If that is a requirement, then you'll probably want to continue your work on Colleen. Nice that you picked it up!
  5. If the customer base is OK with "locked to device" (which I don't think is what most people would consider "buying a ROM", where they expect it to be portable), it would be sufficient to have an online store, and that is a solved problem. Would require the device to have WiFi though...
  6. An option is to offload all post-processing to the GPU. We've been doing that lately with ArgonUnity (our Unity plugin version of Argon for B2B projects) - both the upscaling and the effects. Eventually we'll bring that code back to the consumer Argon app too.
  7. Accessing files has been getting more and more restricted with each Android release. We support Storage Access Framework (SAF) in Argon, which is what you are now meant to do. You also have to support asking permission to access files/folders, etc. Similar changes have been happening over time with Google Drive access. There are extra hoops to jump through now for even read-only access to Google Drive compared to last year.
  8. Argon supports SGM... Available on Google Play and Amazon AppStore...
  9. Profile is at https://www.linkedin.com/in/mark-thompson-86753a5/
  10. I took that approach with the first old 8-bit assembler project I had resurrected from source. I was glad I didi it, but then after that I moved to updating/modernizing and getting it to assemble with ca65. For a one-off (just to get it to compile, not planning to do more) I think emulating the tool chain could make sense, but I have the feeling I'd be investing a similar amount of time in bringing up/re-familiarizing myself with the tool chain as I would in moving to a new tool chain, and that once I had it compiling, I'd then want to start making the app better
  11. Sadly, no. However I like that @ggn chimed in. I'll have to see if that is a viable option for me. Part of the work is updating the C code to the C-89/ANSI standard (which I happen to like/prefer, but the code is a mix of pre-89 and post 89).
  12. Give Argon Premium a try (I can send you a 1 month promo code if you like) Android made alot of changes to how files are accessed, what permissions are needed, etc. in the more recent Android OS releases of the past few years, meaning apps needed to be updated or run into problems with local file storage. We support both local storage and you can also create an "Argon" folder on your Google Drive and access that. It is work to keep up with all the changes that come with Android OS updates. Hopefully folks can appreciate/support what we do!
  13. Atari *should* be able to support it natively on the VCS, but if it helps, we now have a Unity plugin version of the Argon game engine. So we could make Mac/PC/console versions in partnership. ie, deploy it to Steam/Epic/GOG/VCS/Mac App Store/MSFT App Store/etc. Using Unity, you (or we) get to do the bonus content (soundtrack, manual, etc) in custom Unity UI, much like you get bonus content with a DVD/BluRay. Another approach would be to see if Plaion can support your physical cart on the 2600+ if they do not already.
  14. Thanks - please check the DM I sent you... Or you can ping me on FB or LinkedIn if you prefer...
  15. We have PICO-8 games in Argon... It is on Google Play, Amazon AppStore, and MS Win11 Store... I *love* PICO-8! We have a handful of games pre-loaded (NEST 2 in the screen shot attached is one of them). Working to get more...
×
×
  • Create New...