Homebrew [Release] CHMM2 - Custom Home Menu Manager 2

  • Thread starter Thread starter Rinnegatamante
  • Start date Start date
  • Views Views 921,546
  • Replies Replies 2,512
  • Likes Likes 110
That fixed the loading of individual themes, but not my overarching problem. I can't access the Shuffle feature at all, I press X and nothing happens. it works fine in the old 2.1 beta, but not in any later version. Any ideas?
Disable themes back to the default theme. After using the FBI uninstall file created by themes store. Once this is done restart your 3DS and reinstall access the themes store to create the file again after reinstalling CHMM2 2.7.
I had the same problem when you upgrade to version 2.7 update did not work I performed this procedure is the application worked.
 
Last edited by Ryumaru,
Hi,
Everything works fine on 2 of my 3DS but on the 3rd (an O3DS) I can't see the preview of the themes.
What I did is I tried to update the 3dsx in the 3ds/CHMM2 folder and to install the cia to have 2 ways to launch CMM2 (on the others I just installed the cia).
That's why I think that I may have melted 2 versions... So I tried to delete the config file (in the Themes folder) but it didn't fix my preview problem.
Can you help me please ? Thx in (GB) advance ;)
 
Last edited by myki,
Doc Smea: 3DS, we are going back.
3DS Mcfly: To when?
Doc Smea: We are going back to the 9.2.0!
3DS Mcfly: Using what?
Doc Smea: Using the 3DeLorean
3DS Mcfly: Doc, you make a KernelTimeMachine out of a MEMCHUNKHAX2???
Doc Smea: We can downgrade on all firmwares! Beware however, using the 3DeLorean inappropriately can cause massive bricks that can't be avoided unless you have the KernelTimeBackup or hardmod if you want to say it much more normally

Jeje
 
Doc Smea: 3DS, we are going back.
3DS Mcfly: To when?
Doc Smea: We are going back to the 9.2.0!
3DS Mcfly: Using what?
Doc Smea: Using the 3DeLorean
3DS Mcfly: Doc, you make a KernelTimeMachine out of a MEMCHUNKHAX2???
Doc Smea: We can downgrade on all firmwares! Beware however, using the 3DeLorean inappropriately can cause massive bricks that can't be avoided unless you have the KernelTimeBackup or hardmod if you want to say it much more normally

Jeje
Hum. This is the chmm release thread

Sent from my Nokia 3310 using Tapatalk
 
That fixed the loading of individual themes, but not my overarching problem. I can't access the Shuffle feature at all, I press X and nothing happens. it works fine in the old 2.1 beta, but not in any later version. Any ideas?

What do you see on right-bottom part of the top screen? (Menuhax Mode: ON or other strings?)
 
Doc Smea: 3DS, we are going back.
3DS Mcfly: To when?
Doc Smea: We are going back to the 9.2.0!
3DS Mcfly: Using what?
Doc Smea: Using the 3DeLorean
3DS Mcfly: Doc, you make a KernelTimeMachine out of a MEMCHUNKHAX2???
Doc Smea: We can downgrade on all firmwares! Beware however, using the 3DeLorean inappropriately can cause massive bricks that can't be avoided unless you have the KernelTimeBackup or hardmod if you want to say it much more normally

Jeje
I think you post on the wrong thread
 
For anyone who worked/is working on some CHMM Localization:

In next release a new string must be translated:
Code:
installth3 = "Install theme (No BGM)"

You can send your translated string here or by PM as you wish.
 
For anyone who worked/is working on some CHMM Localization:

In next release a new string must be translated:
Code:
installth3 = "Install theme (No BGM)"

You can send your translated string here or by PM as you wish.
For portuguese - "Instalar tema (Sem BGM)"
 
  • Like
Reactions: Rinnegatamante
Anyone had issues when try to install multiple themes in shuffle mode?
When I try to install various themes I get an app crash.
 
For the people i have traslate this app to the spanish, its no perfect but i decided share for contribute for add spanish language to this app.
Of course it can to get better.
I actually did one before yours, you have some orthographic mistakes, you should have read the last pages and give me some advice about my Spanish traslation
 
now this file is useable with the latest chmm2, i tested myself using this file, and now i dont get errors, i dont know why i have to change the file name to english in order to detect my spanish traslation (my console language in spanish)

About the auto detection, i used these values but maybe they're wrong (?): https://github.com/smealum/ctrulib/blob/master/libctru/include/3ds/services/cfgu.h#L19-L34

Can you try to rename spanish.txt in one of these and check if one of them work? (I know it's an annoying test :P )

Code:
if lang_id == 0 then
   localization = chdir().."../CHMM Localization/japanese.txt"
elseif lang_id == 1 then
   localization = chdir().."../CHMM Localization/english.txt"
elseif lang_id == 2 then
   localization = chdir().."../CHMM Localization/french.txt"
elseif lang_id == 3 then
   localization = chdir().."../CHMM Localization/german.txt"
elseif lang_id == 4 then
   localization = chdir().."../CHMM Localization/italian.txt"
elseif lang_id == 5 then
   localization = chdir().."../CHMM Localization/spanish.txt"
elseif lang_id == 6 then
   localization = chdir().."../CHMM Localization/simplified chinese.txt"
elseif lang_id == 7 then
   localization = chdir().."../CHMM Localization/korean.txt"
elseif lang_id == 8 then
   localization = chdir().."../CHMM Localization/dutch.txt"
elseif lang_id == 9 then
   localization = chdir().."../CHMM Localization/portuguese.txt"
elseif lang_id == 10 then
   localization = chdir().."../CHMM Localization/russian.txt"
else
   localization = chdir().."../CHMM Localization/traditional chinese.txt"
end
 

Site & Scene News

Popular threads in this forum