Advertisement
Guest User

lanuch.ini

a guest
Apr 17th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.53 KB | None | 0 0
  1. ; launch.xex V3.0 config file
  2. ; parsed by simpleIni http://code.jellycan.com/simpleini/
  3. ; currently supported devices and paths:
  4. ; internal hard disk Hdd:\
  5. ; usb memory stick Usb:\
  6. ; memory unit Mu:\
  7. ; USB memory unit UsbMu:\
  8. ; big block NAND mu FlashMu:\
  9. ; internal slim 4G mu IntMu:\
  10. ; internal corona 4g mu MmcMu:\
  11. ; CD/DVD Dvd:\ (not recommended to use this one)
  12. ; buttons can point to any xex, or any CON with default.xex in it on any of the above devices
  13. ; note that Right Bumper is ALWAYS default to return NXE
  14. ; if you want to assign an additional one, use the path Sfc:\dash.xex ie:
  15. ; BUT_A = Sfc:\dash.xex
  16.  
  17.  
  18. ; all comments and fields in this file are optional, you can remove anything you don't need
  19. ; sorry for any double negatives :p
  20. ; njoy, cOz
  21.  
  22. ; example entry
  23. ; Default = Hdd:\FreeStyle\default.xex
  24. [Paths]
  25. BUT_A =
  26. BUT_B =
  27. BUT_X =
  28. BUT_Y =
  29. Start =
  30. Back =
  31. LBump =
  32. RThumb =
  33. LThumb =
  34.  
  35. ; Default is what loads when you hold no buttons
  36. ; leave this blank if you want NXE as default
  37. Default =
  38.  
  39. ; at boot time, default can be overridden based on how the console is turned on
  40. ; if you start with wired/wireless/IR guide button, this item if existing will be used instead of default
  41. ; note that the Guide item is ALWAYS overridden by option: remotenxe = true
  42. Guide =
  43.  
  44. ; if you power on with the button on the front of the console (or the power button on a remote if remotenxe is not set to true)
  45. ; this item will be used instead of default
  46. Power =
  47.  
  48. ; if set, going to system settings from HUD will run this app, override with Right Bumper
  49. Configapp =
  50.  
  51. ; if set, this will be run as a title before any other option occurs, does not get circumvented by held buttons or default
  52. ; guide/power opts are processed after this; intended for a short video player to allow replacing bootanim
  53. Fakeanim =
  54.  
  55. ; by default this only dumps to UART, setting a file here will cause unhandled exception info to be dumped
  56. ; as text to a file. Same path restraints as the quick launch buttons.
  57. ; if exchandler is set to false, this option does nothing.
  58. ; note that this uses the first drive of the class found, so if you use usb: and have more than one usb device
  59. ; it may wind up on any of the usb devices depending on which was enumerated first. The path for the file is only
  60. ; checked on boot, so the device must be present at power on and at crash time for this to be effective
  61. ; ie: dumpfile = Usb:\crashlog.txt
  62. Dumpfile =
  63.  
  64.  
  65. ; example plugin entry
  66. ; plugin1 = Usb:\plugin\aplugin.xex
  67. [Plugins]
  68. plugin1 = Hdd:\XBLStealth.xex
  69. plugin2 = Hdd:\xbdm.xex
  70. plugin3 =
  71. plugin4 =
  72. plugin5 =
  73.  
  74.  
  75. ; these options are never used directly by dash launch but serve to give the configuration program
  76. ; a place to keep these values; note that things like ftp and udp servers are only running while installer is running
  77. [Externals]
  78.  
  79. ; if true, the configuration application will start a FTP server (user/pass: xbox)
  80. ; if not present default is FALSE
  81. ftpserv = false
  82.  
  83. ; if ftpserv is true, this is the port that will be used by the FTP server
  84. ; if not present default is 21
  85. ftpport = 21
  86.  
  87. ; if true, the configuration application will start the xebuild update server
  88. ; if not present default is FALSE
  89. updserv = false
  90.  
  91. ; if true, the configuration application will start in launch mode instead of options mode
  92. ; if not present default is FALSE
  93. calaunch = false
  94.  
  95. ; if true, temps in installer and in guide (shuttemps option) will be shown in fahrenheit instead of celsius
  96. ; if not present default is FALSE
  97. fahrenheit = false
  98.  
  99.  
  100. [Settings]
  101.  
  102. ; if true, brining up miniblade in NXE and then pressing Y will cause launch.xex to relaunch for you
  103. ; note you must release Y button then press desired QuickLaunchButtons after or use default item
  104. ; if not present default is TRUE
  105. nxemini = true
  106.  
  107. ; if true ping limit will be removed for system link play (thanks FBDev!)
  108. ; if not present default is FALSE
  109. pingpatch = true
  110.  
  111. ; if true (most) xbla will no longer need yaris patching (thanks mojobojo!)
  112. ; if not present default is FALSE
  113. contpatch = false
  114.  
  115. ; Normally when a fatal error occurs the xbox will just freeze, setting this to false will cause a reboot or powerdown
  116. ; setting to TRUE will also disable the unhandled exception filter which tries to intercept recoverable unhandled exceptions with exit to dash
  117. ; if not present default is FALSE
  118. fatalfreeze = false
  119.  
  120. ; 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
  121. ; note that this option does NOTHING when fatalfreeze is set to true
  122. ; if not present default is FALSE
  123. fatalreboot = false
  124.  
  125. ; setting this to true will cause the box to reboot (soft reboot) the way it was intended to
  126. ; on jtag ONLY set this to true if using blackaddr's reboot fix for SMC, else on reboot you will get E71 and corrupted dash/video/etc settings
  127. ; if not present default is TRUE
  128. safereboot = true
  129.  
  130. ; 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
  131. ; if not present this is set to FALSE
  132. regionspoof = false
  133.  
  134. ; when regionspoof is true, you set your region here in hex preceding the value with 0x, for example devkit would be region = 0x7fff
  135. ; if not present but regionspoof is set to true, this is set to 0x7FFF
  136. region = 0x7fff
  137.  
  138. ; when set to false, ejecting a dvd video or game returns you to your default item, set to true to auto exit to NXE
  139. ; if not present this is set to FALSE
  140. dvdexitdash = false
  141.  
  142. ; when set to false, using the exit item in an XBLA game returns you to your default item, set to true to exit to NXE arcade menu
  143. ; if not present this is set to FALSE
  144. xblaexitdash = false
  145.  
  146. ; when set to true, using miniblades system setting options will not exit to NXE
  147. ; if not present this is set to FALSE
  148. nosysexit = false
  149.  
  150. ; when set to true, miniblades will not appear... ever (requested as child saftey measure)
  151. ; note that using this option overrides everything in dash launch that relies on miniblade exits to function
  152. ; if not present this is set to FALSE
  153. nohud = false
  154.  
  155. ; when set to false, xbox will be capable of finding system updaters
  156. ; if not present this is set to TRUE
  157. noupdater = true
  158.  
  159. ; when set to true, dash launch will put all debug strings out to uart
  160. ; if not present this is set to FALSE
  161. debugout = true
  162.  
  163. ; when set to false, dash launch will not attempt to handle last chance unhandled exceptions
  164. ; if set to false, exceptions will also not be dumped to the dumpfile
  165. ; if not present this is set to TRUE
  166. exchandler = true
  167.  
  168. ; if set to true, this will block the console from resolving LIVE related dns
  169. ; if not set this value will be TRUE
  170. liveblock = false
  171.  
  172. ; if liveblock is set to true, this will block the console from resolving all MS related dns
  173. ; setting this to TRUE will also block apps like freestyle from accessing things like cover images
  174. ; *** note that if NO INI is present for launch.xex, this is set to TRUE
  175. ; if not set this value will be FALSE
  176. livestrong = false
  177.  
  178. ; when set to TRUE the X (guide) and power button on IR remotes will cause the xbox to boot to NXE instead of default item
  179. ; note that powering on with the windows/start button automatically goes to NXE's media center now regardless of how this is set
  180. ; if not set this value will be FALSE
  181. remotenxe = false
  182.  
  183. ; when set to TRUE all USB drives will be polled at hddtimer intervals for the file "alive.txt" in their root
  184. ; if the file exists, it will be recreated and 16 random bytes written to it on each poll which should keep drives from spinning down
  185. ; if not set this value will be FALSE
  186. hddalive = false
  187.  
  188. ; in seconds, the interval between when USB devices will be polled for "alive.txt" file
  189. ; if not set and hddalive is set to TRUE this value will be 210
  190. hddtimer = 210
  191.  
  192. ; attempts to disable popups related to signing in, like "live is blocked" and similar
  193. ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S A LOGIN DIALOG MAY NOT BE PERFECT !!
  194. ; !! to sign into live profiles other than auto signing on boot you MUST accept the 'check live for updates' dialog BEFORE enabling this option !!
  195. ; if not set this value will be FALSE
  196. signnotice = false
  197.  
  198. ; when you hold guide button to shut down xbox, normally the 'cancel' option is selected
  199. ; setting this to TRUE will cause the shutdown option to be auto selected instead
  200. ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!
  201. ; if not set this value will be FALSE
  202. autoshut = false
  203.  
  204. ; when you hold guide button to shut down xbox, normally a dialog comes up
  205. ; setting this to TRUE will cause the console to shutdown instead of show a dialog
  206. ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!
  207. ; if not set this value will be FALSE
  208. autooff = false
  209.  
  210. ; 14699+ has native http functions, but you are forced to be logged into use them
  211. ; this patch removes that restriction, set to false to disable it if you have any problems
  212. ; if not set this value will be TRUE
  213. xhttp = true
  214.  
  215. ; when tempbcast is set to TRUE the raw temp data from smc will be broadcast over UDP at temptime second
  216. ; intervals on port tempport
  217. ; if not set this value will be FALSE
  218. tempbcast = false
  219.  
  220. ; if not set this value will be 10
  221. temptime = 10
  222.  
  223. ; if not set this value will be 7030
  224. tempport = 7030
  225.  
  226. ; when set to TRUE all titles will have the insecure socket privilege
  227. ; if not set this value will be FALSE
  228. sockpatch = false
  229.  
  230. ; when set to TRUE dash launch will not erase launchdata before launching a quick launch item
  231. ; if not set this value will be FALSE
  232. passlaunch = false
  233.  
  234. ; when set to TRUE various functions will be spoofed to make firmware think it's connected to LIVE
  235. ; this does not compensate for the fact that it cannot contact LIVE servers
  236. ; setting this to TRUE forces liveblock to TRUE
  237. ; if not set this value will be FALSE
  238. fakelive = false
  239.  
  240. ; when set to TRUE network/cloud storage options should not show up in disk dialogs
  241. ; if not set this value will be TRUE
  242. nonetstore = true
  243.  
  244. ; when set to TRUE a snapshot of the console temperature data will be displayed in the console shutdown dialog (displayed when guide button is held)
  245. ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!
  246. ; enabling this option disables autooff
  247. ; if not set this value will be FALSE
  248. shuttemps = false
  249.  
  250. ; when true, any devkit profiles on the console will not appear as corrupt and can be used
  251. ; any changes such as saving games or getting achievements will resign the profile with the current/retail keyvault
  252. ; this seems not to affect glitch/jtag dev crossflash, but could affect these profiles on true devkits
  253. ; if not set this value will be FALSE
  254. devprof = false
  255.  
  256. ; when true, system link data will be encrypted for communication with devkits
  257. ; if not set this value will be FALSE
  258. devlink = false
  259.  
  260. ; when true dash launch will perform automatic disk swapping
  261. ; WARNING!! do not enable if you use FSD or swap.xex for this !!
  262. ; if not set this value will be FALSE
  263. autoswap = false
  264.  
  265. ; when true, disables kinect health pseudo video at game launch
  266. ; if not set this value will be TRUE
  267. nohealth = true
  268.  
  269. ; when true, disables dash locale setup screens when settings already exist
  270. ; if not set this value will be TRUE
  271. nooobe = true
  272.  
  273. ; when true dash launch will automatically enable fakelive functionality only during official dash and indie play sessions
  274. ; if not set this value will be FALSE
  275. autofake = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement