; launch.xex V2.0 config file
; parsed by simpleIni
http://code.jellycan.com/simpleini/; note that Right Bumper is ALWAYS default to return NXE
; currently supported devices and paths:
; internal hard disk Hdd:\
; usb memory stick Usb:\
; memory unit Mu:\
; USB memory unit UsbMu:\
; big block NAND mu FlashMu:\
; CD/DVD Dvd:\ (not recommended to use this one)
; buttons can point to any xex, or any CON with default.xex in it on any of the above devices
; example entry
; Default = Hdd:\FreeStyle\default.xex
[QuickLaunchButtons]
; Freestyle 2.0
BUT_A = Usb:\Applications\FreeStyle - NEW\default.xex
; XM360
BUT_B = Hdd:\Applications\XM360\default.xex
; XeXMenu
BUT_X = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0DE99990F586558
BUT_Y =
Start =
Back =
; XeXLoader
LBump = Hdd:\Content\0000000000000000\C0DE9999\00080000\CODE99990F586557
; Default is what loads when you hold no buttons
; leave this blank if you want NXE as default
; Freestyle
Default = Usb:\Applications\FreeStyle\default.xex
; example plugin entry
; plugin1 = Usb:\plugin\aplugin.xex
[Plugins]
plugin1 =
plugin2 =
plugin3 =
plugin4 =
plugin5 =
[Settings]
; if true, brining up miniblade in NXE and then pressing Y will cause launch.xex to relaunch for you
; note you must release Y button then press desired QuickLaunchButtons after
; if not present default is TRUE
nxemini = true
; if true ping limit will be removed for system link play (thanks FBDev!)
; if not present default is FALSE
pingpatch = true
; if true (most) xbla will no longer need yaris patching (thanks mojobojo!)
; if not present default is FALSE
contpatch = false
; Normally when a fatal error occurs the xbox will just freeze, setting this to false will cause a reboot or powerdown
; if not present default is FALSE
fatalfreeze = false
; when fatalfreeze is set to false, setting this to true will cause the box to reboot, setting it to false will instead have the box shut down
; note that this option does NOTHING when fatalfreeze is set to true
; if not present default is FALSE
fatalreboot = false
; all comments and fields in this file are optional, you can remove anything you don't need - section headers []
; are required for any used options
; njoy, cOz
; adapted by JaRaBcN