設為首頁收藏本站

黑皮論壇(手機維修/電玩維修/電腦維修)

 找回密碼
 立即註冊
查看: 24919|回復: 43
打印 上一主題 下一主題

[換片問題] XBR系統多片遊戲換片問題

  [複製鏈接]
樓主
發表於 2011-7-8 12:25:23 | 顯示全部樓層
參考置頂文章 http://happytvgame.com/forum.php ... age=1&extra=#pid234
下載後自行設定launch.ini 後再安裝一次就可以了。


外掛程式在launch.ini加入然後launch.ini跟install資料夾內的default.xex放一起執行就會將設定的參數一起刷進主機
用記事本將下面內容自行修改成自己要的存成launch.ini
; example plugin entry
; plugin1 = Usb:\plugin\aplugin.xex
[Plugins]
plugin1 = 自行加入hdd:\plugin\xxx.xex
plugin2 =
plugin3 =
plugin4 =
plugin5 =


完整的launch.ini設定說明書:
; launch.xex V2.0 config file
; parsed by simpleIni http://code.jellycan.com/simpleini/
; currently supported devices and paths:
; 主機內部硬碟寫法    Hdd:\
; usb隨身碟寫法      Usb:\
; 內鍵記憶體的寫法           Mu:\
; USB 原廠外接記記憶體的寫法       UsbMu:\
; big block NAND mu     FlashMu:\
; 光碟片CD/DVD 的寫法               Dvd:\     (不健議設定寫在dvd因為不能重復寫入也不能再修改)
; buttons can point to any xex, or any CON with default.xex in it on any of the above devices
; note that Right Bumper is ALWAYS default to return NXE
; if you want to assign an additional one, use the path Sfc:\dash.xex ie:
; BUT_A = Sfc:\dash.xex

