Ошибка

F.A.Q по freeboot для Jtag/Glitch приставок (Обновлено 18.03.2013)

Страницы:   Пред.  1, 2, 3 ... 35, 36, 37 ... 53, 54, 55  След.

Ответить на тему

Какой тип хака у вас стоит??

Jtag   27%  27%  [ 402 ]
Glitch   46%  46%  [ 668 ]
Не знаю   25%  25%  [ 370 ]

Всего проголосовало : 1440

 
Автор Сообщение

Sindyrello

Статус:info

Пол: Пол:Муж

Стаж: 14 лет

Сообщений: 1079

Украина
Рейтинг

post 19-Июл-2013 14:17 [-]0[+]

Quote

RaceMan

Ок! вечерком посмотрим .....
сверим launch.ini тоже но берут сомнения.
; launch.xex V3.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:\
; internal corona 4g mu MmcMu:\
; 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

; 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

; example entry
; Default = Hdd:\FreeStyle\default.xex
[Paths]
BUT_A = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0DE99990F586558
BUT_B =
BUT_X = Hdd:\FreeStyle\default.xex
BUT_Y =
Start =
Back =
LBump =
RThumb =
LThumb =

; Default is what loads when you hold no buttons
; leave this blank if you want NXE as default
Default = Hdd:\FreeStyle\default.xex

; 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 (or the power button on a remote if remotenxe is not set to true)
; this item will be used instead of default
Power =

; if set, going to system settings from HUD will run this app, override with Right Bumper
Configapp = niente:\DEVKIT\installer\installer.xex

; if set, this will be run as a title before any other option occurs, does not get circumvented by held buttons or default
; guide/power opts are processed after this; intended for a short video player to allow replacing bootanim
Fakeanim =

; 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 = niente:\dumpfile.txt

; example plugin entry
; plugin1 = Usb:\plugin\aplugin.xex
[Plugins]
plugin1 = Hdd:\xbdm.xex
plugin2 = Hdd:\ftpdll.xex
plugin3 = Hdd:\XRPC.xex
plugin4 =
plugin5 =

; these options are never used directly by dash launch but serve to give the configuration program
; a place to keep these values
[Externals]

; if true, the configuration application will start a FTP server (user/pass: xbox)
; if not present default is FALSE
ftpserv = true

; if ftpserv is true, this is the port that will be used by the FTP server
; if not present default is 21
ftpport = 21

; if true, the configuration application will start in launch mode instead of options mode
; if not present default is FALSE
calaunch = false

; if true, temps in installer and in guide (shuttemps option) will be shown in fahrenheit instead of celsius
; if not present default is FALSE
farenheit = false

[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, 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

; setting this to true will cause the box to reboot (soft reboot) the way it was intended to
; on jtag 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
; if not present default is TRUE
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 = true

; 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

; 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 = true

; 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 = true

; 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

; when set to TRUE all titles will have the insecure socket priveledge
; if not set this value will be FALSE
sockpatch = false

; when set to TRUE dash launch will not erase launchdata before launching a quick launch item
; if not set this value will be FALSE
passlaunch = false

; when set to TRUE various functions will be spoofed to make firmware think it's connected to LIVE
; this does not compensate for the fact that it cannot contact LIVE servers
; setting this to TRUE forces liveblock to TRUE
; if not set this value will be FALSE
fakelive = false

; when set to TRUE network/cloud storage options should not show up in disk dialogs
; if not set this value will be TRUE
nonetstore = true

; when set to TRUE a snapshot of the console temperature data will be displayed in the console shutdown dialog (displayed when guide button is held)
; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!
; enabling this option disables autooff
; if not set this value will be FALSE
shuttemps = true

; when true, any devkit profiles on the console will not appear as corrupt and can be used
; any changes such as saving games or getting achievements will resign the profile with the current/retail keyvault
; this seems not to affect glitch/jtag dev crossflash, but could affect these profiles on true devkits
; if not set this value will be FALSE
devprof = true

; when true, system link data will be encrypted for communication with devkits
; if not set this value will be FALSE
devlink = false

; when true dash launch will perform automatic disk swapping
; WARNING!! do not enable if you use FSD or swap.xex for this !!
; if not set this value will be FALSE
autoswap = false

; when true, disables kinect health pseudo video at game launch
; if not set this value will be TRUE
nohealth = true

; when true, disables dash locale setup screens when settings already exist
; if not set this value will be TRUE
nooobe = true

; shen true dash launch will automatically enable fakelive functionality only during official dash and indie play sessions
; if not set this value will be FALSE
autofake = true

_________________
Profile PM

RaceMan

Статус:info

Пол: Пол:Муж

Стаж: 11 лет

Сообщений: 26

Россия
Рейтинг

post 19-Июл-2013 14:53 (спустя 35 минут) [-]0[+]

Quote

Вообщем получилось - снес посностью фсд рев58 старый, поставил 735 и появились данные о температуре Улыбаюсь
Sindyrello спасибо огромное за помошь!
Profile PM

Sindyrello

Статус:info

Пол: Пол:Муж

Стаж: 14 лет

Сообщений: 1079

Украина
Рейтинг

post 19-Июл-2013 16:04 (спустя 1 час 11 минут) [-]0[+]

Quote

Не за что!
Тут больше по сути спасибо нужно сказать Fantom76.
Он сразу подметил и ответил.
http://s001.youpic.su/pictures/1374177600/6f70059a2bee26f9680acd6821b154e6.jpg

_________________
Profile PM

RaceMan

Статус:info

Пол: Пол:Муж

Стаж: 11 лет

Сообщений: 26

Россия
Рейтинг

post 19-Июл-2013 18:49 (спустя 2 часа 45 минут) [-]0[+]

Quote

Sindyrello писал(а):

Не за что!
Тут больше по сути спасибо нужно сказать Fantom76.
Он сразу подметил и ответил.
Это да! И Fantom76 огромное спасибо!
Profile PM

Core89

Статус:info

Пол: Пол:Муж

Стаж: 15 лет

Сообщений: 20

Россия
Рейтинг

post 28-Июл-2013 14:42 (спустя 8 дней) [-]0[+]

Quote

Может кто подскажет как открыть порты для LINk на роутере Netgear n300 . При тесте фейлит порты.В играх видны комнаты и игроки. но после присоединения в лобби дальше все стопориться.
бокс соединен через лан кабель от роутера.
Profile PM

MazheM

Статус:info

Пол: Пол:Муж

Стаж: 14 лет

Сообщений: 164

Россия
Рейтинг

post 28-Июл-2013 21:17 (спустя 6 часов) [-]0[+]

Quote

Core89
Похоже, что N300 это не название модели, посмотри с обратной стороны роутера точное название модели.
После зайди сюда: клик и найди свой роутер. Когда откроется сверху перед списком будет "Default Guide" и там пошагово описано.
Profile PM

Core89

Статус:info

Пол: Пол:Муж

Стаж: 15 лет

Сообщений: 20

Россия
Рейтинг

post 29-Июл-2013 00:03 (спустя 2 часа 45 минут) [-]0[+]

Quote

MazheM
к сожалению не помогло.От провайдера зависеть может как-то?
Profile PM

Андрик

Статус:info

Стаж: 12 лет

Сообщений: 473

Рейтинг

post 29-Июл-2013 01:09 (спустя 1 час 5 минут) [-]0[+]

Quote

Core89
а ты уверен что это не провайдер блочит?
Profile PM

Core89

Статус:info

Пол: Пол:Муж

Стаж: 15 лет

Сообщений: 20

Россия
Рейтинг

post 29-Июл-2013 11:42 (спустя 10 часов) [-]0[+]

Quote

Андрик
Провайдер Акадо Москва
Есть способы проверки? или в саппорт звонить придется?
Profile PM

MazheM

Статус:info

Пол: Пол:Муж

Стаж: 14 лет

Сообщений: 164

Россия
Рейтинг

post 30-Июл-2013 04:10 (спустя 16 часов) [-]0[+]

Quote

Core89
Лучше позвонить и уточнить у провайдера.
Profile PM

niggers

Статус:info

Пол: Пол:Муж

Стаж: 13 лет

Сообщений: 417

Предупреждений: 5

Афганистан
Рейтинг

post 30-Июл-2013 21:07 (спустя 16 часов) [-]0[+]

Quote

здарова ребятки емты
вообщем такая беда: в "forza horizon" после покупки авто в начале игры, когда едешь на первую гонку на купленном автомобиле вылетает "протрите диск тряпкой", именно в тот момент, а не в какой то другой, все остальные игоры играются нормально. по новой перекачать?
Profile PM

z10yded

Статус:info

Пол: Пол:Муж

Стаж: 11 лет

Сообщений: 14

Швеция
Рейтинг

post 01-Авг-2013 22:21 (спустя 2 дня 1 час) [-]0[+]

Quote

Ребята я конткретный нуб! Помогите пожалуйста!!! КРИК ДУШИ!!! я весь интернет перерыл ничего не могу найти полезного! У меня прошитый бокс слим 4 гига, глитч. Играю с внешнего хард драйва. Все игры на нем и работают отлично. Единственная проблема-я никак не могу понять как устанавливать DLC. Я не ленивый, я прочитал все в FAQ только догнать не могу. Использовал программу Horizon и отдельно отформатировнную в боксе флешку, но когда пытаюсь закинуть DLC с папок 00000002 в флешку с этой программой, она не узнает файлы и пишет что формат не подходящий((( как подключать сам хард драйв бокса к компу понятия не имею! Что я делаю не так? Как и куда кидать скачанные DLC файлы? Как правильно использовать флешку, чтобы было возможным на нее кидать DLC или какой либо друой вариант? ПОЖАЛУЙСТА ПОМОГИТЕ!!! БУДУ ОЧЕНЬ ПРИЗНАТЕЛЕН!

_________________
Life's too short to dance with fat chicks.
Profile PM

Sindyrello

Статус:info

Пол: Пол:Муж

Стаж: 14 лет

Сообщений: 1079

Украина
Рейтинг

post 03-Авг-2013 16:02 (спустя 1 день 17 часов) [-]0[+]

Quote

z10yded писал(а):

о! У меня прошитый бокс слим 4 гига, глитч.
Для начала скажи что хочешь использовать для DLC, в плане какие варианты у тебя есть?
У тебя есть внешний HDD на сколько? ,+ усб флэшка на сколько?
Плюс на первое время ты можешь использовать твои 4г внутренней памяти.. почему бы не воспользоваться ими? Идеальная готовая структура и файловая система бокса.

Например я свой внешний HDD разбил на 3 партиции.....
1) Fat 32 для разных игр
2) Система бокса 32г для DLC и патчей TU
3) Fat32 храню мои фильмы и данные с ПК.
Если ты хочешь настроить свой внешний примерно так же, то придется все форматировать и игры нужно будет на время перенести в другое место.

Есть так же FATXplorer v2.5 крякнутая версия.... не знаю рабочая ли она или нет, но если она реально крякнутая то можно задействовать весь объем твоего внешнего диска для файловой системы бокса.

_________________
Profile PM

Deffo4ka

Статус:info

Пол: Пол:Жен

Стаж: 13 лет

Сообщений: 33

Рейтинг

post 03-Авг-2013 16:07 (спустя 5 минут) [-]0[+]

Quote

niggers
Даш какой? Из-за даша может вылетать. Нюансов много. Перехешируй раздачу, перекинь заново на бокс и проверь. Дело 10 минут.
Profile PM

Arsenal

Статус:info

Пол: Пол:Муж

Стаж: 14 лет

Сообщений: 593

Белоруссия
Рейтинг

post 04-Авг-2013 16:05 (спустя 23 часа) [-]0[+]

Quote

Помогите решить проблемку .

Перешёл на новый тариф и по всей видимости настройки сбились .

Обложки не загружаются , обновления тоже .
Модем в режиме бридж
Profile PM

z10yded

Статус:info

Пол: Пол:Муж

Стаж: 11 лет

Сообщений: 14

Швеция
Рейтинг

post 04-Авг-2013 18:04 (спустя 1 час 58 минут) [-]0[+]

Quote

Спасибо что откликнулся! Улыбаюсь Я хочу использовать внутренний хард бокса, только вот не знаю как его подключить к компу Грущу А насчет внешнего HDD, он у меня на 2 тб. Если его частично отформатировать в системе бокса, то комп не будет видеть папок? Что делать в этом случае, как кидать туда файлы DLC? Хотел использовать программу Horizon, но она не принимает файлы DLC которые качаются вместе с игрой Грущу

Sindyrello писал(а):

z10yded писал(а):

о! У меня прошитый бокс слим 4 гига, глитч.
Для начала скажи что хочешь использовать для DLC, в плане какие варианты у тебя есть?
У тебя есть внешний HDD на сколько? ,+ усб флэшка на сколько?
Плюс на первое время ты можешь использовать твои 4г внутренней памяти.. почему бы не воспользоваться ими? Идеальная готовая структура и файловая система бокса.

Например я свой внешний HDD разбил на 3 партиции.....
1) Fat 32 для разных игр
2) Система бокса 32г для DLC и патчей TU
3) Fat32 храню мои фильмы и данные с ПК.
Если ты хочешь настроить свой внешний примерно так же, то придется все форматировать и игры нужно будет на время перенести в другое место.

