Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
Поборол леньи сделал русский HD Loader 0.8c aka 0.8b++, в котором используются патчи для GoW II и GTA VCS.
LaunchELF v4.25 (2008.08.19)
-Fixed a bug preventing proper updates of IPCONFIG.DAT (open file)
-Fixed a bug preventing Cancel command from working in some file selections
-Modified Skin CNF saving to allow selection of existing filenames
-Corrected cursor positioning for LNG translated network settings
The new method of saving skin CNF files will display files of all types in the browser. You can select an existing file simply by highlighting it and pressing either the 'Start' button or the normal OK button ('O' or 'X' depending on config). Either way the selected filename will then be copied to the virtual keyboard dialog box, where you can either accept it as-is (overwriting the old file), or modify the name (to create a new file), or cancel the operation.
If you don't want to select any existing name, you can (as in last version) press the 'Start' button without having highlighted any file, to save a new file in the current directory. Doing so will open the virtual keyboard dialog with a clean slate, where you can enter the name of the new file (or cancel the operation).
At any time during the browsing for a directory where you want to save the skin CNF, you can also press the Cancel button, which did not work correctly in last version but has now been fixed.
Попросить некого, я лучше сам запаяю, но это крайний случай.А что стОит попросить эту точку подпаять?
С помощью ULE можно запустить загрузочный файл игры и игра PS2 пойдёт. PS1 - не пробовал.
Аналогично. В версии 4.12 + есть загрузчик для V9+ консолей. НА слимке нифига не заработало. А на толстой работает только с включенной диагностикой.Пробовал запустить ELF - безрезультатно.
IGR - a.k.a. In Game Reset, a feature know from few other consoles. Why not implement it for PS2?
The basic concept is simple:
1. Detect pad button presses.
2. Launch apropriate app on particular button combo.
Although it looks simple, it's not that easy to do, especially that I wanted to make it EE side only, which means no code on IOP side (there are good reasons for that). Launching the application from the middle of running another app is also not that easy, as a lot of caution is required (and I had some serious problems with sif, though I was able to get rid of it by modifying SifInitCmd function a little bit).
Take this one as the proof of concept rather than working app (more concept than proof I would say ).
The IGR_mc.elf file after becoming resident will launch file in:
mcx:/BOOT/BOOT.ELF
mcx:/B?DATA-SYSTEM/BOOT.ELF
where "x" is memory card slot and "?" is regional code.
(to be true I tested it mostly with one app, so I recommend using uLE, tested on uLE 4.28)
The IGR_cdvd.elf file after becoming resident will launch cd/dvd dsc that is in drive.
The button combo to trigger the procedure is L1+L2+R1+R2+Select+Start, so basically it's "soft reset" known from some games.
Once the IGR procedure is triggered, it will launch the file in:
mcx:/BOOT/BOOT.ELF
mcx:/B?DATA-SYSTEM/BOOT.ELF
where "x" is memory card slot and "?" is regional code.
As in previous case, I recommend uLE.
Many games will not work with that. Many homebrew apps also. Some won't load at all, others won't detect button presses, others will hang at reset. What's interesting, the OSDSYS will work (tested on V10) - just use the mcard version to launch uLE and MISC/PS2Browser (taking out your FMCB card may be necessary, but it wasn't tested). Now by pressing the combo, you can launch the app from OSDSYS .
Due to obvious reasons, ESR will not work with this.
DNAS enabled games will not work (I know exactly what's the problem and know a good solution - I had to do the same for ESR. I didn't add this feature, because I'm aiming at hdloader, which handles this case on its own).
This version works only with games launched through cd/dvd drive and with homebrew. The real goal is to make it work with hdloader (I had some nice results with just minor changes, but it's somewhat unstable right now, and it works only if mode3 is enabled in hdloader). Once it's ready (undefined future, as I won't work on it for now - got may other projects to finish first), it should be a cool thing.
Leave a comment if you wish, but note it's only "proof of concept", not even should be called application . And it prooves that can be quite easily done (well, not that "easily" really... but it took just yesterday and a quick fix today to get to this point). Note, that it's not a priority app, so it will wait untill others are finished.
I didn't test it too much. Just with my V10 PAL console, but I guess it should work fine on others.
Best regards.
PS. It's not really "Free Vast" related... but it shares some part of code with ESR ...