; 範例
; Default = Hdd:\FreeStyle\default.xex
;每次開機都去執行硬碟中FreeStyle\default.xex也就是開機就不是原廠畫面了,而是直接進freestyle
[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 =

; at boot time, default can be overridden based on how the console is turned on
; if you start with wired/wireless/IR guide button, this item if existing will be used instead of default
; note that the Guide item is ALWAYS overridden by option: remotenxe = true
Guide =
; if you power on with the button on the front of the console, this item will be used instead of default
Power =

; example plugin entry
; plugin1 = Usb:\plugin\aplugin.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 or use default item
; 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
; setting to TRUE will also disable the unhandled exception filter which tries to intercept recoverable unhandled exceptions with exit to dash
; if not present default is FALSE
fatalfreeze = false

; when fatalfreeze is set to false, setting this to true will cause the box to reboot (hard 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 fatalfreeze is set to false and fatalreboot is set to true, setting this to true will cause the box to reboot (soft reboot) the way it was intended to
; 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
; note that this option does NOTHING when fatalfreeze is set to true
; if not present default is FALSE
safereboot = 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

; when set to false, ejecting a dvd video or game returns you to your default item, set to true to auto exit to NXE
; if not present this is set to FALSE
dvdexitdash = false

; 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
; if not present this is set to FALSE
xblaexitdash = false

; when set to true, using miniblades system setting options will not exit to NXE
; if not present this is set to FALSE
nosysexit = false

; when set to true, miniblades will not appear... ever (requested as child saftey measure)
; note that using this option overrides everything in dash launch that relies on miniblade exits to function
; if not present this is set to FALSE
nohud = false

; when set to false, xbox will be capable of finding system updaters
; if not present this is set to TRUE
noupdater = true

; when set to true,  dash launch will put all debug strings out to uart
; if not present this is set to FALSE
debugout = false

; when set to false, dash launch will not attempt to handle last chance unhandled exceptions
; if set to false, exceptions will also not be dumped to the dumpfile
; if not present this is set to TRUE
exchandler = true

; by default this only dumps to UART, setting a file here will cause unhandled exception info to be dumped
; as text to a file. Same path restraints as the quick launch buttons.
; if exchandler is set to false, this option does nothing.
; note that this uses the first drive of the class found, so if you use usb: and have more than one usb device
; it may wind up on any of the usb devices depending on which was enumerated first. The path for the file is only
; checked on boot, so the device must be present at power on and at crash time for this to be effective
; ie: dumpfile = Usb:\crashlog.txt
dumpfile =

; this value sets the number of times that buttons are checked for on bootup, as well as how long it checks for buttons
; and thus extends the length of time the boot animation will be displayed onscreen
; 0x5A is approximately 6s window for button detection, 0x2A approximately 2s - if set too short auto profile login breaks
; if set too long other wonky things happen
; note this value is interpreted as hexidecimal, valid range is 0 to 0xFFFFFFFF
; if not set this value will be put to 0x2A (42)
bootdelay = 0x2A

; if set to true, this will block the console from resolving LIVE related dns
; if not set this value will be TRUE
;防止登入live的設定建議打開
liveblock = true

; if liveblock is set to true, this will block the console from resolving all MS related dns
; setting this to TRUE will also block apps like freestyle from accessing things like cover images
; *** note that if NO INI is present for launch.xex, this is set to TRUE
; if not set this value will be FALSE
livestrong = false

; 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
; note that powering on with the windows/start button automatically goes to NXE's media center now regardless of how this is set
; if not set this value will be FALSE
remotenxe = 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 under the section

; sorry for any double negatives :p

; njoy, cOz

沙發
發表於 2011-7-8 23:04:35 | 顯示全部樓層
Mr.An 發表於 2011-7-8 18:54
請問,使用合併方式的話,感覺覆蓋掉的檔案好像滿多的@@"不會有問題嗎?如果要檢查檔案是否相同不就要檢查很 ...


傻瓜包放隨身碟根目錄下

遊戲庫執行xexmenu選到usb的dashlaunch資料夾去執行default.xex
就會自動啟動換片外掛
隨身碟內的plugins/multi.ini用電腦自行設定要換片的遊戲ID及路徑
以後只要將隨身碟插到電腦去修改multi.ini即可。

本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
板凳
發表於 2011-7-9 10:12:48 | 顯示全部樓層
multi.ini 設定參考6樓

[4B4E0809] ←遊戲ID遊戲的ID不一樣這是舉例用的
disk1 = Hdd:\Content\0000000000000000\4B4E0809\00007000\AFA07CC8B023CA4D7116 ←第一片的檔案位置這是god格式的位置
disk2 = Hdd:\Content\0000000000000000\4B4E0809\00007000\E5BA0FA3AC8DCCFE6FD9 ←第二片的檔案位置

傻瓜包內的設定是開機前按住y鈕不放,開完機再放就會啟動換片外掛(usb隨身碟要插著因為設定都在usb裏也可以自行修改到硬碟裏這樣修改比較不方便,放隨身碟可以隨時到電腦修改multi.ini的設定),不想這樣做可以自行設定launch.ini再重刷dash launch
地板
發表於 2011-7-9 14:54:36 | 顯示全部樓層
是的,裏面只是舉例的
只要自己加要的遊戲
[遊戲1的id]
disk1 = 位置
disk2 = 位置
disk3 = ...
.....
多片裝依此類推

[遊戲2的id]
disk1 = 位置
disk2 = 位置
disk3 = ...
.....


多片裝依此類推

用freestyle也會啟動,他是認遊戲id的。
5#
發表於 2011-7-9 15:05:42 | 顯示全部樓層
launchi.ini
只要設定幾行就好。
如果每次開機都自動啟動就設

[Plugins]
plugin1 = Usb:\plugins\swap.xex  (這是設定到usb,也可以自行修改到hdd:\就不用每次都插usb)

寫2行就可以了。
;開頭的是不會啟動的只是註解,自己加遊戲前面也可以加;遊戲說明,下次才看得懂是什麼遊戲。

[XXXXXXXX]
這是設定功能的[Plugins]是設定外掛
[QuickLaunchButtons] 是快速執行按鍵,也就是說開機按著就會去執行下面的設定
6#
發表於 2011-7-9 15:22:49 | 顯示全部樓層
多少遊戲都可以,不同遊戲前面用[遊戲id]區隔
轉遊戲到硬碟的程式iso2god就可以知道代碼了
或試試這個
http://happytvgame.com/forum.php?mod=viewthread&tid=56&extra=page%3D1
應該也可以看得到代碼,這是專門管理硬碟內遊戲用的程式
7#
發表於 2011-7-9 16:34:12 | 顯示全部樓層
http://360.kingla.com/?group=All&sort=&type=#list
這邊有id列表
Content\0000000000000000\遊戲id

4B4E0809 遊戲id都是類似這樣8個字

id後面的資料夾是自動產生的,不用查,只要知道遊戲id就可以了。
如果是自己轉的 iso2god轉好就會是這種格式。

太空戰士13的multi.ini寫好了 開放下載



本帖子中包含更多資源

您需要 登錄 才可以下載或查看,沒有帳號?立即註冊

x
8#
發表於 2011-7-24 19:13:36 | 顯示全部樓層
後面加上default.xex試試
ex:
disk1 = Usb:\Games\Lost Odyssey\1\default.xex 要有這個檔案的存在
9#
發表於 2011-11-15 11:08:31 | 顯示全部樓層
smcqalu 發表於 2011-11-14 20:39
自制系統13599,dash_launch 2.26, 執行 swap.xex 結果 crash, 不知什麼狀況,有沒有高人可解答。 ...

升FreeBoot 13604 + dash launch 2.26
您需要登錄後才可以回帖 登錄 | 立即註冊

本版積分規則

小黑屋|Archiver|黑皮維修站    

GMT+8, 2024-5-4 03:32 , Processed in 0.075317 second(s), 21 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回復 返回頂部 返回列表