TheMoon
Member
Sad to see no one is adding Mario missing. That game's educational.
if you add Mario is Missing then how can ...
Sad to see no one is adding Mario missing. That game's educational.
Did the original game also have black bars on the top and bottom? Happens only in the levels (not the overworld). Is there a way to "fix" this or is this just how the game was programmed?
OverscanDid the original game also have black bars on the top and bottom? Happens only in the levels (not the overworld). Is there a way to "fix" this or is this just how the game was programmed?
If you use hakchi to add a new game, it's randomly generated. But the ones on the console already have one, so if you FTPd in and grabbed them off there, they will still have the one they were assigned. Hakchi won't generate a new one.
Is there an exhaustive list of games that don't work well with the stock emulator? I heard my childhood favorite Goof Troop doesn't, so need to mark them for Retroarch.
Is there an exhaustive list of games that don't work well with the stock emulator? I heard my childhood favorite Goof Troop doesn't, so need to mark them for Retroarch.
Robin64, what do I need to do to get NES roms to work? Anything besides 0.8 retroarch-clover?
I would do it just to be safe. Just because you're seeing no issues doesn't mean there's nothing going on behind the scenes that shouldn't.
It takes less than 5 minutes to reflash, better safe than regret it later.
Thanks, so his latest rc is safer than rc3? Do I need to go back to the original kernel or can I just overwrite the flashed kernel with the new one?
The latest one is no longer even an RC, it's a final launch version. Definitely get it.
You're really better off doing this:
1) Drop new files on top of old hakchi files.
2) Go to Kernel -> Uninstall. Say yes when asked about factory kernel.
3) Kernel -> Flash custom kernel
4) Resync games
Does hackchi accept zip-files or should I unpack roms before adding them?
Cluster already has a Retroarch file for download on the same site. It's mentioned in the Hackchi 2.20 details.So can I go ahead and install a bunch of games now using hakchi, and then add Terranigma later using retroarch? That game will not work currently without retroarch right?
Not as far as I know, but I might not be the best person to ask as I am not doing anything non-SNES on this.
The latest one is no longer even an RC, it's a final launch version. Definitely get it.
You're really better off doing this:
1) Drop new files on top of old hakchi files.
2) Go to Kernel -> Uninstall. Say yes when asked about factory kernel.
3) Kernel -> Flash custom kernel
4) Resync games
I was right about to do this, but I have a question: would this delete my saves for games that aren't in the original kernel? It says "it will remove all traces of hakchi", and by definition those saves would be such a trace.
I'm mostly asking if I should backup saves of added games that I care about.
What is the difference between the portable and no-portable version?
Note: These are not screenshots. I just placed a random google picture into the frames. But what you see is 99 % what you get.
If you haven't done much of this yet, read the OP first so you have an idea of how everything works. You need to overmount the file /usr/bin/clover-canoe-shvc. Make a copy of it onto your computer, then make a text file named something like p0202_filter with two lines--
and a blank line underneath. Put the file you created in /var/lib/hakchi/rootfs/etc/preinit.d/Code:overmount /usr/bin/clover-canoe-shvc
Now, edit your copy of clover-canoe-shvc based on how you want your filters to behave. There are three relevant lines here.
Code:keep-aspect-ratio) options="$options -filter 1 -magfilter X" ;; //4:3 mode pixel-perfect) options="$options -filter 1 --pixel-perfect" ;; crt-filter) options="$options -filter 2 -magfilter X" ;;
-magfilter is what controls the display filter. Set it to 3 to disable the bilinear filter, or set it to 2 to enable the horizontal-only linear filter.
-filter controls the scanline filter. You can turn it on by setting it to 2, for example if you want to use scanlines in pixel perfect mode as well.
After you set it up how you like, copy that file to /var/lib/hakchi/rootfs/usr/bin/.
Can confirm my Chrono Trigger and SimCity saves, both battery and save states, were intact after doing this process.
Portable means everything works in the same folder. Non-portable means it gets installed and some files go to your Documents folders. I prefer portable, easier to find everything.
You can try the older Snes9x 2005 for better performance, although it's less accurate.If a game runs slowly in Retroarch is that just a hardware limitation?
Rudra's Treasure seems to run well but slows down with crackly audio in the menus.
--use-decorative-frame [path]
You want the CRT filter without scanlines?
That'd be:
Code:crt-filter) options="$options -filter 1 -magfilter 1" ;;
Quick question before I royally screw everything up:
Can I modify the thumbnail for the 21 packed-in games without altering their behavior? For example, breaking high-res mode for SoM or preventing Star Fox 1 and 2 from benefitting from the FX boost command.
If so... what's the path on the FTP server to those folders?
Quick question before I royally screw everything up:
Can I modify the thumbnail for the 21 packed-in games without altering their behavior? For example, breaking high-res mode for SoM or preventing Star Fox 1 and 2 from benefitting from the FX boost command.
If so... what's the path on the FTP server to those folders?
This is a little trickier. You need to FTP into the machine (hakchi has the info you need in the Tools menu) and browse to /usr/share/games/. There you will find the preinstalled CLV-P-xxxxx games. Download those to your PC. (Make sure to set your FTP client to transfer only 1 file at a time, the SNES Mini really hates more than that)
Now copy those folders to hackchi's /snes_games/ folders where your custom games are.
Now restart hakchi and you will see they appear as custom games too alongside previous ones you added, so you will want to deselect the original 21. Now you have copies that you can work with, such as changing their box art and thumbnails.
Basically you are just replacing the images in those folders and sync the system again.
Edit: Late af.
Cluster does currently recommend using an Uninstall, but this is mostly as a catch-all to fix the voltage problems that people may or may not have. It's just easier to tell everyone to start fresh. (Honestly, it takes 5 mins and you lose no game stuff, so probably best to take the advice)
a disturbing lack of biker mice from mars mentioned in this thread*
Could this get fixed somehow with hakchi in the future?
*This post was sponsored by Snickers.
Unlikely, the NES Mini had a similar limit and it's exactly why they made folders. Hakchi didn't have those at first til this was discovered.