Есть так же FATXplorer v2.5 крякнутая версия.... не знаю рабочая ли она или нет, но если она реально крякнутая то можно задействовать весь объем твоего внешнего диска для файловой системы бокса.

_________________
Life's too short to dance with fat chicks.
Profile PM

Sindyrello

Статус:info

Пол: Пол:Муж

Стаж: 14 лет

Сообщений: 1079

Украина
Рейтинг

post 04-Авг-2013 18:28 (спустя 23 минуты) [-]0[+]

Quote

z10yded писал(а):

насчет внешнего
Ок! Внутренний HDD для DLC отличный выбор.
Подключение к компу на самом деле все очень просто, 2 варианта:

1) Используешь интерфэйс УСБ вроде этого
Их есть два типа для хардов от Слимок и хардов для Фаток. Мой для Фаток Улыбаюсь

2) Если нет возможности приобрести такой интерфэйс тогда задействуй всю консоль с внутренним хардом через FTP сервер. Либо же старым простым способом,перенос контента через любую УСБ флэшку и файловый менеджер типа FSD или XeX Menu.

Конечно же нужно немного практики,но все довольно просто. Как будешь готов с выбором и DLC,стучи в скайп постараюсь найти пару минут с демонстрацией.

_________________
Profile PM

Suport

Статус:info

Пол: Пол:Муж

Стаж: 15 лет

Сообщений: 489

Россия
Рейтинг

post 05-Авг-2013 22:45 (спустя 1 день 4 часа) [-]0[+]

Quote

как поставить fsd ярлык в игротеке в nxe?
Profile PM

z10yded

Статус:info

Пол: Пол:Муж

Стаж: 11 лет

Сообщений: 14

Швеция
Рейтинг

post 05-Авг-2013 22:50 (спустя 4 минуты) [-]0[+]

Quote

чувак, спасибо тебе огромное!!! воспользовался дедовским методом и перевел длц через флешку на внутренний хард и все пошло, только прау длц надо все таки разблокировать.

Sindyrello писал(а):

z10yded писал(а):

насчет внешнего
Ок! Внутренний HDD для DLC отличный выбор.
Подключение к компу на самом деле все очень просто, 2 варианта:

1) Используешь интерфэйс УСБ вроде этого
Их есть два типа для хардов от Слимок и хардов для Фаток. Мой для Фаток Улыбаюсь

2) Если нет возможности приобрести такой интерфэйс тогда задействуй всю консоль с внутренним хардом через FTP сервер. Либо же старым простым способом,перенос контента через любую УСБ флэшку и файловый менеджер типа FSD или XeX Menu.

Конечно же нужно немного практики,но все довольно просто. Как будешь готов с выбором и DLC,стучи в скайп постараюсь найти пару минут с демонстрацией.

_________________
Life's too short to dance with fat chicks.
Profile PM

Sindyrello

Статус:info

Пол: Пол:Муж

Стаж: 14 лет

Сообщений: 1079

Украина
Рейтинг

post 05-Авг-2013 23:29 (спустя 39 минут) [-]0[+]

Quote

z10yded
Разблокировать DLC можно прямо у себя на консоли... приложение xm360v2.0d тебе в помощь.
Так же настройки Dashlaunch могут разблокировать автоматически все аркады и DLC.
Сам выбирай что душе угодно.

добавлено спустя 8 минут 23 секунды:

Suport писал(а):

как поставить fsd ярлык в игротеке в nxe?
Скачай последнюю версию - quickboot 2.1 или выше! Она поможет создать любой ярлык с картинкой которую выберешь сам.

_________________
Profile PM

vium

Статус:info

Пол: Пол:Муж

Стаж: 15 лет

Сообщений: 3

Украина
Рейтинг

post 06-Авг-2013 13:36 (спустя 14 часов) [-]0[+]

Quote

Уважаемые форумчане, помогите разрешить причюдливую проблему.
Итак есть безпроводной геймпад (1,5 года в обиходе) , кнопка "B" которого ведет себя неполноценно, а именно при ее задержке (скажем во многих шутерах данное нажатие позволяет перезарядиться) ничего не происходит (задуманного игрой), как будто я просто(коротковременно) нажал ее. Думал налипло что-то, но нет, почистил - проблема осталась. Фишка в том, что есть другой геймпад пока прослуживший пол года и с ним ситуация идентична! Так что думаю проблема однозначно не в манипуляторах, а в самой коробке. Посоветуйте способ разрешения kolob_111
P.S. хак RGH2.
Profile PM

Sindyrello

Статус:info

Пол: Пол:Муж

Стаж: 14 лет

Сообщений: 1079

Украина
Рейтинг

post 06-Авг-2013 14:27 (спустя 51 минута) [-]0[+]

Quote

vium
Если это проблема с мат частью или ее диффект то советов тут мало.... В мастерскую и прозванивать.может брак, может при установке RGH что то поджарили.
Я могу лишь предложить проверить параметры Dashlaunch которые прописаны в твоем файле launch.ini , вдруг там прописаны кнопка B и она создает какую то проблему. Хотя берут сомнения у меня кнопка X прописана но никаких проблем не было.
И еще я бы проверил на проводном джой паде... Он думаю поможет понять где собака зарыта!

_________________
Profile PM

Play8bit

Статус:info

Пол: Пол:Муж

Стаж: 11 лет

Сообщений: 374

СССР
Рейтинг

post 06-Авг-2013 18:56 (спустя 4 часа) [-]1[+]

Quote

Sindyrello писал(а):

Suport писал(а):

как поставить fsd ярлык в игротеке в nxe?
Скачай последнюю версию - quickboot 2.1 или выше! Она поможет создать любой ярлык с картинкой которую выберешь сам.
Не знал про эту прогу, спасибо! Жаль только, что она не создает в NXE обложки kolob_127
Кстати, я правильно понял, что с ее помощью можно вывести в NXE ярлыки таких приложений, как например Dashlaunch, RetroArch360, Simple 360 NAND Flasher, XM360, и запускать их сразу из NXE минуя XeXMenu?

_________________
Xbox 360 E (RGH2|NXE 17559|DL 3.21) + PS4 Fat 9.00 + Nintendo Switch (13.1.0|KEF629-1.2.3|E)
Profile PM

Vikkers

Статус:info

Пол: Пол:Муж

Стаж: 15 лет

Сообщений: 995

Россия
Рейтинг

post 06-Авг-2013 19:15 (спустя 19 минут) [-]0[+]

Quote

8bitman
до кучи можешь поюзать Shortcut360 v1.1.7 (назначение тоже).

_________________
PlayStation 2 SCPH-77008 \ PlayStation 3 Fat 80Gb (1Tb) (CFW REBUG 4.70.1 REX Cobra 7.1) \ Nintendo WII 4.20E \ Xbox 360 FAT Arcade Freeboot (1Tb) (16197+DL3.12) \ Xbox 360 Slim Corona 4G (1Tb) (16537+DL3.14)
Profile PM

Sindyrello

Статус:info

Пол: Пол:Муж

Стаж: 14 лет

Сообщений: 1079

Украина
Рейтинг

post 06-Авг-2013 20:05 (спустя 50 минут) [-]0[+]

Quote

8bitman
Да все верно, и создает ярлыки для родного даша NXE отлично работает с различными Homebrew и запускными файлами с расширением .xex

Vikkers
Тоже хороша,правда заметил что с приложениями и запускными файлами .xex не очень дружит.

_________________
Profile PM
Показать сообщения:    
Ответить на тему

Текущее время: 28-Ноя 09:43

Часовой пояс: GMT + 4



Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете голосовать в опросах
Вы не можете прикреплять файлы к сообщениям
Вы не можете скачивать файлы