Advertisement
Guest User

launch.ini

a guest
Jul 31st, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.44 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 = true
  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 = Usb:\xbdm.xex
  69. plugin2 = Hdd:\XeNoN.xex
  70. plugin3 = Usb:\PotHead.xex
  71. plugin4 = Usb:\JRPC2.xex
  72. plugin5 = Hdd:\Aimbot.xex
  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 = true
  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 = true
  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 = true
  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 header license bits will be patched for addon content (00000002 type content)
  112. ; if not present default is FALSE
  113. contpatch = false
  114.  
  115. ; if true header license bits will be patched for xbla content (000D0000 type content)
  116. ; if not present default is FALSE
  117. xblapatch = false
  118.  
  119. ; usually used in combination with contpatch/xblapatch or when XBLA is run extracted instead of from a container, spoofs replies from XamContentGetLicenseMask
  120. ; if not present default is FALSE
  121. licpatch = false
  122.  
  123. ; Normally when a fatal error occurs the xbox will just freeze, setting this to false will cause a reboot or powerdown
  124. ; setting to TRUE will also disable the unhandled exception filter which tries to intercept recoverable unhandled exceptions with exit to dash
  125. ; if not present default is FALSE
  126. fatalfreeze = true
  127.  
  128. ; 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
  129. ; note that this option does NOTHING when fatalfreeze is set to true
  130. ; if not present default is FALSE
  131. fatalreboot = false
  132.  
  133. ; setting this to true will cause the box to reboot (soft reboot) the way it was intended to
  134. ; 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
  135. ; if not present default is TRUE
  136. safereboot = true
  137.  
  138. ; 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
  139. ; if not present this is set to FALSE
  140. regionspoof = true
  141.  
  142. ; when regionspoof is true, you set your region here in hex preceding the value with 0x, for example devkit would be region = 0x7fff
  143. ; if not present but regionspoof is set to true, this is set to 0x7FFF
  144. region = 0x7fff
  145.  
  146. ; when set to false, ejecting a dvd video or game returns you to your default item, set to true to auto exit to NXE
  147. ; if not present this is set to FALSE
  148. dvdexitdash = false
  149.  
  150. ; 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
  151. ; if not present this is set to FALSE
  152. xblaexitdash = false
  153.  
  154. ; when set to true, using miniblades system setting options will not exit to NXE
  155. ; if not present this is set to FALSE
  156. nosysexit = false
  157.  
  158. ; when set to true, miniblades will not appear... ever (requested as child saftey measure)
  159. ; note that using this option overrides everything in dash launch that relies on miniblade exits to function
  160. ; if not present this is set to FALSE
  161. nohud = false
  162.  
  163. ; when set to false, xbox will be capable of finding system updaters
  164. ; if not present this is set to TRUE
  165. noupdater = false
  166.  
  167. ; when set to true, dash launch will put all debug strings out to uart
  168. ; if not present this is set to FALSE
  169. debugout = false
  170.  
  171. ; when set to false, dash launch will not attempt to handle last chance unhandled exceptions
  172. ; if set to false, exceptions will also not be dumped to the dumpfile
  173. ; if not present this is set to TRUE
  174. exchandler = true
  175.  
  176. ; if set to true, this will block the console from resolving LIVE related dns
  177. ; if not set this value will be TRUE
  178. liveblock = false
  179.  
  180. ; if liveblock is set to true, this will block the console from resolving all MS related dns
  181. ; setting this to TRUE will also block apps like freestyle from accessing things like cover images
  182. ; *** note that if NO INI is present for launch.xex, this is set to TRUE
  183. ; if not set this value will be FALSE
  184. livestrong = false
  185.  
  186. ; 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
  187. ; note that powering on with the windows/start button automatically goes to NXE's media center now regardless of how this is set
  188. ; if not set this value will be FALSE
  189. remotenxe = false
  190.  
  191. ; when set to TRUE all USB drives will be polled at hddtimer intervals for the file "alive.txt" in their root
  192. ; 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
  193. ; if not set this value will be FALSE
  194. hddalive = false
  195.  
  196. ; in seconds, the interval between when USB devices will be polled for "alive.txt" file
  197. ; if not set and hddalive is set to TRUE this value will be 210
  198. hddtimer = 210
  199.  
  200. ; attempts to disable popups related to signing in, like "live is blocked" and similar
  201. ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S A LOGIN DIALOG MAY NOT BE PERFECT !!
  202. ; !! to sign into live profiles other than auto signing on boot you MUST accept the 'check live for updates' dialog BEFORE enabling this option !!
  203. ; if not set this value will be FALSE
  204. signnotice = false
  205.  
  206. ; when you hold guide button to shut down xbox, normally the 'cancel' option is selected
  207. ; setting this to TRUE will cause the shutdown option to be auto selected instead
  208. ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!
  209. ; if not set this value will be FALSE
  210. autoshut = false
  211.  
  212. ; when you hold guide button to shut down xbox, normally a dialog comes up
  213. ; setting this to TRUE will cause the console to shutdown instead of show a dialog
  214. ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!
  215. ; if not set this value will be FALSE
  216. autooff = false
  217.  
  218. ; 14699+ has native http functions, but you are forced to be logged into use them
  219. ; this patch removes that restriction, set to false to disable it if you have any problems
  220. ; if not set this value will be TRUE
  221. xhttp = false
  222.  
  223. ; when tempbcast is set to TRUE the raw temp data from smc will be broadcast over UDP at temptime second
  224. ; intervals on port tempport
  225. ; if not set this value will be FALSE
  226. tempbcast = true
  227.  
  228. ; if not set this value will be 10
  229. temptime = 10
  230.  
  231. ; if not set this value will be 7030
  232. tempport = 7030
  233.  
  234. ; when set to TRUE all titles will have the insecure socket privilege
  235. ; if not set this value will be FALSE
  236. sockpatch = false
  237.  
  238. ; when set to TRUE dash launch will not erase launchdata before launching a quick launch item
  239. ; if not set this value will be FALSE
  240. passlaunch = false
  241.  
  242. ; when set to TRUE various functions will be spoofed to make firmware think it's connected to LIVE
  243. ; this does not compensate for the fact that it cannot contact LIVE servers
  244. ; setting this to TRUE forces liveblock to TRUE
  245. ; if not set this value will be FALSE
  246. fakelive = false
  247.  
  248. ; when set to TRUE network/cloud storage options should not show up in disk dialogs
  249. ; if not set this value will be TRUE
  250. nonetstore = false
  251.  
  252. ; 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)
  253. ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!
  254. ; enabling this option disables autooff
  255. ; if not set this value will be FALSE
  256. shuttemps = true
  257.  
  258. ; when true, any devkit profiles on the console will not appear as corrupt and can be used
  259. ; any changes such as saving games or getting achievements will resign the profile with the current/retail keyvault
  260. ; this seems not to affect glitch/jtag dev crossflash, but could affect these profiles on true devkits
  261. ; if not set this value will be FALSE
  262. devprof = true
  263.  
  264. ; when true, system link data will be encrypted for communication with devkits
  265. ; if not set this value will be FALSE
  266. devlink = false
  267.  
  268. ; when true dash launch will perform automatic disk swapping
  269. ; WARNING!! do not enable if you use FSD or swap.xex for this !!
  270. ; if not set this value will be FALSE
  271. autoswap = false
  272.  
  273. ; when true, disables kinect health pseudo video at game launch
  274. ; if not set this value will be TRUE
  275. nohealth = true
  276.  
  277. ; when true, disables dash locale setup screens when settings already exist
  278. ; if not set this value will be TRUE
  279. nooobe = true
  280.  
  281. ; when true dash launch will automatically enable fakelive functionality only during official dash and indie play sessions
  282. ; if not set this value will be FALSE
  283. autofake = false
  284.  
  285. ; if some titles benefit from fakelive, add them here - only 10 may be listed
  286. autofake0 = 0x00000000
  287. autofake1 = 0x00000000
  288. autofake2 = 0x00000000
  289. autofake3 = 0x00000000
  290. autofake4 = 0x00000000
  291. autofake5 = 0x00000000
  292. autofake6 = 0x00000000
  293. autofake7 = 0x00000000
  294. autofake8 = 0x00000000
  295. autofake9 = 0x00000000
  296.  
  297. ; when true and autofake is enabled, contpatch will be enabled for community games only
  298. ; this option will be ignored if autofake is not enabled
  299. ; if not set this value will be FALSE
  300. autocont = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement