A9VG电玩部落论坛

 找回密码
 注册
搜索
查看: 4376|回复: 13

[破解] [破解]Dash Launch 2.0

[复制链接]

精华
0
帖子
123
威望
0 点
积分
131 点
种子
5 点
注册时间
2004-9-3
最后登录
2018-1-5
 楼主| 发表于 2010-9-17 15:34  ·  云南 | 显示全部楼层 |阅读模式
Dash Launch 2.0
---------------

****
   at time of this writing, this is ONLY compatible with freeBOOT 9199
   read info_launch.ini for info on options and setting launch parameters.
****
   This a core rewrite, major changes were done to the paths used in the ini
   file, the installer can update these for you if you have the old ini files
   accessible at the time of install. See the inlcuded sample ini files.
   
   The installer is now much more robust, and can even flash the appropriate
   patches to your console for you, all that is required is that you have
   installed freeboot 9199
****

================================================================================
   Overview - what it does
================================================================================
- It will launch a XeX or CON file from the path you specified in launch.ini
   as long as it's valid
- Depending on the button you hold when the xbox is trying to load the NXE, it
   will divert to the xex/con tied to that button or return to default as
   defined in launch.ini
- Depending which button is held when closing miniblade in NXE (use Y button to
   close, release then hold a QL button) it will quick launch a CON or XEX
   from your ini file
- allows one to patch kernel/xam at bootup with a freeBOOT patch style bin file
   from usb or hdd (in that order) must be in root of the device and be named
   "kxam.patch" and be no larger than 0x4000 bytes. Again, kxam.patch binary
   format is the same as a compiled freeboot patch bin, but uses real virtual
   addresses rather than offsets - see 1.0 release for a windows patch builder
- with the included patch set, launch.xex acts as a helper to detect when
   xbox1 emulator loads, allowing memory unlock patch and xbox1 emulator
   to function together

================================================================================
   Installation
================================================================================
- have the required freeboot version installed on the console

- get the installer to a place where you can run it, and do so. Follow onscreen
   instructions. The installer will prompt you if it needs to update the
   freeboot patches and will give you an opportunity to configure the new
   options

- edit and place launch.ini where you would like it
   **See inlcuded sample and the info ini which describes the options allowed**

note: the installer includes upgrade paths for dash launch 1.0 users, it will
   optionally update launch.ini files wherever found to use the new path names

    when upgrading an existing flash ini file, the installer will fix the paths
    as needed and write it back to the installer's files directory to be written
    to flash, if you have provided an ini file for flash installation be sure to
    say no to the upgrade prompt for an existing flash ini file

================================================================================
   Important - going to NXE
================================================================================
- if you need to go back to NXE and have default item set in ini, HOLD RB while
   exiting game via miniblade or exit using one of the miniblade options like
   family settings or system settings

================================================================================
   INI notes
================================================================================
-it's possible to have multiple ini files, priority is: USB, HDD, BB MU, FLASH
   (** it is NOT recommended to launch USB con/xex from hdd ini **)
   -see http://code.jellycan.com/simpleini/ for more info on the ini parser

================================================================================
   Caveats
================================================================================
The work herein is presented as-is, any risk is solely the end users
   responsibility. While all of us are sorry when unforseen things happen, not
   every situation or mistake can be accounted for before they have been
   spotted. Please use responsibly.

================================================================================
   Thanks
================================================================================
-Big thanks to those who opened the way and those who made it even more usable.
-Thanks to Tux, Arbiter, stk, the2000 and Corrupted for all the bugs you caught
   trying to sneak by!
-Thanks to Tux, Ironman, JPizzle and Dionis Fernandez for helping procure a
   Jasper big block console to extend testing and fix NAND MU corruption bug
   Dionis - you went above and beyond!
-Thanks to vgcrepairs for providing the cygnos, dash launch likely wouldn't
   exist without one.
-Thanks to FBDev and mojobojo for the data used for the patch options
-Thanks to unknown, you know why
-Greetz to XeDev

~brought to you by cOz~
??/??/2010

================================================================================
   Known Bugs
