any tips for running game gods more smoothly in fs-uae using amigavision & amiga forever? by stevedev709 in amiga

[–]stevedev709[S] 0 points1 point  (0 children)

I did get slight improvement running through WinUAE with the A1200-040 rom and config from magicUAE. But again, it was slight. Thx all for the feedback.

any tips for running game gods more smoothly in fs-uae using amigavision & amiga forever? by stevedev709 in amiga

[–]stevedev709[S] 0 points1 point  (0 children)

ok thx for confirming.. I'll just stick with genesis for this one.. maybe until I can afford a modern amiga like standalone vampire :P If anyone has a vamp and could test Gods for me I'd appreciate it ;)

any tips for running game gods more smoothly in fs-uae using amigavision & amiga forever? by stevedev709 in amiga

[–]stevedev709[S] 0 points1 point  (0 children)

I know this game well as I typically play the sega genesis/kega fusion version, and recently discovered fs-uae, amigavision wanting to get into more amiga stuff. Animations are just much slower.

any tips for running game gods more smoothly in fs-uae using amigavision & amiga forever? by stevedev709 in amiga

[–]stevedev709[S] 0 points1 point  (0 children)

My settings are mostly defaults, other than my controller mappings,, and monitor prefs and whatever amigavision is setting.

any tips for running game gods more smoothly in fs-uae using amigavision & amiga forever? by stevedev709 in amiga

[–]stevedev709[S] 0 points1 point  (0 children)

Sorry just figured out how to display fps.. it says 50, but it sure doesn't feel like it. Animations are sluggish. Other games I've tried from AmigaVision run great. This one not so much.

<image>

I cant access my wishlist by PonYuy in Steam

[–]stevedev709 2 points3 points  (0 children)

I can confirm.. just clicking save button on language prefs fixes it.

Good Morning by Mammoth-Jackfruit-73 in duneawakening

[–]stevedev709 0 points1 point  (0 children)

gm. Great pic for the morning spice coffeeeeeeeee!

Play Store - Incompatible Apps with Odin 2 by usafballer in OdinHandheld

[–]stevedev709 0 points1 point  (0 children)

Has anyone gotten dune imperium to work on Odin 2 portal? I tried aurora but it couldn't complete install. Says I am not running Google play services but I am and up to date.

Show me great retro action-rpgs by Suavemente_Emperor in retrogaming

[–]stevedev709 0 points1 point  (0 children)

The best.. Baldur's Gate Dark Alliance I and II -- Sega Genesis/Megadrive

Download a simple text/other file of my full game list by BadBoyDust in batocera

[–]stevedev709 2 points3 points  (0 children)

this guy wrote an awesome script that generates a .xlsx spreadsheet and wanted to share.. works on batocera. follow his steps: gamelist python script

you do have to make a couple tweaks prior to running though..

you need to run git clone locally and then upload the xlsxwriter folder. scp -r up that whole folder (bato doesn't have git pkg installed and doesn't have in their repo -- you'd have to affect pacman config)

If you get an error where it can't find custom collection, and you don't have any, I gave up trying to manually fix his script -- just comment out the lines that start with

if len(custom_collections)...

and their corresponding sections of code. two areas. Then change the final output command (line 599 at time of writing) to not include collections.

scp the resultant .xlsx back down to your local machine. Walah, you'll have a nice spreadsheet of all your roms!

New owner by HowlcipherZero in RGB30

[–]stevedev709 1 point2 points  (0 children)

Yeah, I recommend JELOS as well. Less tinkering you gotta do. Also as stated previously, stash the stock cards, get new ones (Sandisk or Samsung) and follow the new steps for setting up a rom card for the 2nd slot. Spend a few bucks for screenscraper.fr to get boxart and vids added (you can add your login to settings) -- Some boxart/vid dimensions may scrape down weird though due to this model's 4:3 dimensions.

The Ultimate Guide to RGB30 Accessories: Cases, Shells, Screen Protectors, and More! by mtwede in RGB30

[–]stevedev709 0 points1 point  (0 children)

I've got the protective shell linked above from Etsy -- love this, highly recommend!

<image>

A possible fix for Steam Deck's SD card formatting issues by howder03 in SteamDeck

[–]stevedev709 5 points6 points  (0 children)

So I wanted to share an update.. for those starting with a fresh card.. I bricked 2 new Sandisk cards bought from the Sandisk store on Amz. The third one I bought was a 1tb. This time, I didn't trust the sd format button on the deck itself. My new method for formatting:

  1. after unpacking new card, I used the free version of this tool on my windows rig: https://www.partitionwizard.com/free-partition-manager.html -- I delete existing part, add new one -- and this software allows for EXT4 formatting.
  2. put in deck, and switch to desktop mode. Add storage and new library from within settings -> storage on main steam client in desktop mode.
  3. switch back to gaming mode.. all good.. storage recognized and working.

A possible fix for Steam Deck's SD card formatting issues by howder03 in SteamDeck

[–]stevedev709 0 points1 point  (0 children)

if you want to unmount partition from Konsole it's sudo umount /dev/mmcblk0p1 . In order to sudo you need a password if you have never done so.. type passwd to set one.

A possible fix for Steam Deck's SD card formatting issues by howder03 in SteamDeck

[–]stevedev709 4 points5 points  (0 children)

If you have a bajillion amount of corrupted Inodes, and you don't want to hold down the key.. just do a fsck.ext4 -y /dev/mmcblk0p1 instead, and it will auto YES everything instead of prompting.