domingo, 25 de agosto de 2013

Creacion Launch.ini




Es momento de crear el
launch.ini el cual es necesario para realizar algunas configuración y mas que nada hacer que nuestro xbox arranque con el FSD.

Aqui esta el codigo base del launch:
; 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:\FreeStyle\default.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 = Usb:\Apps\FreeStyle\default.xex aquí cargará por defecto el FSD de mi externo


; 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
; 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 = true
; if true (most) xbla will no longer need yaris patching (thanks mojobojo!)
; if not present default is FALSE
contpatch = true
; 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 = true
; 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 = true
; 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 = true
; 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 returns you to your default item, set to true to auto exit to dash
; if not present this is set to false
dvdexitdash = true
; 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 = true

; 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

Ahora lo que debemos hacer es lo siguiente.
Vamos a nuestra pc y en el escritorio hacemos Click derecho - Nuevo - Documento de texto.





Ahora pegamos todo el código del launch.



Despues vamos a la opción de Guardar como.


Primero en esta ventana cambiaremos el Tipo: a Todos los archivos.
En Nombre: colocaremos launch.ini y le daremos a Guardar.

Ahora ya seran capaces de ver un archivo como este.
Name:  05.jpg
Views: 24414
Size:  2.2 KB

Ahora si este archivo deberá ir en la raíz del HD externo que utilizaremos para el Xbox.


Nota: Ya con el launch.ini en nuestro disco duro ya podremos conectarlo al xbox y al encenderlo tiene que iniciar con el FSD.

>

0 comentarios:

Publicar un comentario