Sunday, September 20, 2020

ROM sorter scripts for Final Burn Alpha

Greetings, True Believers! Welcome to another action packed episode of Spider-Man and his Amazing Friends. On today's episode we are witnessing the marvelous mystical arts of special guest Dr. Strange. Strange will be using the arcane to copy Final Burn Alpha arcade ROMs from a parent directory to neatly organized child directories sorted by their respective systems! Be sure not to miss the spectacular README.txt for more death defying tips and useful information!

Excelsior! 

To download the scripts form my Google Drive click below.

FBA ROM sorting scripts



Sunday, May 31, 2020

Dolphin Emulator and PCSX2 Copr repositories for Fedora Linux

In the times of yore I compiled and packaged a few emulators for various versions of Fedora Linux. Now days I've found people who do a way better job than I and update far more often than I could ever have. Two of the more popular emulators I maintained were the Playstation 2 emulator PCSX2 and the Nintendo Gamecube/Wii emulator Dolphin Emu. I hadn't built a package for quite awhile as I'd been using the flatpak versions of each. As time went on the flatpaks weren't being updated as often as I'd have liked. Not a real complaint as I was grateful both were available at all. I wanted to mess with newer features being sync'd to the git repositories. I could have gone back to building them myself but I'd grown quite lazy. I did some google'ing around and happened upon Copr repositories for both programs. The respective repositories are built on an almost nightly basis and have been of mostly stable quality so far. Both emulators are packaged by Copr user victoroliveira.

The PCSX2 Copr repo can be found at https://copr.fedorainfracloud.org/coprs/victoroliveira/pcsx2-git/ . There are full instructions for setting the the dnf source at the above address. Pay close attention to the part about 32-bit PCSX2 on 64-bit Fedora otherwise you won't get the emulator installed.

Dolphin Emu's Copr repository is located at https://copr.fedorainfracloud.org/coprs/victoroliveira/dolphin-emu-git/ . If you like you can visit the Copr site for full instructions. Or you can configure and install Dolphin Emu using the following two commands.

sudo dnf copr enable victoroliveira/dolphin-emu-git
sudo dnf install dolphin-emu-git

I've installed both of these emulators and they run very well on my system. Thanks, Victoroliveira.

Friday, May 22, 2020

Waifu2x App for macOS


For those who are confused Waifu2x is an AI based image scaler and smoother. It can take a small image and make it dimensionally bigger as well as smoothing the edges. The end result is nice and pretty. Waifu2x is mainly intended for illustrations, anime images, drawings and comic type material. However it works on photos too. Below is an example.
Original Image

Scaled Image
I compiled this steaming pile of Waifu2x for macOS. I built it on macOS 10.15.4 using the latest available xcode. The original github page can be found below.

https://github.com/imxieyi/waifu2x-mac

You can download the prebuilt application form my google drive.

Download Waifu2x form google drive

Monday, January 27, 2020

OpenBOR RPM compatible with Fedore 31

I spent a little time yesterday trying to compile OpenBOR from source without much luck. Upon failure I went out to the web to look for a .rpm package to install and be done with it. I found a .rpm compiled for SUSE Tumbleweed and figured I'd give it a try since I wasn't having luck otherwise. Luckily it worked without modification and I was off to the races. The build is from August 2018 which mostly coincides with the last git update, so I assume it's as up to date as it's going to be.

The only weirdness I noticed is if you try to list to many games at once it segfaults. I'm not sure if that's a Fedora specific issue or if the same happens under SUSE also.




If you're interested in the SUSE package you can find it located at 
or you can download the .rpm directly from my Google Drive by clicking here.