Originariamente Scritto da
Pa0l0ne
Il Plugin in questione si chiama Disk Swapper (swap.xex) e nella sua ultima incarnazione è giunto alla versione 1.1
Deve essere installato su harddisk o memory unit e richiamato dal file di configurazione di dashlaunch (launch.ini) in base al tuo path specifico
Esempio di plugin installato su HardDisk Interno:
Codice:
[Plugins]
plugin1 = Hdd:\swap.xex
plugin2 =
plugin3 =
plugin4 =
plugin5 =
E' poi dotato di un file multi.ini al quale il plugin stesso si appoggia per gestire i multidisco in proprio possesso.
Eccoti un esempio commentato di multi.ini:
Codice:
; this ini has the same rules as launch.ini and must be placed on the root of a device
; paths are determined the same way (Usb/Hdd/etc) see dash launch sample ini for more info
; title ID is used for ini category (can be found in fsd, with xextool, the folder name built by iso2god/nxe install)
; use only numbers and small letters here
; only disks listed in the correct titleid category will be parsed from this ini
[454108df]
; dead space 2
; paths for extracted games MUST end in a \
; extracted game folder MUST have a default.xex in it, even if it's just a 0 byte file
disk1 = Hdd:\Games\Dead Space 2 D1\
; paths for GOD games must point at the root CON descriptor, and NOT end in a \
disk2 = Hdd:\Content\0000000000000000\454108DF\00007000\B8605B3BAFB748ACD08A
QUesto invece è il Readme del plugin:
Codice:
disk swapper v1.1
=================
Multidisk game switcher
this plugin is not hard coded to require any specific version of
dash (fixed in this release) or for any specific game.
What it does:
=============
If you have games with more than one disk installed on your machine,
this plugin takes care of switching from one disk to the other (once
you set up the multi.ini file, the plugin, and dash launch of course)
ingame.
install
=======
-add to dash launch plugins
ie:
[Plugins]
plugin1 = Usb:\swap.xex
-place swap.xex on the path you specified above
-edit and place multi.ini on the root of a usb/hdd/memory unit
content partition (just like launch.ini)
-in some cases it seems the plugins were only enabled after running
the dash launch installer again, you may want to give this a try
or, wait for a much better solution from the folks at FreeStyle
thanks everyone in FSD, including/especially the FSD testers!
thanks krk for iso2god
thanks xedev for nxe2god
v1.1
- fixes export table lookup to be versionless
v1.0
- first release
cOz
Come vedi tu stesso, hai bisogno di creare la giusta sintassi all'interno del file per riuscire a far processare il gioco al plugin di swap, ed in particolare devi stare attento a:
1) Only disks listed in the correct titleid category will be parsed from this ini
2) paths for extracted games MUST end in a \
3) paths for GOD games must point at the root CON descriptor, and NOT end in a \
Segnalibri