espercontrol, to Miyoo

thinkin' about picking up one of those little handhelds for my birthday. anyone have strong opinions on the mini vs. one of the consoles? looking to spend around $100.

rasterweb,
@rasterweb@mastodon.social avatar

@espercontrol I like the #Anbernic #RG35XX but I'm very much a fan of Game Boy style stuff, not so much later consoles or systems. GarlicOS on the RG35XX is really nice!

I wrote up a bit more here: https://rasterweb.net/raster/2023/07/13/anbernic-rg35xx-handheld-gaming-console/

rasterweb, to Anbernic
@rasterweb@mastodon.social avatar

I added a few updates (and notes) to my Anbernic RG35XX & PICO-8 issues list.

➡️ https://2xlnetworks.notion.site/Anbernic-RG35XX-PICO-8-2430eb0ba0474dd595dcac8cef044b25

#anbernic #rg35xx #pico8 #gameDad

rasterweb, to Anbernic
@rasterweb@mastodon.social avatar

While I do really like TIC-80 I’ve found that most of the games just run too slow on the Anbernic RG35XX. One that does work is Robavoid, which doesn’t rely on things moving quickly. There is one game I tested that showed the FPS and it looks like it’s just too slow for most games with fast movement or jumping. (Almost every PICO-8 game plays fast enough though.)

Check out Robavoid:
➡️ https://tic80.com/play?cart=1554

#tic80 #pico8 #anbernic #rg35xx #gameDad

rasterweb, to Anbernic
@rasterweb@mastodon.social avatar

New retro handheld gaming web site has dropped...

"Retro Handhelds is a community of sites, projects, and servers dedicated to the celebration of classic gaming on the go."

➡️ https://retrohandhelds.gg/

#gameDad #anbernic

rasterweb, to Anbernic
@rasterweb@mastodon.social avatar

Here's a rundown of the script I wrote to work around a weird issue where PICO-8 save data gets corrupted on the Anbernic RG35XX running GarlicOS.

➡️ https://rasterweb.net/raster/2023/08/09/fix-corrupt-pico-8-save-data-on-anbernic-rg35xx/

#anbernic #rg35xx #garlicOS #pico8

rasterweb, to Anbernic
@rasterweb@mastodon.social avatar

I still love the Anbernic RG35XX with GarlicOS but wow I find myself having to write a bunch of scripts to run on the device to fix things that go wrong...

Luckily I'm getting better at writing them, so that's a nice bonus. (Shell scripts were never my strong point.)

#anbernic #rg35xx #garlicOS #gameDad

rasterweb, to retrogaming
@rasterweb@mastodon.social avatar

Reposting from XQuader on other platforms:

New core for PICO-8 (fake08): added RetroArch controls remapping.

➡️ https://drive.google.com/file/d/1AnHu67Q-JGm6G0kp2F96q5kdkS3yhDEK/view

