홈
자유게시판
질문답변
정보
강좌
게임매뉴얼
게임리뷰
게임팁
오픈케이스
PLAYSTATION
게시판
정보
게임정보
자료실
코드
PSVITA/PSP
게시판
정보
게임정보
자료실
코드
XBOX
게시판
정보
게임정보
자료실
코드
Wii
게시판
정보
게임정보
자료실
코드
NDS/SWITCH
게시판
정보
게임정보
자료실
코드
기타기종
SEGA게시판
SEGA자료실
SEGA코드
에뮬게시판
에뮬코드
GBA자료실
MD/GG자료실
SFC/FC자료실
NEOGEO자료실
아케이드자료실
커뮤니티
출석체크
가입인사
취미사진
중고장터
유머
플래시게임
포인트경매
클럽
파이널판타지
위닝일레븐
슈퍼로봇대전
그란투리스모
그란투리스모
PSP클럽
하드로더
XBOX게시판
프리스타일 775 설치후 안되는것들 도움 부탁드립니다.
아이터취
2013-09-19 오후 6:22:01 Hit. 2559
명절날 잘지내고 계신지요??
프리스탈 업뎃하고 예전 다크엔젤님께서 한글폰트 자료실에 올려주셔서 적용해서 잘쓰고있었는데
지금은 자료실에 링크가 깨져서 구할수가없네요 775버전에도적용할수있는 자료 구할수가있을까요???
두번째 예전에 멀티 부팅을 사용을했었어요 부팅시 y누르면 기본 대쉬 x누르면 xexmanu 진입했었는데
프리스탈 바꾸고나서는안되네요 도움 부탁드립니다 launch.ini는 변경된건없구요 아래와같이설정되어있는
파일입니다 프리스탈만 잘진입해용.
새번째 예전에 올려주신 자료실에있는 테마 민효린도있고 신세경도있고 하는 테마가 적용 시키면 프리스탈일이
부팅은 되는듯한데 화면이 검은색으로 나와요아무것도안보여요 775버젼에 맞는 테마가 따로있나요??
도움 부탁드립니다.
; 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-19 18:47:41
프리스타일의 스킨은 버전에 맞게 사용하지 않으면 문제가 생길수도 있습니다
버전에 맞는걸 사용하세요
·댓글
글쓰기
수정
삭제
목록
질문
여러분들의 의견을 듣고 싶습니다.
2
제이몽
2013.09.20
1389
답변
gta5 비행학교 훈련 빡치게 하네요ㅠ
3
usher
2013.09.20
4578
질문
775업데이트후 멀티부팅이안됩니다 도와주세요
2
아이터취
2013.09.19
1879
질문
도와주세용 고수님들...
1
이스포
2013.09.19
1732
질문
핵펌 관련 엑박 및 라이브 계정 질문 ㅠㅠ
2
늅늅비
2013.09.19
2200
질문
최신형 삼돌이... 전압은 프리볼트인가요?
2
크렐
2013.09.19
1976
질문
프리스타일 3.0 775버전 테마 질문 드립니다
광전자포
2013.09.19
1820
질문
프리스타일 775 설치후 안되는것들 도움 부탁드립니다.
1
아이터취
2013.09.19
2560
잡담
그타5 엔딩봤네요(노스포)
3
chidora
2013.09.19
2457
질문
라이브 벤은 아직도 활성화 중인가요?
6
늅늅비
2013.09.19
2252
질문
gta5 한글로 하고 있는요...
6
usher
2013.09.19
2874
질문
꼭 특정부위에서만 Fatal Crash Intercepted가 뜨는군요.
7
쥬논
2013.09.19
2484
질문
ㅎㅎ 드뎌 업데이트를 했습니다 그런데...
3
리암헤스
2013.09.19
1325
질문
프리스타일 3.0 F3Rev775 게임리스트 질문드립니다
3
광전자포
2013.09.19
2064
질문
그타 차량 저장 질문입니다..
2
cyh24486
2013.09.19
1201
정보
gta5 실행 (다들알고계시겠지만)다시정리
6
아이터취
2013.09.19
3634
잡담
gta 5 가까스로 구동 성공했네요.
6
누에바칸시온
2013.09.19
4448
질문
펌박 질문
1
회장동생
2013.09.19
1141
잡담
오 위닝 데이터팩이 떴다네요.
1
귀차니스트
2013.09.19
1346
질문
내게임 이미지 어찌해야되나요? 라이브접속?!
6
리암헤스
2013.09.19
1491
운영자
님
글쓰기
<<
461
462
463
464
465
466
467
468
469
470
>>
ID저장
AUTO
회원가입
비번찾기
실시간 포인트 랭킹
1
Lv.44
폭력배
80P
2
Lv.24
빡빡
39P
3
Lv.16
대롱
16P
4
Lv.23
호시왕자
12P
5
Lv.12
괴혼
11P
6
Lv.17
spik
10P
7
Lv.20
한바퀴
8P
8
Lv.26
마환
7P
9
Lv.35
에수카
7P
10
Lv.25
멀티짱
7P
11
Lv.24
검은튤립
7P
12
Lv.22
ari송
7P
13
Lv.10
랜벗
7P
14
Lv.22
귤랑
7P
15
Lv.24
82.7%
7P
16
Lv.23
아레스혼
6P
17
Lv.20
가을속으로
6P
18
Lv.23
산삼도야지
6P
19
Lv.17
냉동개구리
6P
20
Lv.22
유니트가이버
6P
21
Lv.28
LoveHappy7
6P
22
Lv.15
그리즐리
6P
23
Lv.17
브레인짱돌
5P
24
Lv.16
사방벽
5P
25
Lv.17
FbConan
5P
26
Lv.25
OGs
5P
27
Lv.20
사야오빠
5P
28
Lv.22
무해
5P
29
Lv.21
잡상인
5P
30
Lv.18
앱스테르고
5P
어제 포인트 랭킹
1
Lv.44
폭력배
79P
2
Lv.25
멀티짱
9P
3
Lv.17
FbConan
8P
4
Lv.25
Tifa
8P
5
Lv.10
망각의호수
8P
6
Lv.28
LoveHappy7
7P
7
Lv.14
Hariken
7P
8
Lv.24
검은튤립
7P
9
Lv.18
세발아구
7P
10
Lv.24
미르다람쥐
7P
11
Lv.16
춍횬츈인닥
7P
12
Lv.35
에수카
6P
13
Lv.23
아레스혼
6P
14
Lv.20
히로
6P
15
Lv.19
분석자
6P
16
Lv.16
대롱
6P
17
Lv.24
칸타타
6P
18
Lv.21
고로
6P
19
Lv.24
빡빡
6P
20
Lv.12
괴혼
6P
21
Lv.19
diskman
6P
22
Lv.16
이나사마
5P
23
Lv.7
이건또뭐냐고
5P
24
Lv.20
한바퀴
5P
25
Lv.12
머신건
5P
26
Lv.19
jshan
5P
27
Lv.14
머라냐S
5P
28
Lv.26
Qjdjdja
5P
29
Lv.22
재혀니쥐
5P
30
Lv.19
하즈키료2
5P
31
Lv.16
사방벽
5P
32
Lv.25
OGs
5P
33
Lv.18
유지광
5P
34
Lv.18
호호하하하하
5P
35
Lv.17
행갱이
5P
36
Lv.22
유니트가이버
5P
37
Lv.20
파판느님
5P
38
Lv.18
ff13
5P
39
Lv.20
글록
5P
40
Lv.25
레환사
5P
41
Lv.18
꿈꾸는행복
5P
42
Lv.37
트럼푸
5P
43
Lv.17
냉동개구리
5P
44
Lv.18
ㄴㄹ;ㅣ
5P
45
Lv.41
PS&PSP
5P
46
Lv.23
산삼도야지
5P
47
Lv.23
nananana
5P
48
Lv.15
CAVESTG
5P
49
Lv.20
ggogi
5P
50
Lv.21
별달달별
5P
최근글
울펜슈타인 2009 한글패치가 있나요?
레벨 업했습니다~~~>.<
고급정보 (신고접수)
추천해 드리겠습니다. (신고접수)
외롭거나 연애를 하고 싶다면 꼭 읽어보세요 ...
나름 써봅니다 (신고접수)
노하우에요 (신고접수)
진짜 좋아요 (신고접수)
포트폴리오 (신고접수)
고급정보 (신고접수)
읽어보세요 (신고접수)
괜찮은 이성을 만나는 방법 (신고접수)
진짜 좋아요 (신고접수)
엑스박스 게임패스 요금제 관련 정보 입니다.
후회하지 않습니다. (신고접수)
스타킹 (신고접수)
여자들 많은곳 (신고접수)
여기서 하시면 되겠습니다. (신고접수)
요즘도 엑박을 열심히(?)하며 지내고 있습니...
삼돌이 하이퍼바이저 익스플로잇 최신 근황
나름 써봅니다 (신고접수)
노하우에요 (신고접수)
여기서 하세요 (신고접수)
진짜 좋아요 (신고접수)
노하우에요 (신고접수)
한번 알아보았습니다. (신고접수)
남자들이 이용할 수 있는 곳 (신고접수)
여기서 하시면 되겠습니다 (신고접수)
모태솔로가 여자 만나기 위해 노력한 후기 (...
나름 써봅니다 (신고접수)
최근댓글
있습니다. 제 기억으론 피씨용 한패가 그냥 ...
축하드립니다.
진급 축하드립니다! ㅊㅊ
축하드립니다 ㅊㅊ
아... 40대... 난 아직 막내같은데 어디가도...
아.. 로그알리 엑스는 불만은 클라우드 서비...
외로이 홀로 외롭게 스스로 주욱 유지하길......
인간 관계?
외로이 읽고 간직하기를.....
추천은 혼자 외로이 하기를.....
ㅅㄱ!
ㅈㄲ
zz
https://www.movgamezone.com/2016/10/dj-max...
원인어밀리언님이 (2025/10/30 21:08)에 삭제...
ㅅㄱ!
어지간히 좋은가 보네.
진짜 그리 좋으며 홀로 가지길.....
이런 것은 혼자 가지기를.....
주인장 잃어버려 엉망인 곳에 자드님 글이 ...
홀로 외로이 읽어보기를.....
괜찮다면 혼자서 간직하기를.....
좋으면 혼자서 잘 간직하기를.....
ㅅㄱ!
마소는 제정신이 아닌듯 합니다. 이번에 포터...
장터... 이걸 파는 사람도 있다는 겁니까? 에...
플스3, 4보다 많이 켠게 엑박360인데....엑박...
자드님 오랜만입니다. 요즘 장터에 커펌메모...
고마해라 ㅁㅊㄴㅇ
ㅂㄹ ㅂㄹ ㅂㄹ
인자 여기서 ㅈㄹ 이냐
별 게 다 킹이구먼... 홀로 간직하길.....
많다면 홀로 외로이 다 가지길.....
패가망신...
패가망신 노하우 .
노하우는 홀로 외로이 간직하기를.....
혼자서 나름 써보기를.....
여기든 거기든 외로이 혼자 하길.....
진짜 좋다면 혼자 하길.....
ㅅㄱ!
Copyright ⓒ 2000 - 2019 by
FINALFANTASIA.COM / FAFAN.KR
All rights reserved.