- 精华
- 0
- 帖子
- 123
- 威望
- 0 点
- 积分
- 131 点
- 种子
- 5 点
- 注册时间
- 2004-9-3
- 最后登录
- 2018-1-5
|
楼主 |
发表于 2010-9-28 20:26 · 云南
|
显示全部楼层
; 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:FreeStyledefault.xex
[QuickLaunchButtons]
BUT_A =
BUT_B =
BUT_X =
BUT_Y =
Start =
Back =
LBump =
; Default is what loads when you hold no buttons
; leave this blank if you want NXE as default
Default =
; example plugin entry
; plugin1 = Usb:pluginaplugin.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 = false
; 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
; when set to true, it is possible to hold RB when launching a game to have the region that the game gets from xam spoofed
; if not present this is set to false
regionspoof = false
; when regionspoof is true, you set your region here in hex, for examle devkit would be region = 0x7fff
; if not present but regionspoof is set to true, this is set to 0x7FFF
region = 0x7FFF
; 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 under the section
; njoy, cOz |
|