Official hakchi2 - NES Mini very simple pimp tool

HecklerJH

Well-Known Member
Member
Joined
Feb 12, 2017
Messages
110
Trophies
0
Age
44
XP
141
Country
United States
Okay guys, is the SNES9x2010 savestates problem still present?
I think I know why that happens.
The only SNES game I am having save state issues with is Super Mario RPG. It freezes and won't play, after opening saved state. You can play just fine and save it, but when you open it back up, the game is no longer playable... Something like that, what you were talking about?

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

Yep did all these things. What other version is there? 2.12.
2.13e has some bug and folder fixes. From the Release page:
  • Fixed huge bug in folder manager when new folders were missed after first sync.
Thought it may help in your case
 

pcm720

Well-Known Member
Member
Joined
Jul 29, 2012
Messages
280
Trophies
0
Website
pcm720.me
XP
565
Country
Russia
The only SNES game I am having save state issues with is Super Mario RPG. It freezes and won't play, after opening saved state. You can play just fine and save it, but when you open it back up, the game is no longer playable... Something like that, what you were talking about?

Read my previous post about 0.4.1, there was a different issue.
If savestates for other games work fine, the issue you're having with SM RPG looks like core bug.
 
  • Like
Reactions: HecklerJH

rot86

Well-Known Member
Newcomer
Joined
Feb 6, 2017
Messages
55
Trophies
0
XP
69
Country
Spain
Hi guys.

I can't detect the bios of neo-geo..

It doesn't work for me this way:

I added neogeo.zip in the \ user_mods \ bios_images.hmod \ etc \ folder \ system folder

I install it in module as always and it will not. solution?
 
Last edited by rot86,

HecklerJH

Well-Known Member
Member
Joined
Feb 12, 2017
Messages
110
Trophies
0
Age
44
XP
141
Country
United States
Read my previous post about 0.4.1, there was a different issue.
If savestates for other games work fine, the issue you're having with SM RPG looks like core bug.
Thanks. I had read your previous post, after posting my original question, lol. I have since installed new release and reflashing games, since I already had changed some command lines previously.

Nice catch with the large save states! Keep up the great work @pcm720 !
 
Last edited by HecklerJH,

vintageretro

Member
Newcomer
Joined
Feb 25, 2017
Messages
18
Trophies
0
XP
65
Country
Swaziland
Tried to find some search results here but in was unlucky. How is the performance for n64 games with glupen? Most favorite ist mariokart and i don't install any n64 games yet.
 

EleonoraYumizuru

Member
Newcomer
Joined
Feb 24, 2017
Messages
24
Trophies
0
XP
59
Country
Italy
Hi guys.

I can't detect the bios of neo-geo..

It doesn't work for me this way:

I added neogeo.zip in the \ user_mods \ bios_images.hmod \ etc \ folder \ system folder

I install it in module as always and it will not. solution?
You have to put the bios in the game folder.
 

herm4n

Member
Newcomer
Joined
Feb 3, 2017
Messages
19
Trophies
0
Age
43
XP
72
Country
Gambia, The
Tried to find some search results here but in was unlucky. How is the performance for n64 games with glupen? Most favorite ist mariokart and i don't install any n64 games yet.
I tried:
Mario Kart - works ok, played many cups. I am eager to try battle mode when my second controler arives
Mario 64 - save state not working, gameplay ok
GoldenEye - slow, audio issues
Extreme G - almost smooth, but graphical issues (road disappears)
Castlevania - ok

How can I adress these issues for GoldenEye and Extreme G?
 
  • Like
Reactions: vintageretro

kingj

Well-Known Member
Member
Joined
Feb 3, 2017
Messages
216
Trophies
0
Age
30
XP
88
Country
Canada
https://github.com/pcm720/retroarch-clover/releases

so there new release, do we need update hmod? or no cause its 4.1 extra? Or do we justu ninstall SNES 9x2010 and install snes 2005

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

Also guys what games runs smooth on the N64 cores? and which cores.

we should compile list. I know i heard mario 64 and doom work good. I seen video mario kart 64 working pretty good too
 

kaz321123

Well-Known Member
Newcomer
Joined
Feb 23, 2017
Messages
71
Trophies
0
XP
106
Country
United States
Increased/optimized 204x204 .pngs with transparencies icons for hakchi folders manager:
AWmvJUi.png

https://www.sendspace.com/file/gqlmht

If you have the time, could you make a couple more images? (I love these, and am using them right now).

Could you make one that has just a note/notes on it (for video game music).

And perhaps another one that says something like "Miscellaneous Games". I like the format of these, so I was hoping you might have time to make some in the same way.
 
Last edited by kaz321123,

chillmodious

Well-Known Member
Member
Joined
Jan 11, 2017
Messages
218
Trophies
0
Age
43
XP
114
Country
United States
*Sigh…* Why do I keep updating the readme if no one reads it?
It's all there:
How to use this
  1. Go to "releases" tab and download the newest release.zip
  2. Unpack release.zip anywhere you want
  3. Copy retroarch.hmod and the cores you want (.hmod files from cores and extra_cores folders) to user_mods directory of Hakchi2.
  4. Install the modules (all modules can be installed in one go) via Hakchi2's Modules menu.
  5. Add the games as usual
