Official hakchi2 - NES Mini very simple pimp tool

Turnbl

Member
Newcomer
Joined
Oct 4, 2017
Messages
24
Trophies
0
Age
48
XP
267
Country
United Kingdom
Thanks. Have to practice cycling then. ;)
Yes, there are command lines, like disk8type 1541 or so, but I didn't manage to get them to work yet.

The hakchi2 game command lines or hidden ones in Vice config?

I found where you set the drive8type in retroarch (where the controller mappings are) but it applies to all games.

I think a combination of crt and d81 might be the best solution for this device but would still be nice to get d64 working seamlessly too.
 

Spoderman80s

Active Member
Newcomer
Joined
Nov 25, 2017
Messages
27
Trophies
0
Age
35
XP
265
Country
Canada
Hey guys sorry if it was mentioned before but I tried to search and the thread is so huge now, by any chance is it possible to change the game ratio to 16:9 instead of 4:3 with the SNES own emulator (not the emustation one) Thanks in advance !

Anyone knows ? also which tutorial is better if I want to have a dual boot system ? Thanks in advance!
 

youngtune27

Well-Known Member
Member
Joined
Feb 19, 2017
Messages
573
Trophies
0
Age
34
XP
200
Country
United States
I asked about this before, but I guess nobody saw it. I know that with the NES classic, you could get an error that said something like...
Kernel dumped but the MD5 checksum is unknown: c2b57b550f35d64d1c6ce66f9b5180ce

The kernel is already patched or it's an unknown revision. Please send this message to me (press Ctrl+C). Continue at your own risk.

I know that it was safe to continue. Is it also safe to continue on the SNES classic, too ?
Are you challenged? I answered your question already like 6 posts up.
 

KMFDManic

Well-Known Member
Member
Joined
Feb 20, 2017
Messages
742
Trophies
0
Age
49
XP
637
Country
United States
SNES Classic - NES Light Gun Games - USB-HOST!!!



Feasibly, using this Update, along with a USB Light Gun and CRT TV, would potentially work:)

Light Gun Support added for NES Games, using USB-HOST!!! You will need to install either of today's RetroArch Variants for 11-25-17, then use one of the two following command lines...

/bin/fceumm OR at end of argument, leave a space, then --retroarch --fceumm

I also show an alternate way of installing/uninstalling HMODS for use with USB-HOST:)

Alternately, you can use hakchi1, itself to install/uninstall HMODS! This may
be helpful to those of you who get shutdown errors when trying to do USB-HOST
Modification. To do this, navigate to the following path...

/mod/hakchi/transfer/hmod

Then, simply copy and paste the HMODS you want installed. It is recommended to
keep these to 60 Mb or less, per transfer. Delete any that you want uninstalled.
Rebuild Kernel THEN, Memboot will install/uninstall these.

Tremendous thanks again to madmonkey!

https://github.com/KMFDManic/NESC-SNESC-Modifications/releases/
 
Last edited by KMFDManic,

The Frenchman

Well-Known Member
Member
Joined
Apr 13, 2008
Messages
783
Trophies
1
XP
1,987
Country
Canada
just a quick question about dual booting...

If you install the hqs file for NES to the snes classic, when you use hakchi to install NES games, will they show up only in the NES menu? I'm kinda puzzled at how this works...
 

karloz25

Well-Known Member
Member
Joined
Dec 11, 2010
Messages
452
Trophies
1
XP
866
Country
United States
Should be correct when you convert the PS1 ISO to a PSP eBook file

Gesendet von meinem SD4930UR mit Tapatalk

i have a old school folder of eboots that i used back in the psp days... those should work fine. i will try it when i get home from work
 

Liriel

Well-Known Member
Member
Joined
Sep 26, 2017
Messages
797
Trophies
0
Age
44
XP
1,110
Country
Germany
Jepp they should work.
I have make eboot.pbp from my ISO today and Test it.
Only Legend of Mana and Dino crisis make Problems with No recognize of the controls.

Gesendet von meinem SD4930UR mit Tapatalk
 
  • Like
Reactions: karloz25

KMFDManic

Well-Known Member
Member
Joined
Feb 20, 2017
Messages
742
Trophies
0
Age
49
XP
637
Country
United States
Hey, so I tried doing the USB storage things. I've gotten to the point where the SNES games seem to run off the USB just fine, but anything that uses RetroArch just gives me a black screen that requires me to unplug the SNES to exit. Does this mean I messed something up with the hmod installations or what would someone suggest I try to fix?

Edit: Actually, of all things PS1 games seem to work fine. It's everything else that doesn't seem to work (Genesis, NES, GBA, etc.)
You probably have parenthesis or strange characters in your file names. Try them uncompressed as a preliminary test.
 

karloz25

Well-Known Member
Member
Joined
Dec 11, 2010
Messages
452
Trophies
1
XP
866
Country
United States
When adding PS1 games, how can I make it so every game imported gets: bin/pcsx /var/games attached to it.
I dont want to edit over 100 ps1 games or other format games...
 

jelmer

Well-Known Member
Member
Joined
Jan 25, 2017
Messages
393
Trophies
0
XP
200
Country
Bulgaria
just a quick question about dual booting...

If you install the hqs file for NES to the snes classic, when you use hakchi to install NES games, will they show up only in the NES menu? I'm kinda puzzled at how this works...
Yes and when you shut down your Mini in NES mode and power it on again, it boots up in NES mode right? You should then always pick NES in Hakchi2 if you want to sync games again on NES side. If you want change something on the SNES side, you must be sure that the last OS you booted up was the SNES hsqs and pick SNES in Hakchi, otherwise you will break things.
 
Last edited by jelmer,
  • Like
Reactions: The Frenchman

PPlays

Well-Known Member
Member
Joined
Oct 5, 2017
Messages
543
Trophies
0
XP
396
Country
United States
When adding PS1 games, how can I make it so every game imported gets: bin/pcsx /var/games attached to it.
I dont want to edit over 100 ps1 games or other format games...
Not at the moment. There are universal command line arguments but that would affect all the games you have.
 

santamanga

Well-Known Member
Newcomer
Joined
Mar 27, 2017
Messages
89
Trophies
0
XP
82
Country
Gambia, The
Not quite true. He could use the script KMFD Manic provided in the readme:

#!/bin/sh

find -type f -name "*.desktop" | xargs -n1 sed -i 's#/usr/share/games/nes/kachikachi#/var/games#'
find -type f -name "*.desktop" | xargs -n1 sed -i 's#/usr/share/games#/var/games#'
find -type f -name "*.desktop" | xargs -n1 sed -i 's#/var/lib/clover/profiles/0#/var/saves#'
 

PPlays

Well-Known Member
Member
Joined
Oct 5, 2017
Messages
543
Trophies
0
XP
396
Country
United States
Not quite true. He could use the script KMFD Manic provided in the readme:

#!/bin/sh

find -type f -name "*.desktop" | xargs -n1 sed -i 's#/usr/share/games/nes/kachikachi#/var/games#'
find -type f -name "*.desktop" | xargs -n1 sed -i 's#/usr/share/games#/var/games#'
find -type f -name "*.desktop" | xargs -n1 sed -i 's#/var/lib/clover/profiles/0#/var/saves#'
Oh I stand corrected! No idea what any of that means or how it works lol.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: you could say it fell out.