================================================================================
- Thanks to excellent testers, none were corned by the time of this writing. If
   you find any during use, find the release thread at xbox-scene and please
   report them there.

================================================================================
   ChangeLog
================================================================================
v2.0
- plugins now use logical paths just like quick launch buttons
- option subvert Y to exit miniblade while in NXE to load button/default (fixed)
- added common (9199) content and ping limit patches as options
- mostly runs in system threads, startup completes while bootanim runs
- completely subverted dash.xex, no more CD issues or NXE split seconds
- removed insistance on 0/1/2 paths and reliance on CaPs to detect
- return to NXE via miniblade for system settings and others works w/o using RB
- added big block NAND mu as possible device
- optionally subvert Y to exit miniblade while in NXE to load button/default
- added xell loader to patch set and included a xex to load xell
- removed reboot on fatal error from patches
- included reboot/shutdown on fatal error as settings
- installer onscreen output cleaned up, now shuts down console at end of install
- added ini file updater to installer
- added patch updater to installer


http://u.115.com/file/t5ecb72ecf.

终结者

好运 and 幸运 一直在我身边

精华
0
帖子
7966
威望
0 点
积分
8314 点
种子
38 点
注册时间
2003-12-5
最后登录
2024-11-15
发表于 2010-9-17 15:59  ·  浙江 | 显示全部楼层
正式版的吗。。。。。。。。。。

精华
0
帖子
123
威望
0 点
积分
131 点
种子
5 点
注册时间
2004-9-3
最后登录
2018-1-5
 楼主| 发表于 2010-9-17 16:13  ·  云南 | 显示全部楼层
; 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

; 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
该用户已被禁言

精华
0
帖子
5815
威望
0 点
积分
6050 点
种子
12 点
注册时间
2009-3-30
最后登录
2021-4-27
发表于 2010-9-17 16:32  ·  广东 | 显示全部楼层
求中文版使用教程 我们不懂英文
该用户已被禁言

精华
0
帖子
161
威望
0 点
积分
189 点
种子
0 点
注册时间
2006-10-6
最后登录
2022-10-11
发表于 2010-9-17 16:45  ·  四川 | 显示全部楼层
我安装后就三红了。哎,杯具啊~~~不是好东西就别发啊~我现在真郁闷

精华
0
帖子
2960
威望
0 点
积分
2986 点
种子
16 点
注册时间
2007-1-16
最后登录
2024-11-6
发表于 2010-9-17 21:29  ·  陕西 | 显示全部楼层
下面是引用mikewubiao于2010-09-17 16:45发表的:
我安装后就三红了。哎,杯具啊~~~不是好东西就别发啊~我现在真郁闷

你活该,不看说明的后果。


看来国外黑客已经抛弃xbr了,fbt才是王道。期待地板玩家或者上帝的右手汉化这款软件,已经是正式版了。

精华
0
帖子
2026
威望
0 点
积分
2057 点
种子
0 点
注册时间
2008-2-4
最后登录
2015-1-3
发表于 2010-9-17 22:20  ·  北京 | 显示全部楼层
这玩意更新了啥啊,求专八男现身造福我等英语苦手

精华
0
帖子
1076
威望
0 点
积分
1187 点
种子
18 点
注册时间
2003-12-25
最后登录
2023-9-15
发表于 2010-9-18 00:08  ·  江苏 | 显示全部楼层
虽然看不懂,还是要顶LZ一下!
该用户已被禁言

精华
0
帖子
209
威望
0 点
积分
214 点
种子
0 点
注册时间
2005-10-12
最后登录
2019-12-8
发表于 2010-9-18 00:19  ·  广西 | 显示全部楼层
完全看不懂,完全不知道是什么东西来的!!!

骑士

无厘头

精华
0
帖子
2362
威望
0 点
积分
2434 点
种子
0 点
注册时间
2005-3-5
最后登录
2024-7-18
发表于 2010-9-18 09:06  ·  广东 | 显示全部楼层
预启动工具,想开机直接进FSD或其他的就要用到它了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|A9VG电玩部落 川公网安备 51019002005286号

GMT+8, 2024-11-19 18:20 , Processed in 0.194432 second(s), 18 queries , Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

返回顶部