Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Parental control lockout #34

Open
Hamcha opened this issue Jun 19, 2016 · 5 comments
Open

Parental control lockout #34

Hamcha opened this issue Jun 19, 2016 · 5 comments
Labels

Comments

@Hamcha
Copy link
Owner

Hamcha commented Jun 19, 2016

Don't allow this to be used when Parental control is enabled, just like FBI.

@Hamcha Hamcha added the feature label Jun 19, 2016
@NightScript370
Copy link

NightScript370 commented Jun 19, 2016

I might be able to do it. In the smdh (before creating the .cia), replace the

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FF FF FF 7F 00 00 00 00 00 00 00 00 00 00 00 00 05 01

at 0x2008 to 0x2029 by:

99 99 00 99 99 00 99 99 99 99 99 00 00 00 00 00 FF FF FF 7F 00 00 00 00 00 00 00 00 00 00 00 00 41 01

@Hamcha
Copy link
Owner Author

Hamcha commented Jun 19, 2016

The SMDH is created at compile time by Bannertool, FBI passes rating flags, so I guess that's how @steveice does it.
I rather try that before doing blind hex editing.

@LiquidFenrir
Copy link

replace the flags in the Makefile (line 127) from
-f visible,allow3d,extendedbanner,nosavebackups
to
-f visible,extendedbanner,nosavebackups,ratingrequired --cero 153 --esrb 153 --usk 153 --pegigen 153 --pegiptr 153 --pegibbfc 153 --cob 153 --grb 153 --cgsrr 153
removed the allow3d because there is no use of 3d in this, so for people like me that have 3D disabled in parental controls, it's just an annoying warning message.

@Hamcha
Copy link
Owner Author

Hamcha commented Jun 19, 2016

Nice, didn't know allow3d gave that sort of annoyances, I will change that ASAP!

@NightScript370
Copy link

Mine too removes allow3d

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants