Forum CDRinfo.pl

Forum CDRinfo.pl (https://forum.cdrinfo.pl/)
-   Homebrew (https://forum.cdrinfo.pl/f106/)
-   -   [PS2] HDLGameInstaller (https://forum.cdrinfo.pl/f106/ps2-hdlgameinstaller-96415/)

Jolek 28.04.2017 15:45

[PS2] HDLGameInstaller
 
https://s12.postimg.cc/judd2n9q5/HDLGame_Installer.png

https://s17.postimg.cc/m97kzjkcv/xlyqhf.png

HDLGameInstaller pozwala na instalowanie gier PS2 na dysk twardy i uruchamianie ich bezpośrednio z HDDOSD (aktualizacja browser v2.00).
Zainstalowane tak gry pojawią się również w OPL w zakładce Gry HDD (HDD Games).

Program posiada następujące funkcje:
  • Instaluje gry PS2 z CDDVD.
  • Instaluje gry PS2 przez sieć z PC.
  • Zainstalowane gry mogą zostać uruchomione bezpośrednio z HDDOSD.
  • Zainstalowane gry można uruchomić za pomocą OPL (zakładka HDD Games).
  • Pozwala zarządzać grami z poziomu konsoli.
  • Pozwala zarządzać grami z poziomu PC za pomocą sieci.

Lista zmian:
Kod:

v0.801:
  • Added a network status screen (Press SELECT to access it).

  • Games are now adjusted by pressing the CIRCLE button at the main menu instead of SELECT.

  • Fixed the loading of the IP address configuration. The file size was being retrieved from the wrong call to lseek().

  • Cleaned up IP address parsing code to remove the compiler warning.

v0.802:
  • The compatibility mode flags were being set and loaded from the HDL compatibility mode flags field. Should have been the OPL flags.

  • Changed the images from bitmaps to PNG images, to save space.

  • Cleaned up ShowMessageBox().

  • Added the German, Italian and Spanish localizations.

  • Updated mini OPL/diskload to the latest version from Bitbucket, as of today's commit.

v0.803:
  • Updated the SMAP driver (See the PS2SDK update for today).

  • Added a display for the link state and transfor mode to the network status screen.

  • The network status screen can now be accessed from the remote connection status screen as well.

  • Re-enabled program optimization. I made a change to the Makefile of v0.802, but forgot that optimization is disabled by default.

  • Added Dutch localization.

v0.804:
  • Updated the SMAP driver (See the PS2SDK update for today).

  • Updated the network status screen to display the MAC address and data that will probably help network debugging.

  • The Ethernet link speed and duplex settings can now be specified manually (Read the README file).

  • Removed power-off interrupt handling, since installations should not be interrupted.

  • The power button will not be usable unless the program ends. The console may still be switched off remotely from the PC client, however.

  • Game list now has the "pad button repeat rate" control.

  • Fixed misnamed German localization files.

  • Adjusted initialization code, since the homebrew I/O functions are not multi-thread safe. The UI will be initialized outside of the initialization thread, and the drivers that provide access to the supported bootup devices will be loaded before the initialization thread starts too.

v0.805:
  • Added French localization.

  • Updated SMAP driver.

  • Removed calls to sceCdStandby() and sceCdDiskReady() within ShowWaitForDiscDialog(), to prevent the program from freezing up on newer consoles if a disc is not inserted. sceCdGetDiscType() is the right way to determine whether a disc is inserted or not.

  • Corrected the GP saving and restoration macros within CrashReporter.c.

  • Updated Diskload/Mini OPL to the latest revision.

  • Changed optimization mode to Os.

  • With the update to fileXio in the PS2SDK, the I/O buffer of fileXio has been set to 128KB.

v0.805R:
  • Added Portuguese localization.

  • Updated Japanese localization.

  • Increased TCP window size to 65535 bytes and the FileXIO RPC I/O buffer to 512KB, for enhanced performance.

  • Increased network transfer length.

  • The startup device will now be checked, and the program will quit if it was started from an unsupported device.

  • The program will now quit if the resource files (e.g. fonts) cannot be loaded, instead of getting stuck at a black screen.

  • The PC-side client (HDLGManClient) has been updated. Please update your clients!

v0.806:
  • Updated ATAD module (PS2SDK update).

  • Fixed installation of games that are 4GB or larger in size, on disks that are larger than 250GB.

  • Added a partition slice limit to HDLFS, as I forgot that the HDLoader game format uses a 32-bit value to record the size of each slice (4GB partition parts are the largest it can support).

  • Removed old, broken code from HDLFS which automatically adjusted the size of the game as data is written. To begin with, it doesn't do anything because the size of the game is recorded during formatting and can't be adjusted afterwards. It was originally there to make its write function behave like how the the standard write function would behave when data is written to beyond the end of the file.

  • Fixed the installation of the 2nd layer (of DVD9 games) from HDLGManClient. Please reinstall your DVD9 games that were installed via HDLGManClient!

  • Tidied up the server functions.

  • Fixed the logic of the connection state checking functions of HDLGManClient (Should now report client-server version mismatches properly).

  • Modified HDLGManClient to report connection losses instead of stating that the operation failed (Makes things less confusing for the user, as some connection-related problems resulted in error messages that suggested a hardware problem).

v0.807:
  • Updated HDLFS to flush the HDD cache when the partition is unmounted. While this probably does nothing (The cache won't be used if normal READ/WRITE SECTOR commands are used, will it?), I'm doing it to comply with Sony's specifications.

  • Updated art assets.

  • Increased the stack size of the client thread, since the server was freezing up on my SCPH-10000 whenever savedata icon is used for the installation.

  • Added a semaphore that prevents a remote installation from taking place, while a game is being installed locally on the PS2.

  • This program can now be booted from the HDD... as long as it isn't launched by uLaunchELF (uLaunchELF doesn't specify the full path to the program, when it's launched from the HDD).

  • The HDD unit will no longer be switched off when the program quits.

v0.808:
  • Updated to work properly with the modern PS2SDK.

  • Ported the fixes to the PS2SDK over.

  • Corrected old mistakes that led to an insufficiently aligned buffer being used for I/O operations with the HDD.

  • Increased the size of the buffer that contains the path of the savedata icon, which is used during installations.

  • Changed the icon selector's colour to light red and increased its opacity.

  • Added memset() statements to initialized uninitialized values. This gives a cleaner installation.

  • Fixed the problem with garbage appearing within the OSD title line 1 and 2 fields, whenever the icon data is missing.

  • Corrected logic errors within the icon loading code.

  • Greatly increased the number of buffers used by APA, which greatly improves performance when the list of games is generated.

  • Enhanced data receiving and transmission code, to totally eliminate the a possibility of errors occuring because the packet header is partially transferred (regardless of whether it's currently even possible or not).

  • Corrected a mistake within HDLFS: offset 4 is unused, while offset 6 of the HDLoader game partition structure is probably a version field and 0x1337 should not be set there. Thanks to l_Oliveira!

  • Increased the server stack size, since it was overflowing.

  • Updated DISKLOAD to Open PS2 Loader commit 025a6bb.

v0.809:
  • Updated to install OPL v0.9.3.

  • Updated to build with the latest PS2SDK revision and to have the fixes from it.

  • Fixed layer break value calculation.

  • Added support for reconnecting to resume an incomplete installation by the client.

  • Changed game list reading to read the HDLoader game information directly with a devctl call, to work around the performance issues that the APA driver struggles with when dealing with a HDD containing many partitions.

v0.809A:
  • Updated to use the new NETMAN module.

  • Updated to use the new HDD module.

v0.810:

- Changelog for HDLGameInstaller v0.810:
  • Improved network support reliability.

  • Fixed automatic reconnection functionality.

  • Added support for compressed transfers.

  • Installed games can now be read back to the PC.


- Changelog for HDLGManClient:
  • Fixed and improved support for automatic reconnection.

  • Added support for compressed transfers.

  • Games can now be queued for installation.

  • Installed games can now be copied back onto the PC.


v0.811:
  • Improved network support reliability.

  • Fixed inability to delete game after a failed installation.

  • Reduced redundant code within server.

  • New I/O subsystem for (slightly) better performance.

  • Fixed loading of the game's savedata.


v0.812:
  • Improved network support reliability and performance.

  • Replaced fonts with the Google Noto fonts.


Changelog for the installer:
  • Game list will no longer be fully refreshed after a game is edited or deleted.


v0.813:
  • Fixed inability to terminate game copying via network.

  • Improved network reliability and performance.

  • Improved stability.

  • Removed support for compressed transfers.


Changelog for HDLGManClient:
  • Removed support for compressed transfers.

  • Improved reading method for MODE 1/2048 ISO9660 disc images.

  • Corrected inability to terminate game copying.


v0.814 - 2018/05/23:
  • Updated with the latest PS2SDK fixes.

  • Major UI rework, to utilize the newer code from my other projects.

  • Replaced old, redundant Unicode helper code with functions from the PS2SDK.

  • Replaced button icons with new icons from Berion.

  • Added new icons for device selection.

  • The select and cancel buttons will now fit the console's region.
    e.g. cross is select for US consoles, while circle is select for Japanese consoles.

  • Long titles will now be shortened when displayed on the games list.
    When the long title is highlighted, it will be automatically scrolled.

  • Improved network reliability and performance.

  • Improved server deinitialization code, which may prevent a crash when closing the app.

  • Increased block size, for improved transfer performance (256KB x 4 -> 4MB x 4).

  • Improved design of I/O manager, for greatly improved game reading (PS2 -> PC) performance.


v0.814A - 2018/05/26:
  • Revamped protocol to have as little overhead during file transfer, as possible.
    Opens port 45062, which is dedicated for data transfer.

  • Removed cancel button from remote access status screen.
    It is really challenging to make it work well.

  • Moved seeking to be done before data reading/writing is started.
    Resumption of transfers might have not been working correctly.

  • Attempted to fix texture rendering, of fonts and graphics.
    Forgot to add 0.5 to all UV coordinates.


v0.814B - 2018/05/29:
  • Corrected inability to reconnect if the connection is lost right before a game is copied.


v0.814C - 2018/05/31:
  • Updated with latest PS2SDK fixes.

  • Adjusted font rendering to advance the cursor based on input from FreeType.

  • Organized deinitialization code for cleaner shut-downs.

  • Replaced network status screen code.

  • Added flow control status to network status screen.

  • Converted hardcoded labels on the network status screen into translatable labels.

  • Updated translation template.


v0.815 - 2018/06/04:
  • Updated font-rendering for the soft keyboard and various menus, to work properly with the variable-width fonts.

  • Updated network protocol for faster game-list transmission.

  • Changed I/O strategy: 64KB R/W buffer, with 32x512KB ring buffer.

  • Added support for DHCP.

  • Added support for title-sorting (controlled from the PlayStation 2).

  • Added options screen.

  • Network settings are now stored in the HDLGameInstaller save, on the HDD unit.

  • Added IP address indicator to main menu.

  • Added free disk space indicator to the main menu.

  • Network Settings can now be changed from the options screen.

  • Changed internal game list format to store titles in UTF-8 instead, for memory savings.

  • Fixed booting from the HDD unit.

  • Added key-repetition functionality to the soft keyboard and menus.


v0.816 - 2018/06/09:
  • Improved rendering of button labels between half-width and full-width characters.

  • Fixed freeze when network connection is unavailable.

  • Updated PFS to correct creation of "Your Saves" folder.

  • Fixed save-file generation.

  • Settings will be automatically saved once the defaults are loaded,
    if the user never saved the settings before.

  • Improved network performance.


v0.816 - 2018/06/12:
  • Re-released with the corrected PFS and USBHDFSD modules.


v0.816 - 2018/06/18:
  • Re-released with the corrected PFS and USBHDFSD modules.

  • Re-released with the corrected PFS module, to allow the configuration file to be saved correctly.


Najnowszą wersję v0.821 (09/12/2018) można pobrać stąd:Źródła:Strona projektu:
Uwaga:
  1. Klient PC (PC client) wymaga Microsoft Visual C++ 2010 Redistributable Package (x86).

  2. Przed uruchomieniem klienta PC (PC client) po raz pierwszy, zalecane jest aby dodać wyjątek do zapory systemu Windows.
    Ponieważ podczas odblokowania tego wyjątku podczas transferu, połączenie może zostać zerwane:
    https://s15.postimg.cc/c8vcjwjtn/wrrx.png https://i.postimg.cc/L8WQHpks/Connection10.png

    • Dla Win XP:
      Start -> Panel Sterowania -> Zapora systemu Windows -> Wyjątki -> Dodaj program... -> Przeglądaj... ->
      Szukamy "HDLGManClient.exe".
    • Dla Win 10 (powinno też tak być w 7, 8):
      Panel Sterowania -> Wszystkie elementy Panelu sterowania -> Zapora systemu Windows ->
      Zezwalaj aplikacji lub funkcji na dostęp przez Zaporę systemu Windows ->
      Zmień ustawienia -> Zezwalaj na dostęp innej aplikacji... -> Szukamy "HDLGManClient.exe".

Jolek 11.03.2018 15:37

HDLGameInstaller-180310 BETA
 
Ilość załączników: 1
Nowa wersja poprawiająca wydajność transferu z PC do PS2.

Pobieralnia:
https://www.sendspace.com/file/ctgg87.

Źródło i więcej informacji można znaleźć tutaj:
http://psx-scene.com/forums/f19/hdlg...ml#post1217060.

Jolek 13.04.2018 19:59

[080418]HDLGameInstaller-HighTxPrio BETA
 
Ilość załączników: 1
Kolejna wersja testowa próbująca zwiększyć transfer z PC do PS2:
https://www.sendspace.com/file/9dg0ag.

Źródło:
http://psx-scene.com/forums/f19/hdlg...ml#post1217291

Jolek 14.04.2018 09:37

[120418]HDLGameInstaller-test
 
Ilość załączników: 1
Wersja testowa 12-04-2018:
https://www.sendspace.com/file/e321zs.

U mnie transfer wzrósł z (wersja 08-04-2018):
https://s17.postimg.cc/6jxgj79kv/test7.png

Na (12-04-2018):
https://s9.postimg.cc/4vs4p6hmn/test10.png

dydel 14.04.2018 15:10

Siema, możesz podać jakiś fajny poradnik dotyczący instalacji HDD-OSD?
Czy warto się przesiadać z FMCB + HDD?

Jolek 14.04.2018 19:33

HDLGameInstaller-140414 test
 
Ilość załączników: 1
Cytat:

Napisany przez dydel (Post 1403477)
Siema, możesz podać jakiś fajny poradnik dotyczący instalacji HDD-OSD?
Czy warto się przesiadać z FMCB + HDD?

@Haker120 dodał jakiś poradnik:
https://forum.cdrinfo.pl/f106/ps2-in...hdd-osd-97223/.

Na razie nie bawiłem się z HDD-OSD, więc nie mogę nic polecić.
Chodzi ci o FHDB? Free Hard Disk Boot, czyli cały exploit jest na dysku, nie na karcie pamięci.
Czy o FMCB na karcie pamięci + HDD?

Jedyny minus FHDB to taki że konsola wolniej się uruchamia,
ale masz więcej pamięci na karcie.

---------------------------------------------------------------------------------
Wersja testowa z 14-04-2018:
https://www.sendspace.com/file/cs6v2z.

Czy ktoś ma lepsze transfery niż te (PC podłączony bezpośrednio z PS2):
https://s9.postimg.cc/7hywy4lbz/test111.png
https://s9.postimg.cc/pxjdvj767/test112.png

dydel 15.04.2018 10:36

No pytałem bo ten programik co tu zrobiłeś mu temat jest dla HDD_OSD

Jolek 15.04.2018 11:54

Z pomocą OPL też uruchomisz tak skopiowane\zainstalowane gry.
Będą one w zakładce HDD games.

Jolek 13.06.2018 16:28

HDLGameInstaller v0.816.
 
Ilość załączników: 1
Wyszła nowa wersja HDLGameInstaller v0.816 (12\06\2018).

Changelog for v0.816:
  • Improved rendering of button labels between half-width and full-width characters.
  • Fixed freeze when network connection is unavailable.
  • Updated PFS to correct creation of "Your Saves" folder.
  • Fixed save-file generation.
  • Settings will be automatically saved once the defaults are loaded, if the user never saved the settings before.
  • Improved network performance.
  • Re-released with the corrected PFS and USBHDFSD modules.

Pobieralnia:Strona projektu:Źródła:

Jolek 18.06.2018 20:27

Wyszła poprawiona wersja HDLGameInstaller v0.816 (18\06\2018)
 
Ilość załączników: 1
Wyszła poprawiona wersja HDLGameInstaller v0.816 (18\06\2018).

Changelog for v0.816:
  • Improved rendering of button labels between half-width and full-width characters.
  • Fixed freeze when network connection is unavailable.
  • Updated PFS to correct creation of "Your Saves" folder.
  • Fixed save-file generation.
  • Settings will be automatically saved once the defaults are loaded, if the user never saved the settings before.
  • Improved network performance.
  • Re-released with the corrected PFS and USBHDFSD modules.
  • Re-released with the corrected PFS module, to allow the configuration file to be saved correctly.

Pobieralnia:Strona projektu:Źródła:

Jolek 28.10.2018 12:26

HDLGameInstaller v0.818 (05\11\2018)
 
Ilość załączników: 1
Wyszła nowa wersja HDLGameInstaller v0.818 (05\11\2018).

Lista zmian:
Cytat:

Changelog for v0.818:
  • Fixed hang at boot and when settings are changed, if Ethernet link settings were set.
  • Fixed saving of settings, when booting from the HDD unit.
  • Reading & writing to the HDD will be grouped, to improve performance.
  • Moved updating of game list to when the connection is closed/lost, to improve on waiting times between installations.
  • Fixed crash when the game list is updated after the connection is closed, due to the menu trying to access it.
  • Compiled with PS2SDK updates: new NETMAN module for better reliability. New USBHDFSD module for proper access of USB devices.
  • Fixed incorrect logic for reading game list at boot, shortening bootup.
  • NEW 2018/11/05: Updated USBHDFSD - improved compatibility with disks that have no partition table.
Changelog for the PC client
  • Fixed order of controls for game update form.
  • Success message will no longer be displayed if the user aborts a game installation.

Pobieralnia i oficjalna strona projektu:Źródło:

Jolek 17.11.2018 16:24

HDLGameInstaller v0.819 (17\11\2018)
 
Ilość załączników: 1
Wyszła nowa wersja HDLGameInstaller v0.819 (17\11\2018).

Lista zmian:
Cytat:

Changelog for 0.819 (17\11\2018):
  • Fixed the problem of the server getting stuck due to the close command being processed before all data is written, when a game is closed after installation.
  • Network support is now initialized earlier and its status checked later, for faster bootup times.
  • Fixed the design problem that allowed the remote client to access the game list while it is being updated at boot.
  • Font widths are now cached under the glyph atlas, to potentially reduce the lag when messages are first drawn.

Pobieralnia i oficjalna strona projektu:Źródło:

Jolek 18.11.2018 16:34

HDLGameInstaller v0.819 (18\11\2018)
 
Ilość załączników: 1
HDLGameInstaller v0.819 (18\11\2018) ponownie wydany.

Lista zmian:
Cytat:

Changelog for 0.819 (18\11\2018):
  • Game list will now be loaded once during bootup, to reduce the time taken for the first connection.
  • Attempted to make the data connection close gracefully regardless of the OS used, with all data successfully sent and received by the other end.
Changelog for the PC client (18\11\2018):
  • Attempted to make the data connection close gracefully regardless of the OS used, with all data successfully sent and received by the other end.

Pobieralnia i oficjalna strona projektu:Źródło:

Jolek 24.11.2018 22:06

HDLGameInstaller v0.820 (24\11\2018)
 
Ilość załączników: 1
https://i.postimg.cc/pXqz7WDh/GamesXP.png https://i.postimg.cc/jS1NxM3R/Games10.png

HDLGameInstaller v0.820 (24\11\2018) został wydany.

Lista zmian:
Cytat:

Changelog for v0.820
  • PS2SDK update: fixed timeouts causing an overflow of the SetAlarm tick parameter.
  • Reordered code for disconnecting clients, to prevent the possibility of disconnecting a new client that reuses the same client slot.
Changelog for the PC client
  • Attempted to fix the problem with compatibility settings not binding at installation time.
  • Added timeout for the data connection, to prevent the software from getting stuck if the connection gets blocked.

Pobieralnia i oficjalna strona projektu:Źródło:

Jolek 25.11.2018 08:54

HDLGameInstaller v0.820 (25\11\2018) ponownie wydany
 
Ilość załączników: 1
HDLGameInstaller v0.820 (25\11\2018) ponownie wydany!

Lista zmian:
Cytat:

Changelog for v0.820 (25\11\2018):
  • Fixed the problem with semaphores not being freed when the client disconnects.
  • Fixed the problem with PlayStation discs being accepted as valid discs.
  • Fixed the problem with the error message for unsupported discs not getting displayed.

Pobieralnia i oficjalna strona projektu:Źródło:

Jolek 01.12.2018 16:51

HDLGameInstaller v0.820 (28\11\2018) ponownie wydany!
 
Ilość załączników: 1
HDLGameInstaller v0.820 (28\11\2018) ponownie wydany!

Lista zmian:
Cytat:

Changelog for v0.820 (28\11\2018):
  • Fixed incorrect logic for handling disc types.

Pobieralnia, źródło i oficjalna strona projektu:

A youkai of love 01.12.2018 17:11

Coś dużo tych błędów w obrębie jednej wersji. XD

Jolek 01.12.2018 19:11

Były problemy z:
  • zrywaniem połączenia przy 99% (win XP)
  • niemożliwością połączenia się z konsolą za pierwszym razem (Win XP).
  • Jak włożysz grę PC, CD-Audio lub grę PS1 to HDL nie wiedział co robić:
    Cytat:

    Please wait
    Reading disk...

Debugowanie tej aplikacji jeśli chodzi o sprawy sieciowe jest podobno bardzo niewdzięczne i trudne.

Na szczęście wszytko to zostało naprawione.

Ostatnio prawie "zapchałem" dysk 500 GB wersją z 25\11\2018.

Obecnie mam tylko problem z dodatkowym "!", wyskakującym jak chce edytować lub wpisać coś w:
  • Full title
  • OSD title line 1
  • OSD title 2
https://s8.postimg.cc/t7041ndpx/10072018470a.png
Ten błąd nie powinien być trudny w rozwiązaniu, więc pewnie jeszcze jedna wersja i jest 9\10.

9\10 bo samemu trzeba dodać wyjątek do zapory systemu Windows
lub należy to zrobić b. szybko podczas transferu gry, gdy program zostanie uruchomiony po raz pierwszy.
Bez tego wyjątku, wyskoczy błąd, konsola straci połączenie z PC, a gra się nie zainstaluje.

BTW Wrzuciłem mały poradnik jak to zrobić do pierwszego posta.

Jolek 08.12.2018 17:39

HDLGameInstaller v0.821 (08\12\2018) został wydany!
 
Ilość załączników: 1
HDLGameInstaller v0.821 (08\12\2018) został wydany!

Lista zmian:
Cytat:

Changelog for v0.821 (as of 2018/12/08):
  • Disabled pad input when a PC client is connected, to improve performance.
  • Network status will be displayed when a PC client is connected, every 10s.
Changelog for the PC client
  • Increased data connection timeout to 80s, to allow the server's connection attempts to be exhausted before the PC client indicates an error.
  • Added a prompt to delete the game if it was already installed, when the user adds a game to install.

Pobieralnia i oficjalna strona projektu:Źródła:

Jolek 09.12.2018 09:38

HDLGameInstaller v0.821 (09\12\2018) ponownie wydany!
 
Ilość załączników: 1
HDLGameInstaller v0.821 (09\12\2018) ponownie wydany!

Lista zmian:
Cytat:

Changelog for v0.821 (09\12\2018):
  • Fixed the problem with the soft keyboard not waiting for the circle/cross button to be released before considering the user's intended input.

Pobieralnia i oficjalna strona projektu:Źródła:
Problem z "upierdliwym" wykrzyknikiem został rozwiązany, więc chyba nic już się nie zmieni.

A youkai of love 09.12.2018 12:38

Znowu? To powinno być wydawane jako nowa wersja, a tak pobiore coś ze źródła gdzie nikt nie aktualizował i dorwe starą zabugowaną wersje, zero pomyślunku. xD

Jolek 09.12.2018 14:23

Cytat:

Napisany przez A youkai of love (Post 1414640)
Znowu? To powinno być wydawane jako nowa wersja, a tak pobiore coś ze źródła gdzie nikt nie aktualizował i dorwe starą zabugowaną wersje, zero pomyślunku. xD

A jak to zostało wydane?
Dzisiaj była aktualizacja, więc nie wiem o so hozi?

A youkai of love 09.12.2018 19:27

Chodzi o to, że cały czas wersja HDLGameInstaller v0.821, czemu nie numeruje po kolei? Nawet jak pierdoła to numerek powinien wzrastać.

Jolek 10.12.2018 17:01

Cytat:

Napisany przez A youkai of love (Post 1414656)
Chodzi o to, że cały czas wersja HDLGameInstaller v0.821, czemu nie numeruje po kolei? Nawet jak pierdoła to numerek powinien wzrastać.

Zawsze można sugerować się datami (dlatego zawsze staram się je również dodawać).
Tylko raz był problem, że dana wersja została wydana dwa razy tego samego dnia.
Ponieważ błąd był powiedzmy "widoczny" doczekał się b. szybkiej naprawy.

Zazwyczaj nowsze wersje wychodzą jak coś zostanie dodane.

Jak coś miało być naprawione ale okazało się, że jednak nie, to wtedy są ponowne wydania.

KaiQ 11.12.2018 21:45

Cytat:

Napisany przez Jolek (Post 1414697)
Zawsze można sugerować się datami (dlatego zawsze staram się je również dodawać).
Tylko raz był problem, że dana wersja została wydana dwa razy tego samego dnia.
Ponieważ błąd był powiedzmy "widoczny" doczekał się b. szybkiej naprawy.

Zazwyczaj nowsze wersje wychodzą jak coś zostanie dodane.

Jak coś miało być naprawione ale okazało się, że jednak nie, to wtedy są ponowne wydania.


Dopytam tak na marginesie. Jak dobrze rozumiem kwestie dla tego oprogramowania mają się głównie w kwestii połączenia sieciowo komputera i konsoli PS2. Ja jak dotąd korzystałem wyłącznie z HD Loadera i oprogramowania jakim jest WinHipp (nie miałem problemu z dostępnością do przejściówki czy PC z kablem IDE. Więc czyżbym powinien się tym bardziej zainteresować, jako lepsze i bardziej kompatybilne rozwiązanie? PS2 leży mi od półtorej roku i nie pamiętam dokładnie jakie alternatywy obecnie dają najlepsze rezultaty wczytywania i najmniej problematycznej obsługi. Korzystając z powyższego nie mogłem mieć pewności że wgrywając szereg gier na HDD to czy po miesiącu przerwy którakolwiek się uruchomi znów, co dla mnie stanowi i zagadkę i niespójność rozwiązania.:sciana:

Jolek 11.12.2018 23:26

HD Loader i WinHIIP już dawno nie są rozwijane.

Np z tego co pamiętam za pomocą WinHIIP można zainstalować max 256 gier.
Jak będziesz chciał zainstalować więcej, pojawi się problem.

Za pomocą HDLGameInstaller możesz wgrywać gry zarówno z płyty jak i poprzez ETH,
nie odłączając dysku od konsoli.
Średni transfer poprzez ETH to jakieś ~7200 KB/s,
czyli powinieneś wrzucić jedną grę ~4 GB w jakieś ~10 min.
Z płyty DVD już nie pamiętam, ale powinno to być chyba o połowę wolniej.

Nie każdy NA posiada sprawny (np Game Star) port ETH.
Tylko z oryginalnym NA nie powinno być problemu.
Nie bawiłem się na razie z tzw SATA MOD dla oryginalnego NA,
ale chyba ten adapter nie powinien przysparzać problemów.

OPL wciąż jest rozwijany, więc zalecam spróbować tej aplikacji.
Najnowszą wersję możesz pobrać stąd:
https://forum.cdrinfo.pl/f106/ps2-za...e-i-opl-96920/,
http://www.psx-place.com/threads/ope...eleases.21573/.

misiozol 12.12.2018 09:44

Ja uzywalem kiedys i konfigurowalem ETH dla OPL mozna uzywac obrazy gier na dysku sieciowym po SMB i/lub transferowac po sieci :)

Jolek 12.12.2018 12:22

Cytat:

Napisany przez misiozol (Post 1414788)
Ja uzywalem kiedys i konfigurowalem ETH dla OPL mozna uzywac obrazy gier na dysku sieciowym po SMB i/lub transferowac po sieci :)

Pewnie, że można, tylko czy jest sens to robić jak się ma grubasa z NA?
Ze zdechlakiem to jak najbardziej ma to sens.

Aczkolwiek trochę się zmieniło jeżeli chodzi o szybkość transferu dla USB
jakiś czas temu.
Więc USB też może być jakąś alternatywą.

Na pewno FMV w Gran Turismo 3\4
będą się i tak przycinać poprzez zarówno ETH jak i USB.

Więc nadal HDD będzie najlepszym rozwiązaniem.

misiozol 12.12.2018 14:25

Ja nie pamietam kiedy ostatnio uruchomilem ps2 :D

Jolek 12.12.2018 17:02

Jak nie ma w co grać, to nie ma sensu uruchamiać. :>

misiozol 12.12.2018 20:40

gier nie brak , natomiast checi to nie ma :D

Jolek 12.12.2018 20:50

To przynajmniej włącz i zobacz czy działa. :D

KaiQ 12.12.2018 21:40

Co do NA to mam 3 sztuki i wszystkie oryginały. Możliwe że za jakiś czas odstąpię dwie sztuki (muszę mieć troszkę więcej czasu). Dodatkowo mam do przerobienia kilka innych konsol i też muszę nadrobić zaległości bo co system to inne rozwiązanie.
Co do samego PS2 to tak jak piszecie i ja słyszałem że OPL ma największą kompatybilność. Więc jak najbardziej przetestuję. Jakiś czas temu musiałem zgrać kopie zapasowe na inny nośnik a ten dysk wyzerować bo mi się po jakiejś przerwie w graniu żaden tytuł nie chciał załadować, ale to może wina HDL-a ... nie wiem.
A tak na marginesie... jeśli mam dysk 300 GB wpięty przez NA to jak go sformatować by wgrać obrazy gier przez sieć? WinHipp formatował po swojemu i wgrywał po swojemu ... tu już przy innych, alternatywnych programach nie mam pojęcia co i jak. Pozdrawiam

Jolek 12.12.2018 23:39

Cytat:

Napisany przez KaiQ (Post 1414822)
Jakiś czas temu musiałem zgrać kopie zapasowe na inny nośnik a ten dysk wyzerować bo mi się po jakiejś przerwie w graniu żaden tytuł nie chciał załadować, ale to może wina HDL-a ... nie wiem.

A nie możesz tego dysku podłączyć do PC i sprawdzić np za pomocą HD Tune?
http://www.hdtune.com/errorscan_failed.png

Cytat:

Napisany przez KaiQ (Post 1414822)
A tak na marginesie... jeśli mam dysk 300 GB wpięty przez NA to jak go sformatować by wgrać obrazy gier przez sieć? WinHipp formatował po swojemu i wgrywał po swojemu ... tu już przy innych, alternatywnych programach nie mam pojęcia co i jak.

W WinHIIP były trzy opcje dla formatowania:
https://windows-cdn.softpedia.com/sc.../WinHIIP_6.png

Ja nigdy nie miałem do czynienia z tym programem.
Zawsze formatowałem dysk w wLe.
MISC/ -> HddManager -> R1 -> Format.
Dodatkowo na sformatowany dysk można również zainstalować FHDB,
aby nie tracić miejsca na karcie pamięci.

Jak chcesz wgrywać gry poprzez ETH to najpierw dodaj wyjątek dla
Zapory systemu Windows (co i jak jest opisane w pierwszym poście).

misiozol 13.12.2018 09:54

Ja uzywalem winhiip tam jest metoda na niego zeby mozna bylo zainstalowac wiecej niz 128gb gier mam nawet gdzies spaczowany obraz hdd z wgranymi wszystkimi programami i browser 2.0 ;)

Jolek 13.12.2018 10:37

Ogólnie to chyba chodziło o formatowanie.

28bit HDLoader zapewniało kompatybilność ze starszymi programami,
ale miało limit w postaci ograniczenia wsparcia dysków większych niż 128 lub 137 GB.

48bit HDLoader wspierało większe dyski (do 2TB), ale nie wiem o jakie programy chodzi.
W sensie, jakich programów\aplikacji to rozwiązanie nie obsługuje.

O Toxic OS nie wiem za dużo, ale chyba OPL i wiele innych programów nie wspiera tego rozwiązania.
Ogólnie też Toxic OS to był następca HDloadera kontynuowany przez tego samego programistę.
Tu jest to jakoś lepiej napisane:
http://psx-scene.com/forums/f98/toxi...10/#post369540.
Cytat:

isn't there any way to run Toxic OS WITHOUT the toxic modchip?
- Not to my knowledge.
Czyli nie uruchomi się Toxic OS BEZ modchipa toxic (np DMS4pro).

Dodatkowo:
Cytat:

The Application setting has three options:
  • HDLoader 28bit Standard HDLoader or HDAdvance
  • HDLoader 48bit 48bit patched HDLoader or HDAdvance 2.0 +
  • Toxic OS DMS4 Pro Standard and Extended (V0.3)

https://web.archive.org/web/20150208..._tutorial.html.

W każdym razie, wLe też wspiera dyski do 2 TB.

A youkai of love 13.12.2018 13:30

Mam spatchowanego najnowszego ToxicOS - toporne i nie umywa się do OPLa.

Jolek 13.12.2018 13:41

A jak to wygląda z WinHIIP, formatowałeś dysk za pomocą tego programu?
28bit HDLoader
48bit HDLoader
Toxic OS

Czy OPL ma problem(y) z Toxic OS?

A youkai of love 13.12.2018 13:47

Formatowanie pod ToxicOS jest wymagane jak chcesz z posektorowego obrazu zainstalować OSD 2.0, WinHiip jest super, różnica międz 28 a 48bit to do (chyba, nie pamiętam) 128GB HDD obsługuje, 48bit zdejmuje ograniczenie.


ToxicOS to chip (nie mam) i aplikacja więc nie rozumiem pytania. Czy sformatowany HDD pod ToxicOS będzie działać z OPL? Tak, zdaje się przy instalacji na HDD są dogrywane brakujące pliki, przynajmniej WinHiipem.

Jolek 13.12.2018 14:13

Cytat:

Napisany przez A youkai of love (Post 1414860)
Formatowanie pod ToxicOS jest wymagane jak chcesz z posektorowego obrazu zainstalować OSD 2.0

Czyli z 28bit HDLoader, 48bit HDLoader nie da rady wgrać browser 2.0?
Czy wgrywa się to wtedy inaczej?

Cytat:

Napisany przez A youkai of love (Post 1414860)
Czy sformatowany HDD pod ToxicOS będzie działać z OPL?

Nie mogę znaleźć i przypomnieć gdzie to było, ale chyba nawet SP193 wspominał coś o Toxic OS, że będą problemy z OPL po zastosowaniu tej opcji w WinHIIP.
Może to pomoże:
http://psx-scene.com/forums/f150/ope...ml#post1133451.

Cytat:

Napisany przez A youkai of love (Post 1414860)
Tak, zdaje się przy instalacji na HDD są dogrywane brakujące pliki, przynajmniej WinHiipem.

Jakie brakujące pliki?

A youkai of love 13.12.2018 14:21

Brakujące w sektorze rozruchowym samego HDD PS2. _common czy coś.


Nie znam innych metod na instalacje OSD 2.0, z oficjalnej płyty, nawet zhackowanej, nie udało mi się, jedynie obraz posektorowy.

Jolek 13.12.2018 15:19

Cytat:

Napisany przez A youkai of love (Post 1414865)
Brakujące w sektorze rozruchowym samego HDD PS2. _common czy coś.

Nie za bardzo wiem o co chodzi, ale zazwyczaj wszyscy zalecają opcje 48bit HDLoader,
jak się ma dysk większy niż 128 GB, nie ToxicOS.

Cytat:

Napisany przez A youkai of love (Post 1414865)
Nie znam innych metod na instalacje OSD 2.0, z oficjalnej płyty, nawet zhackowanej, nie udało mi się, jedynie obraz posektorowy.

Ale czy inne opcje też wchodzą w grę (28bit HDLoader, 48bit HDLoader)?

Iskander 13.12.2018 15:38

Opcja ToxicOS w WinHIIP formatuje dysk jako APAEXT, czyli Extended APA. Twórcy Toxic wymyślili to rozwiązanie, aby zachować kompatybilność z aplikacjami obsługującymi tylko LBA28, korzystając z dysku większego niż 127GB. Nie znam innej aplikacji niż ToxicOS, która wspiera ten format. Dzieli on dysk na dwie części tak, że aplikacje bez wsparcia LBA48 widzą tylko obszar do 127GB.

KaiQ 14.12.2019 23:54

Potwierdzam powyższe... ToxicOS pozwala wykorzystać tylko 127 GB z dysku, który nawet fizycznie jest większy. Przekonałem się że niektóre obrazy z HDD-OSD są już na ToxicOS więc wcześniejsze przygotowanie dysku pod 48bit HD Loader nic nie da. Tutaj należy po wgraniu obrazu kopii dodatkowo w WinHIIP wybrać Options, dalej przestawić Override Application Mode na opcję 48bit, zaakceptować zmianę, a na końcu zakończyć w Utilities > Scan / repair drive structure.

yairobe 26.02.2021 00:24

Hej wszystkim, mam 2 problemy - wiesza mi się appka jak startuję ją z pendrive. Czy wystarczy, że elfa prześlę na pendriva, bo z tego co widzę jest 16mb czcionka w folderze z appką na ps2.

Laser w moim ps2 niestety padł, ale na moje szczęście miałem starego NA i wszystkie gry zrzuciłem na HDloaderze kiedyś, teraz się boję, że te dyski długo nie podziałają... Zauważyłem jak zrzucałem na dysk fat32 to tworzy mi plik mds + l00+l01 czy to normalnie mogę potem wrzucić na nowy dysk?

Bawił ktoś się NA pod SATA z chin? Warto kupić? Widziałem też adaptery hdmi.

misiozol 26.02.2021 01:04

Jaki model PS2 ?

yairobe 26.02.2021 01:50

Grubasek 30004R

Jolek 26.02.2021 09:01

Cytat:

Napisany przez yairobe (Post 1443955)
Hej wszystkim, mam 2 problemy - wiesza mi się appka jak startuję ją z pendrive.


Jeżeli po uruchomieniu aplikacji masz tylko czarny ekran, spróbuj innego pendrive\dysku USB.

Jeżeli pojawia się ekran "please wait" i wyświetla się on długo, to tak ma być za pierwszym razem.
Poczekaj ok. 1 min.
Powinien pojawić się komunikat "could not connect to network" lub coś podobnego.

Cytat:

Napisany przez yairobe (Post 1443955)
Czy wystarczy, że elfa prześlę na pendriva, bo z tego co widzę jest 16mb czcionka w folderze z appką na ps2.


Plik ELF i cala reszta którą uzyskałeś po rozpakowaniu archiwum (łącznie z czcionką) ma być na pendrive.

Cytat:

Napisany przez yairobe (Post 1443955)
Bawił ktoś się NA pod SATA z chin? Warto kupić? Widziałem też adaptery hdmi.

Lepszym rozwiązaniem będzie org NA + SATA MOD.

misiozol 27.02.2021 09:37

Zgadza sie /\ do tego modowany obraz z browser 2.0 i wszystko dziala z HDD nie potrzeba jakis magicznych kart ;)


Wszystkie czasy w strefie CET. Aktualna godzina: 13:06.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.