(May not be any real performance improvements but I'll try it out anyway.)

cliophate, to random
@cliophate@overkill.social avatar

I’ll preannounce it here.

We’re launching a membership on overkill soon. It’ll get you an ad-free experience, a to-be-announced members-only newsletter (great for junkies), and more.

We plan to add more to the membership as time goes by. It’ll soft launch at a lower price, but we will raise it as soon as we add more perks.

Coming soon™.

cliophate,
@cliophate@overkill.social avatar

We’re also planning to change what we cover on overkill.wtf a little.

We will not only focus on x86 handhelds a la #SteamDeck or #ROGAlly, but we will also cover retro handhelds like those from #Anbernic, #Retroid or #Miyoo.

Stay tuned ™.

rasterweb, (edited ) to Anbernic
@rasterweb@mastodon.social avatar

Another PICO-8 update for running on the Anbernic RG35XX.

I had a game (Yarn) that worked fine, then eventually would not run, gave the "No carts found" error... But this time I found a fix.

I pulled the SD card and deleted the file found at Saves/CurrentProfile/saves/fake-08/cdata/yarn.p8d.txt and that fixed it.

So I guess sometimes the saved data becomes corrupt and deleting it fixes things.

rasterweb,
@rasterweb@mastodon.social avatar

There's always the terminal... but you'll go mad trying to type into it.

#anbernic #rg35xx #garlicOS

rasterweb,
@rasterweb@mastodon.social avatar

Huzzah! A script works. I have a script that can run on the Anbernic RG35XX to delete a bad save file from a PICO-8 game.

It's not idea, it's got the name hardcoded, but it does work.

So I can write shell scripts for this thing? I have ideas...

#pico8 #rg35xx #anbernic #garlicOS

rasterweb, (edited )
@rasterweb@mastodon.social avatar

So basically multiple copies with different names.... though I'm guessing they would not save state since the system would see them as different games so... maybe not.

(Or I could just play a different game I guess!)

#pico8 #rg35xx #anbernic #garlicOS

rasterweb, (edited )
@rasterweb@mastodon.social avatar

I may try this for any PICO-8 games that exhibit this corrupt behavior:

Make a copy with a different name (and load them both on the SD card) and see if that one works fine after the original craps out.

My thinking is that if I am not around a computer this could be a quick preventative fix...

#pico8 #rg35xx #anbernic

rasterweb,
@rasterweb@mastodon.social avatar

Wait, wait... I should be able to check the directory then get the most recently modified file and just delete it.

So once a game's save file goes corrupt just delete it immediately.

Sounds like I've got a project for this weekend...

#pico8 #rg35xx #anbernic #garlicOS

rasterweb, (edited )
@rasterweb@mastodon.social avatar

Oh wait, wait... I think I can just write a shell script to delete the bad save files!

That should be simple to hardcode, a bit more difficult to make one that works with any file... but should be doable. (Maybe not by me though.)

#pico8 #rg35xx #anbernic

rasterweb, to Anbernic
@rasterweb@mastodon.social avatar

Okay, I've got a basic script that works to fix corrupt PICO-8 files on the Anbernic RG35XX running GarlicOS. You run it using SimpleTerminal and it's interactive so you just need to type Y, N, or Q as it loops through the most recently modified files. It's probably not perfect but seems to work in my basic testing.

rasterweb, to Anbernic
@rasterweb@mastodon.social avatar

One of my tweaks for the Anbernic running GarlicOS. Since I am not an old time gamer I don't know what the heck controller goes with what the heck old console system!

So I added text labels. I didn't really plan it out so it could have been much better, but it works for now.

It was just a matter of editing the images on the SD card.

A screen shot from an Anbernic RG35XX running GarlicOS showing icons with text labels added.

rasterweb, to Anbernic
@rasterweb@mastodon.social avatar

I've been adding notes as I go to this page and eventually will probably create an actual blog post and publish the script I wrote.

➡️ https://2xlnetworks.notion.site/Anbernic-RG35XX-PICO-8-2430eb0ba0474dd595dcac8cef044b25

qlp, to Anbernic
@qlp@linh.social avatar

Accomplished two things things early this afternoon:

  1. Plopped in a replacement battery for my Anbernic RG552 after the original one turned into a spicy pillow. The back cover has a small bulge from there the battery had puffed up. I had to use two-sided tape to stick the new battery to the back cover.

It's charging now and hope the replacement one doesn't become another spicy pillow.

  1. Replaced the 4 GB Pi 4 that had the flaky Ethernet port with a new 8 GB Pi 4 board that I will be using to play around with Prometheus and Grafana.

rasterweb, to random
@rasterweb@mastodon.social avatar

I've been quiet most of this week because I've been slightly off the grid and just chilling in rural Maryland while house sitting (and pool sitting and dog sitting) but I spent a bunch of time messing around with the Anbernic RG35XX running GarlicOS so I'll probably do some posts about that...

rasterweb,
@rasterweb@mastodon.social avatar

I had a ton of game for the Game Boy (plus GBA and GBC) loaded but had paired them down to just my favorites, but I added in tons again to try new ones.

I think ultimately I'll just make two swappable SD cards, one with favorites and one fully loaded with every ROM I can find.

(I'll just keep them both in the travel case I use.)

This will allow a "fun/play" mode and an "explore" mode by just a card swap.

#gameDad #anbernic #handheld

rasterweb, to Anbernic
@rasterweb@mastodon.social avatar

I tested a whole lot of PICO-8 games on the Anbernic RG35XX and these are the results (so far! I still have a lot to add to the list but I'm going to go play now.)

➡️ https://2xlnetworks.notion.site/Anbernic-RG35XX-PICO-8-2430eb0ba0474dd595dcac8cef044b25

crazybutable, to Anbernic
@crazybutable@mastodon.social avatar

Hey #GameDad folks, #anbernic is having a sale right now until 8/27, there’s a code on their home page

Glad I waited until after vacation to pick one up!

rasterweb, to retrogaming
@rasterweb@mastodon.social avatar

Reposting from XQuader on other platforms:

New core for TIC-80 (tic80): HUGE performance improvement, here are benchmark results:

Bunnymark (bunnies number till stutters): 40 bunnies in old core, 340 bunnies in new core
Crapmark (overall score): 3170 in old core, 10015 in new core

➡️ https://drive.google.com/file/d/1stTX9kra789LZ3HX-UA5PcKPJT9wTQc3/view

(I posted about TIC-80 being really slow on the RG35XX so I hope this helps.)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines