Advertisement
Guest User

Untitled

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