Official hakchi2 - NES Mini very simple pimp tool

  • Thread starter Thread starter Cluster
  • Start date Start date
  • Views Views 4,402,520
  • Replies Replies 18,558
  • Likes Likes 138
I do wonder though. Since it syncs so dam fast now why do you really need 800 on all at once? Unless you plan to take it with you everywhere. Anytime you wanna play a new game or something it syncs so fast that even if someone came over to play with you it's not hard to pick a few games from your hakchi and send them over and play. Instead of wasting time going through grips of folders.

Lol that's true. Maybe for other's just want to fill games and customize most of the time on their nes mini.

For me it's like a collection of my childhood games (nes, snes, sega & neogeo) that something I want to play for nostalgia at freetime without re-uploading.

Though I'm really tempted to do that especially for early PS1 games like Toshinden.... I wish I still have 400mb more space.
 
  • Like
Reactions: HecklerJH
Lol that's true. Maybe for other's just want to fill games and customize most of the time on their nes mini.

For me it's like a collection of my childhood games (nes, snes, sega & neogeo) that something I want to play for nostalgia at freetime without re-uploading.

Though I'm really tempted to do that especially for early PS1 games like Toshinden.... I wish I still have 400mb more space.
totally feel you on that! That's why I'm leavin my other one alone it has everything I want. All my favorite games that I played etc. How come you updated hakchi if everything was working good?
 
Your folders have icons on them like sonic and such how lol

I created them for my faves. ;) I could try to send them to you if ya like.

Edit: Or just drop a zipped file of them(and others I have collected) :P

Orange Folders with Custom Chars preview.PNG
 

Attachments

Last edited by HecklerJH,
  • Like
Reactions: youngtune27
totally feel you on that! That's why I'm leavin my other one alone it has everything I want. All my favorite games that I played etc. How come you updated hakchi if everything was working good?

Not quite. During 2.13 I've never completed my neogeo games as it is pain in the ass to test them all in mame2k3, mame2k3mini and mame2k... and only to found out that some large roms don't support it. I only have few hours at night to do this after my kids asleep :)

I remember playing N64 on my friends house just maybe I can slap Mario 64 but it's ok not too.
 
Correct. From what I've done anyway.

--------------------- MERGED ---------------------------

Is the clovercon.hmod that is in the mods/hmods folder of new version already installed, or do we have to put it in user mods and install as a module?

I've got what I think is a 3rd party wii classic pro controller (or a very good clone) that is not working and by the sounds of it 3rd party controllers should now be working.
Did you find the solution? I have the same problem
 
Last edited by Eggman85,
Ok, It's my first time to test N64 games eg. Mario Kart and Smash Bros and they are really sloooowwww. Only playable is Super Mario Bros 64.

Is there any workaround for this?
 
Did you find the solution? I have the same problem
I have not found an answer to this question as of yet. Nor have I tried to put it in user_mods folder and install it. I'm pretty sure it's already "installed" from mods folder.
 
I have not found an answer to this question as of yet. Nor have I tried to put it in user_mods folder and install it. I'm pretty sure it's already "installed" from mods folder.

It's already installed with the new Hakchi 2.14(b).
 
I'll tell you right now, these controllers feel so good. Has nice weight to them as well. Enjoy the controller. It is my go to since they got the firmware updated to function. :toot::toot:

Do i need to re-map the buttons of this SFC30 controller ?
 
well the save slots only work for me on megadrive(pico) snes(2005) and gba/gbc (mgba/gambatte) with sound ...the mame potentially work but soudn doesnt always fix it self and some people had not muc hluck in continuing aafter a while and ihavent played it long enough to see if its clockable/complete game /stable enough.. but i launched outrun on mame for example and left it on loop on all night no issues still running now! (demo mode / burn/ screensaver =OFF) ..stella also not even showing a saveslot(like n64)
 
How to batch compress your existing NES roms library and save space on your mini!

This is probably an option that will be added in hakchi's future versions but since compression is only available when adding non-NES games at the moment, I decided to share my method with you because it worked extremely well for me. If, like me, you have all your NES roms added in your game library already and you have added all the nice artwork etc, read on. The procedure is done in two major steps, first we find and compress all the .nes files inside hakchi's games folder using 7-zip. Then we edit all the corresponding .desktop files inside every game folder to correctly point to the .7z file instead of the .nes file. Bare in mind that this method will work ONLY if RetroArch handles all games via the global command line option --retroarch.

1. MAKE A BACKUP of your games folder.
2. Make sure 7-zip and Notepad++ are installed.
3. Open the windows command line (command prompt) and navigate inside your games folder, in my case it was cd D:\Emulation\hakchi2\games
4. Copy/Paste the following command in a new text document and save it as "compress.bat" in your games folder:

for /R %%f in (*.nes) do ("C:\Program Files\7-Zip\7z.exe" a -t7z -mx9 "%%~pf%%~nf.7z" "%%f")

5. If Windows is giving you problems with the file extensions then download my file from the link: https://mega.nz/#!zQ0wDDpT!SEMaQz69AG7O4WzSNo-LHf1PBJj0msSPOXFadJxDITQ and put it inside the games folder.
6. Type compress.bat on the command prompt you opened previously.
7. Wait until it's done compressing all the .nes files and type the command again if you have .fds format games, just remember to change the command properly.
8. Using the Windows Explorer, open the hakchi2\games folder, search for *.nes and *.fds and delete them, they are no longer needed.
9. Open Notepad++ and either press Ctrl-Shift-F or use the menu Search > Find in files
10. Match the settings in the following screenshot (point it to your own games folder!):
2017_03_21_00_36_03.png

11. Press "Replace in Files" and confirm when it asks you to, it will only take a moment to do this for all the files.
12. If you have .fds games do the same thing but change the "Find what" option to .fds and repeat.

You're done! See how much space you have saved and re-sync your games back to the mini!
Launch a few games and check if everything works properly. Good luck!

As a followup to this, now that I finally finished getting all the cover art set up and my NES classic reflashed...

I just noticed that with the --retroarch command line flag in place to play all .nes files with retroarch, save states are disabled. I when I reset out of a NES title, there's no option to create a save-state. I tested with Genesis games and they work fine, so I'm not sure what's going on.

Anyone know why doing the above and forcing all NES games to play through RA would disable save-states for NES games?

*EDIT / UPDATE* - I re-synced the games again as I had forgotten a few things, tested both NES classic and NES .nes roms and this time they are all allowing save-states. Honestly don't know why they weren't at first, but issue self-resolved itself.
 
Last edited by Lukano,
  • Like
Reactions: AndyVr
Need more of a computer guy here more than anything to answer this question. 2.14 is running just great. The only problem I'm having is that when I click on hakchi to open the program, it takes literally 3-4 minutes to open up, I get a lot of "not responding" messages, but then it eventually smartens up.

Computer is Windows 10 and is fairly new. Lots of space on it in terms of memory and am wondering why it takes so long to boot up.
Even when the program opens up and I click sync games to nes, it takes forever to get to folder manager.
 
Need more of a computer guy here more than anything to answer this question. 2.14 is running just great. The only problem I'm having is that when I click on hakchi to open the program, it takes literally 3-4 minutes to open up, I get a lot of "not responding" messages, but then it eventually smartens up.

Computer is Windows 10 and is fairly new. Lots of space on it in terms of memory and am wondering why it takes so long to boot up.
Even when the program opens up and I click sync games to nes, it takes forever to get to folder manager.
Turn off windows defender. I noticed similar things. But that helped me a lot. Opens right up. But when WD is enabled it's slower and takes a good min to open up.
 
I tried installing SNES & N64 roms in 7zip files and they played fine, but in-game saves and save states (SNES) don't work.
I tried selecting and deselecting "Compress" in the settings, but to no avail. Is anybody else having this problem? If so, any fix?
 
What worked for me was upgrading the NES30 pro with the 1.73beta0 found here:
http://forum.8bitdo.com/forum.php?mod=attachment&aid=NTM1fGFhYWRhNzczfDE0OTAzMDMzNTN8MHwxMTc5

I then upgraded the Retro Receiver's firmware to 1.05beta3 found here:
http://download.8bitdo.com/Tools/Receiver/NesMini/8Bitdo_NesMini_RR_Firmware_V105_beta3.zip

I didn't need to remap any buttons, they all worked as expected. The only thing I needed to do was remap the D-pad. Analog sticks work fine too.
I tried installing SNES & N64 roms in 7zip files and they played fine, but in-game saves and save states (SNES) don't work.
I tried selecting and deselecting "Compress" in the settings, but to no avail. Is anybody else having this problem? If so, any fix?

Correct me if I'm wrong, but I think they have to be completely unzipped before you add them.
 
  • Like
Reactions: youngtune27

Site & Scene News

Popular threads in this forum