From df8e6ea57ddf26331478dc8231bc2dbc5eb41702 Mon Sep 17 00:00:00 2001 From: Kostas Missos Date: Sun, 1 Jul 2018 20:26:26 +0300 Subject: [PATCH] Add hekate new style .ini template --- README.md | 2 ++ res/hekate_ipl_template.ini | 40 +++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 res/hekate_ipl_template.ini diff --git a/README.md b/README.md index 6fe32f7..e08f2cd 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ There are four possible type of entries. "**[ ]**": Boot entry, "**{ }**": Capti | debugmode=1 | Enables Debug mode | +You can find a template [Here](./res/hekate_ipl_template.ini) + ``` hekate (C) 2018 naehrwert, st4rk diff --git a/res/hekate_ipl_template.ini b/res/hekate_ipl_template.ini new file mode 100644 index 0000000..92bece8 --- /dev/null +++ b/res/hekate_ipl_template.ini @@ -0,0 +1,40 @@ +[config] +autoboot=5 +bootwait=3 +customlogo=1 +verification=2 + +{-------- Stock -------} +[Stock] + +[Stock (SVC perms)] +fullsvcperm=1 +debugmode=1 +{ } + +{-- Custom Firmwares --} +[AtmoHB] +kip1=cfw/loader.kip1 +kip1=cfw/sm.kip1 + +[AtmoHB (SVC Perms)] +kip1=cfw/loader.kip1 +kip1=cfw/sm.kip1 +fullsvcperm=1 + +[Atmosphere Full] +secmon=cfw/atmo/exosphere.bin +kip1=cfw/atmo/loader.kip +kip1=cfw/atmo/sm.kip +kip1=cfw/atmo/fs_mitm.kip +logopath=cfw/atmo/atmo.bmp +atmosphere=1 +# kip1=cfw/atmo/pm.kip +{ } + +{------- Tools -------} +[Clear Error Logs] +kip1=cfw/nx-dreport.kip + + +# hekate - CTCaer mod v3.0 .ini template