Hekate Ipl Template - Ini
Hekate Ipl Template - Ini
autoboot=0
autoboot_list=0
bootwait=3
noticker=0
backlight=100
autohosoff=1
autonogc=1
updater2p=1
bootprotect=0
# Note:
# The above adheres to emummc.ini. It will launch emuMMC if enabled, otherwise
sysMMC.
# The kip1 line can be omitted if wanted. It's in example in order to mimic fusee
behavior.
[Atmo EMU]
pkg3=atmosphere/package3
emummcforce=1
[Atmo SYS]
pkg3=atmosphere/package3
emummc_force_disable=1
# Note:
# You can have 2 entries of everything where one can boot with emuMMC and one
without,
# via the emummc_force_disable=1 and emummcforce=1 keys. Like the examples above.
# These 2 entries allow user to easily boot enforceable SYS or EMU CFW
# emummcforce=1 makes sure that emuMMC is enabled otherwise it will error out
# in order to protect user from booting SYS without knowing.
# emummc_force_disable=1 disables emuMMC and allows user to boot SYS CFW
# even if emuMMC is enabled.
[Atmo EMU2]
pkg3=atmosphere/package3
emupath=emuMMC/SD02
emummcforce=1
# Note:
# The above allows you to swap emuMMC on the fly while booting.
# The path defined is the main path of emuMMC folder, for example
# emuMMC/RAW1, emuMMC/RAW2, emuMMC/SD00, emuMMC/TEST, etc.
# Only works with emuMMC created/migrated via hekate.
# Note:
# The above can be used with any pkg3 entry. Like the ones above.
# You can even override atmosphere (pkg3) kips with this.
# The wildcard '*' like above can be used to load all kips from a selected
directory.
# Note:
# Both options for kip1 can be used. Wildcard and single.
# You can override kips loaded from PKG3/FSS0 if you define them after the pkg3
key.
# If kip1 patch resides in patches.ini and that file OR the patch for
# current HOS version does not exist, it will error out.
# Note:
# All kips defined method. This can be changed to what is below also.
# atmosphere=1 key is IMPORTANT when no PKG3/FSS0 is defined.
[CFW KIPs method with wildcard]
secmon=cfw/mods/exosphere.bin
warmboot=cfw/mods/lp0fw.bin
kip1=cfw/mods/*
kip1=cfw/mods/extra/extra.kip
atmosphere=1
# Note:
# All kips parsed from a directory, plus extra added.
# Disclaimer: There are many combos, that allow hekate to basically boot everything
NATIVELY.
# hekate will ALWAYS do what YOU tell it to do. If you get an error,
# that means that hekate_ipl.ini was wrongly made or files are
missing/corrupt/etc!