————————————————————
The newest version is now 0.4.1:
https://github.com/pcm720/retroarch-clover/releases/latest
Changes:
  • Apparently, there is a bug in the snes9x2010 core that causes it to create 5 MB savestates (thus rapidly filling up NES Mini's data partition). Because of that, we're using snes9x2005 as a main core from now on.
Here's the bug on libretro's snes9x2010 GitHub repo:
https://github.com/libretro/snes9x2010/issues/89

snes9x2010:
Code:
root@CLOVER:/var/lib/clover/profiles/0/CLV-U-OXJCC# ls -hl
total 4968
-rw-r--r--    1 root     root        4.8M Jan  1 00:28 1.state
-rw-r--r--    1 root     root       12.7K Jan  1 00:28 1.state.png
-rw-r--r--    1 root     root           3 Jan  1 00:28 1.state_time.txt
-rw-r--r--    1 root     root       64.0K Jan  1 00:28 save.sram

snes9x2005:
Code:
root@CLOVER:/var/lib/clover/profiles/0/CLV-U-OXJCC# ls -lh
total 596
-rw-r--r--    1 root     root      515.5K Jan  1 00:50 1.state
-rw-r--r--    1 root     root       11.5K Jan  1 00:50 1.state.png
-rw-r--r--    1 root     root           3 Jan  1 00:50 1.state_time.txt
-rw-r--r--    1 root     root       64.0K Jan  1 00:50 save.sram

This is a big deal. The snes9x2010 is a much better core for gameplay purposes (with the exception of a few titles, namely Yoshi's Island), but obviously save states are important. When you say the snes9x2005 is now going to be the default core, I'm a bit confused...don't we manually install cores, thus making it our preference anyway? When I updated to 2.13e, I installed your latest version (0.4) and chose to install only gambatte and snes9x2010 cores. There was no "default." Can you explain a little more?

https://github.com/pcm720/retroarch-clover/releases

so there new release, do we need update hmod? or no cause its 4.1 extra? Or do we justu ninstall SNES 9x2010 and install snes 2005

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

Also guys what games runs smooth on the N64 cores? and which cores.

we should compile list. I know i heard mario 64 and doom work good. I seen video mario kart 64 working pretty good too

Yeah I'm uncertain about this too. Also very conflicted about what to do now--since it looks like a choice between better gameplay or more save states.
 

alcab

Well-Known Member
Member
Joined
Nov 22, 2005
Messages
189
Trophies
1
Website
Visit site
XP
1,058
Country
Sorry for asking again. I've been searching the thread but I've been unable to locate the answer to this question, though I know it's been asked a few times. I'm talking about the analog stick when playing N64 games with glupen core. Games like Mario 64 cannot be played properly because when going in diagonal direction the character doesn't run.

If anyone could help me solve this issue, I'd be very grateful.

In any case, thanks a lot to clusterM and pcm720 for their amazing job!!
 

WaveRider626

New Member
Newbie
Joined
Feb 20, 2017
Messages
4
Trophies
0
Age
84
XP
53
Country
United States
No, the way I say is to save space, so use the same bios for all other cores/games.

thx.

I believe that the "fbalpha2012_neogeo_libretro" core is programed to only look at the game directory for the BIOS files. This fact was even mentioned in the .info file.
 

pcm720

Well-Known Member
Member
Joined
Jul 29, 2012
Messages
280
Trophies
0
Website
pcm720.me
XP
565
Country
Russia
This is a big deal. The snes9x2010 is a much better core for gameplay purposes (with the exception of a few titles, namely Yoshi's Island), but obviously save states are important. When you say the snes9x2005 is now going to be the default core, I'm a bit confused...don't we manually install cores, thus making it our preference anyway? When I updated to 2.13e, I installed your latest version (0.4) and chose to install only gambatte and snes9x2010 cores. There was no "default." Can you explain a little more?

Default cores are the ones that you see in "cores" folder of release.zip.
I obviously can't include a core that has a bug this serious as a main one.

Anyway, you still can use snes9x2010. Just don't use savestates.
 

artemus3

Well-Known Member
Member
Joined
Sep 1, 2016
Messages
123
Trophies
0
Age
43
XP
128
Country
France
@pcm720 Hi guy ! Thank you for your great job. Is it possible to switch side in FDS NES games without using retroarch menu ? Thank you very much. Rgs.
 

Baggins

Well-Known Member
Member
Joined
Jan 27, 2017
Messages
280
Trophies
0
Age
44
XP
314
Country
United States
Is there a list of the command line options available?

Is the force fceumm command? --core fceumm?

I forced nestopia on something and ended up preferring the fceumm, but it won't stay on the other.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    S @ salazarcosplay: how are you @BigOnYa ??