홈
자유게시판
질문답변
정보
강좌
게임매뉴얼
게임리뷰
게임팁
오픈케이스
PLAYSTATION
게시판
정보
게임정보
자료실
코드
PSVITA/PSP
게시판
정보
게임정보
자료실
코드
XBOX
게시판
정보
게임정보
자료실
코드
Wii
게시판
정보
게임정보
자료실
코드
NDS/SWITCH
게시판
정보
게임정보
자료실
코드
기타기종
SEGA게시판
SEGA자료실
SEGA코드
에뮬게시판
에뮬코드
GBA자료실
MD/GG자료실
SFC/FC자료실
NEOGEO자료실
아케이드자료실
커뮤니티
출석체크
가입인사
취미사진
중고장터
유머
플래시게임
포인트경매
클럽
파이널판타지
위닝일레븐
슈퍼로봇대전
그란투리스모
그란투리스모
PSP클럽
하드로더
XBOX게시판
775업데이트후 멀티부팅이안됩니다 도와주세요
아이터취
2013-09-19 오후 9:17:33 Hit. 1851
설정은 아래와같이 손도안댔구요 프리스탈 큇붓 이름그대로 했는데
초기부팅후 프리스타일부팅되구요 리부팅후 X또는 Y누르고있으면 기본대쉬와 XEXMANU 진입이안되요 무조건 프리스타일 부팅되내요 밑에 설정파일 내용입니다 도와주세요
; launch.xex V2.0 config file
; parsed by simpleIni
http://code.jellycan.com/simpleini/
; 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:\
; internal slim 4G mu IntMu:\
; 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
; 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
; example entry
; Default = Hdd:\FSD\default.xex
[QuickLaunchButtons]
Default = Hdd:\FSD\default.xex
BUT_X = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0DE99990F586558
BUT_Y = Sfc:\dash.xex
; 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 = true
; 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 preceding the value with 0x, 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 when preceded with 0x, 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
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
; when set to TRUE all USB drives will be polled at hddtimer intervals for the file "alive.txt" in their root
; 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
; if not set this value will be FALSE
hddalive = false
; in seconds, the interval between when USB devices will be polled for "alive.txt" file
; if not set and hddalive is set to TRUE this value will be 210
hddtimer = 210
; attempts to disable popups related to signing in, like "live is blocked" and similar
; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S A LOGIN DIALOG MAY NOT BE PERFECT !!
; !! to sign into live profiles other than auto signing on boot you MUST accept the 'check live for updates' dialog BEFORE enabling this option !!
; if not set this value will be FALSE
signnotice = false
; when you hold guide button to shut down xbox, normally the 'cancel' option is selected
; setting this to TRUE will cause the shutdown option to be auto selected instead
; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!
; if not set this value will be FALSE
autoshut = false
; when you hold guide button to shut down xbox, normally a dialog comes up
; setting this to TRUE will cause the console to shutdown instead of show a dialog
; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!
; if not set this value will be FALSE
autooff = false
; 14699+ has native http functions, but you are forced to be logged into use them
; this patch removes that restriction, set to false to disable it if you have any problems
; if not set this value will be TRUE
xhttp = true
; when tempbcast is set to TRUE the raw temp data from smc will be broadcast over UDP at temptime second
; intervals on port tempport
; if not set this value will be FALSE
tempbcast = FALSE
; if not set this value will be 10
temptime = 10
; if not set this value will be 7030
tempport = 7030
; all comments and fields in this file are optional, you can remove anything you don't need
; sorry for any double negatives :p
; njoy, cOz
Lv.9 / 상사 . 아이터취 (hwanghasu)
( 352 / 1000 ) 35%
포 인 트 : 4352 P
가 입 일 : 2008-03-20 오후 2:54:17
최종접속일 : 2020-12-14 오후 8:51:38
0
0
불량게시글신고
글쓰기
수정
삭제
목록
추천
2013-09-20 12:30:00
아마도 대시런쳐를 버전업하신걸로 생각되네요... 예전과는 다르게 단순 버튼을 누르고 있는것만으론 부팅이 잘되질 않습니다. 부팅시에 원하시는 버튼을 연타를 해주세요.. 힘들도록 마구연타가 아닌 편한정로도 연타를 해주시면 이상없이 작동할껍니다. 실패시에 프리스타일로 진입하게 된다면 가이드를 열서 Y버튼으로 대시보드로 나가기후에 다시 연타하시면 됩니다.
·댓글
아이터취
추천
2013-09-20 12:42:06
네감사합니다 해결되었네요 프리스타일 예전 폰트 한글로 업뎃했을대는 홈버튼누르면 바로 홈으로가기가있어서 누리고 윈하는버튼 누르면되었는데 이번꺼는 한글폰트 빠진거라 홈버튼누르면 프리스타일 홈으로가기였네요 이때 y버튼 한번 더눌러서 같은절차를 밟아야하네요 ^^ 도움 주셔서 감사드립니다 수고하세요
·댓글
글쓰기
수정
삭제
목록
질문
WWE ALL STAR ?표캐릭 어떻게 모으나요
2
팹시넥스
2013.09.20
1208
질문
gta5 구동 질문입니다. 플리즈 ㅠㅠ
1
레이준
2013.09.20
1399
질문
Gta5구동질문입니다
2
Westham
2013.09.20
1348
잡담
오랜만에 복귀.....해줘야 할게 수두룩하네요~
4
2013.09.20
1527
질문
xkey 배송날짜가 다되어가네요!준비할게 뭐가있을까요?
11
부산
2013.09.20
1635
질문
xkey쓸려면 무조건 외장하드가 필요하나요?
1
영자님
2013.09.20
1419
잡담
피파14 뜰때가 되었는데
7
희망의피파
2013.09.20
1913
질문
슬림4g gta5구동
7
gdf99102
2013.09.20
1890
정보
피파 14 가 릴되었습니다.
16
촐랑이
2013.09.20
3448
질문
셀부팅이 안된다면 어찌해야하나요;;
4
화랑이
2013.09.20
1591
잡담
일단 잠급니다.
2
멀티플라이어
2013.09.20
426
잡담
저는 이렇게 gta5를 구동했습니다.
4
360360
2013.09.20
2359
정보
낮은 대쉬보드버전에서 한방패치 하지 마시기 바랍니다.
18
시토우
2013.09.20
4409
잡담
피파2014가 늦군요
7
내방망이
2013.09.20
1869
질문
lt3.0하고싶은데
핵펌
2013.09.20
1167
질문
여러분들의 의견을 듣고 싶습니다.
2
제이몽
2013.09.20
1366
답변
gta5 비행학교 훈련 빡치게 하네요ㅠ
3
usher
2013.09.20
4533
질문
775업데이트후 멀티부팅이안됩니다 도와주세요
2
아이터취
2013.09.19
1852
질문
도와주세용 고수님들...
1
이스포
2013.09.19
1709
질문
핵펌 관련 엑박 및 라이브 계정 질문 ㅠㅠ
2
늅늅비
2013.09.19
2178
운영자
님
글쓰기
<<
451
452
453
454
455
456
457
458
459
460
>>
ID저장
AUTO
회원가입
비번찾기
실시간 포인트 랭킹
1
Lv.43
폭력배
84P
2
Lv.21
셀린잉
23P
3
Lv.23
DKnoa
20P
4
Lv.22
oo77
13P
5
Lv.17
둘리삼촌
12P
6
Lv.23
아레스혼
11P
7
Lv.44
써니와조쉬
11P
8
Lv.18
앵엥앵엥
11P
9
Lv.17
FbConan
10P
10
Lv.21
잡상인
10P
11
Lv.18
ff13
10P
12
Lv.9
라라크로프트
10P
13
Lv.16
바비킹
10P
14
Lv.24
빡빡
10P
15
Lv.10
랜벗
10P
16
Lv.23
미르다람쥐
10P
17
Lv.27
메이지
9P
18
Lv.29
느작호랑이
9P
19
Lv.37
트럼푸
8P
20
Lv.24
검은튤립
8P
21
Lv.34
에수카
8P
22
Lv.26
마환
8P
23
Lv.22
ari송
7P
24
Lv.18
바이오알파
7P
25
Lv.25
ting
7P
26
Lv.9
그넘이그넘
7P
27
Lv.23
호시왕자
7P
28
Lv.15
CAVESTG
6P
29
Lv.22
유니트가이버
6P
30
Lv.28
LoveHappy7
6P
어제 포인트 랭킹
1
Lv.43
폭력배
84P
2
Lv.23
DKnoa
45P
3
Lv.17
둘리삼촌
12P
4
Lv.44
써니와조쉬
11P
5
Lv.23
미르다람쥐
11P
6
Lv.27
메이지
9P
7
Lv.29
느작호랑이
9P
8
Lv.34
에수카
8P
9
Lv.37
트럼푸
8P
10
Lv.24
검은튤립
8P
11
Lv.17
이칼
8P
12
Lv.22
ari송
7P
13
Lv.23
호시왕자
7P
14
Lv.18
분석자
6P
15
Lv.24
멀티짱
6P
16
Lv.22
쪽빛푸른
6P
17
Lv.13
햇님이셔
6P
18
Lv.18
앵엥앵엥
6P
19
Lv.22
oo77
6P
20
Lv.24
빡빡
6P
21
Lv.12
워크
6P
22
Lv.20
한바퀴
5P
23
Lv.28
LoveHappy7
5P
24
Lv.19
jshan
5P
25
Lv.14
머라냐S
5P
26
Lv.25
Qjdjdja
5P
27
Lv.25
영웅진
5P
28
Lv.22
재혀니쥐
5P
29
Lv.12
머신건
5P
30
Lv.20
사야오빠
5P
31
Lv.3
트리커250
5P
32
Lv.21
무해
5P
33
Lv.26
마환
5P
34
Lv.21
잡상인
5P
35
Lv.18
앱스테르고
5P
36
Lv.19
하즈키료2
5P
37
Lv.14
Hariken
5P
38
Lv.17
행갱이
5P
39
Lv.22
유니트가이버
5P
40
Lv.20
파판느님
5P
41
Lv.18
ff13
5P
42
Lv.20
글록
5P
43
Lv.25
레환사
5P
44
Lv.18
꿈꾸는행복
5P
45
Lv.20
히로
5P
46
Lv.17
브레인짱돌
5P
47
Lv.16
사방벽
5P
48
Lv.17
FbConan
5P
49
Lv.25
OGs
5P
50
Lv.17
냉동개구리
5P
최근글
발견했습니다
남자들이 이용할 수 있는 곳 (신고접수)
한번 알아보았습니다 (신고접수)
삼돌이 복구를 위한 데이터 여기서 보충했습...
진급했습니다~
여기서 하시면 되겠습니다 (신고접수)
활용해 보시길 바랍니다. (신고접수)
여기가 좋네요 (신고접수)
후기 (신고접수)
한번 알아보았습니다. (신고접수)
여기가 좋네요 (신고접수)
비타1 커펌기기 에러 메세지 나오면서 pkgj ...
여자들 많은곳 (신고접수)
남자들이 이용할 수 있는 곳 (신고접수)
여자들 많은곳 (신고접수)
이성만남 괜찮은곳 (신고접수)
카이로 진급했습니다.
남자들이 이용할수 있는곳 (신고접수)
방법 (신고접수)
발견했습니다 (신고접수)
노하우에요 (신고접수)
여자들 많은곳 (신고접수)
여자들 많은곳 (신고접수)
노하우에요 (신고접수)
여자들 많은곳 (신고접수)
Xbox 360에 hdd1의 용량초과 이신분 DLC 파일...
발견했습니다 (신고접수)
알아보았습니다. (신고접수)
여기서 하시면 되겠습니다 (신고접수)
추천해 드리겠습니다. (신고접수)
최근댓글
혼자서 키핑하기를. 고이 간직하기를.
진급 축하드립니다~
??
안알아본거 같은데... 매일 같은곳이야!
그저 고만 알아 보이~~잇. 소방차는 멈추지 ...
진급 축하드립니다.
진급 축하드립니다.
여기가 어딜까. 너만 알아도 됩니다.
뭘해?
지겹다. 글좀바꿔봐
그리 좋으면 혼자 키핑하기를...
뭐가?
아이디 몇개로 돌려쓰냐?
매일 알아만 보네...ㅋㅋ
계속 알아보기를... 그것이 너만의 일이니까.
징그럽다!
그리 좋으면 혼자서 키핑하기를.....
뭔가?
감사합니다 죄송한데 다운이 안되는데 요청해...
진급 축하드립니다~
많아도 넌 안만나줄텐데..
많으면 쉬울거라 생각하나 봐.
ㄱㅁㅎㄹ
대단하시네요...^^
많으면 좋나? 별 게 다 좋다.니 들은
축하드려요
ㅅㅂㄴㅇ
진급 축하드려요 ㅊㅊ
진급 축하드립니다.
축하드립니다. 항상 좋은 일만 있기를.
이용 많이 하기를. 쓸 데가 있겠지. 니에게는
고 ㅈ ㄷ
인생에 여자만나는게 전부냐?
그 방법 잘 사용하길... 그리고, 방법 당하길...
뭘?
오랜만에 바꿨네!
별게 다 노하우다. 이걸로 밥은 묵고 다니냐?
아직도 많냐? 그래 많으면 뭐하냐. 인연이 없...
많으면 뭐할긴데
이런것도 지식인가 보네. 삶에 아무런 도움이...
Copyright ⓒ 2000 - 2019 by
FINALFANTASIA.COM / FAFAN.KR
All rights reserved.