[config]1autoboot=02autoboot_list=03bootwait=34noticker=05backlight=1006autohosoff=17autonogc=18updater2p=19bootprotect=01011# Only include above what you want to change from defaults.12# config.c in bootloader and Nyx have all the defaults.131415{-------- Stock -------}16[Stock]17pkg3=atmosphere/package318stock=119emummc_force_disable=12021# This disables kernel patching and CFW kips.22# Includes exosphere and warmboot, ONLY when >= 7.0.0 and Erista.23# Includes exosphere on Mariko.24# Exosphere/warmboot are not identifiable as it is now.25# This is the closest to OFW, especially when AutoRCM is needed.26272829{-- Custom Firmwares --}30[Atmo Vanilla]31pkg3=atmosphere/package332kip1=atmosphere/kips/*3334# Note:35# The above adheres to emummc.ini. It will launch emuMMC if enabled, otherwise sysMMC.36# The kip1 line can be omitted if wanted. It's in example in order to mimic fusee behavior.37383940[Atmo EMU]41pkg3=atmosphere/package342emummcforce=14344[Atmo SYS]45pkg3=atmosphere/package346emummc_force_disable=14748# Note:49# You can have 2 entries of everything where one can boot with emuMMC and one without,50# via the emummc_force_disable=1 and emummcforce=1 keys. Like the examples above.51# These 2 entries allow user to easily boot enforceable SYS or EMU CFW52# emummcforce=1 makes sure that emuMMC is enabled otherwise it will error out53# in order to protect user from booting SYS without knowing.54# emummc_force_disable=1 disables emuMMC and allows user to boot SYS CFW55# even if emuMMC is enabled.56575859[Atmo EMU2]60pkg3=atmosphere/package361emupath=emuMMC/SD0262emummcforce=16364# Note:65# The above allows you to swap emuMMC on the fly while booting.66# The path defined is the main path of emuMMC folder, for example67# emuMMC/RAW1, emuMMC/RAW2, emuMMC/SD00, emuMMC/TEST, etc.68# Only works with emuMMC created/migrated via hekate.69707172[Atmo with extra kips]73pkg3=atmosphere/package374kip1=cfw/mods/mods_extra/*75kip1=cfw/mods/mods_extra/single/extra.kip7677# Note:78# The above can be used with any pkg3 entry. Like the ones above.79# You can even override atmosphere (pkg3) kips with this.80# The wildcard '*' like above can be used to load all kips from a selected directory.818283{-- Custom Firmwares Old methods --}84[CFW PKG3 extra kips & patches]85pkg3=atmosphere/package386kip1patch=name_of_patch87kip1=cfw/mods/mods_extra/*88kip1=cfw/mods/mods_extra/single/extra.kip8990# Note:91# Both options for kip1 can be used. Wildcard and single.92# You can override kips loaded from PKG3/FSS0 if you define them after the pkg3 key.93# If kip1 patch resides in patches.ini and that file OR the patch for94# current HOS version does not exist, it will error out.95969798[CFW KIPs method]99secmon=cfw/mods/exosphere.bin100warmboot=cfw/mods/lp0fw.bin101kip1=cfw/mods/loader.kip102kip1=cfw/mods/boot.kip103kip1=cfw/mods/spl.kip104kip1=cfw/mods/sm.kip105kip1=cfw/mods/pm.kip106kip1=cfw/mods/ams_mitm.kip107atmosphere=1108109# Note:110# All kips defined method. This can be changed to what is below also.111# atmosphere=1 key is IMPORTANT when no PKG3/FSS0 is defined.112113114115[CFW KIPs method with wildcard]116secmon=cfw/mods/exosphere.bin117warmboot=cfw/mods/lp0fw.bin118kip1=cfw/mods/*119kip1=cfw/mods/extra/extra.kip120atmosphere=1121122# Note:123# All kips parsed from a directory, plus extra added.124125126127{------- Tools -------}128[Lockpick RCM]129payload=bootloader/payloads/Lockpick_RCM.bin130131132133# hekate - CTCaer mod v5.8.0 .ini template134#135# All entries in this template can have these stylistic keys:136# like logopath= key which is for bootlogo and icon= key for Nyx icon.137# Other than these, there many other keys to choose from, like the exosphere configuration keys.138# All of them are descibed in the main README.139#140# Atmosphere 1.0.0 changes:141# Entries that use Atmosphere are updated to use package3 instead of fusee-secondary.bin for142# Atmosphere 1.0.0 and up. If 0.20.1 and older is used, replace package3 with fusee-secondary.bin.143#144#145# NOT TO BE USED AS IS!146# Pick [config] and then only the needed [sections]. # or { } lines can be ommited.147# If [config] is not copied, hekate will create one with defaults.148# If wanted, only the changed defaults can be edited. The rest will be created automatically.149#150# Note: The keys in a section are parsed sequentially.151# This is important for override order of keys (if any double or matching functionality).152153# Disclaimer: There are many combos, that allow hekate to basically boot everything NATIVELY.154# hekate will ALWAYS do what YOU tell it to do. If you get an error,155# that means that hekate_ipl.ini was wrongly made or files are missing/corrupt/etc!156157158