Powrót   Forum CDRinfo.pl > Konsole > Konsole > Homebrew

Homebrew Aplikacje, emulatory, biosy, dashe, exploity etc.



Witaj Nieznajomy! Zaloguj się lub Zarejestruj

Zarejestrowani użytkownicy mają dostęp do dodatkowych opcji, lepszej wyszukiwarki oraz mniejszej ilości reklam. Rejestracja jest całkowicie darmowa!

Odpowiedz na post
 
Opcje związane z dyskusją Ocena dyskusji Tryby wyświetlania
Stary 28.04.2017, 15:45   #1
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
[PS2] HDLGameInstaller





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:


    • 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".

Ostatnio zmieniany przez Jolek : 31.03.2019 o godz. 15:08 Powód: wyszła nowa wersja
Jolek jest offline   Odpowiedz cytując ten post

  #ads
CDRinfo.pl
Reklamowiec
 
 
 
Data rejestracji: 29.12.2008
Lokalizacja: Sieć globalna
Wiek: 31
Posty: 1227
 

CDRinfo.pl is online  
Stary 11.03.2018, 15:37   #2
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
HDLGameInstaller-180310 BETA

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.
Dołączone pliki
File Type: 7z HDLGameInstaller-180310-SIFCMD-dc8c426.7z (575.9 KB, 85 oglądane)
Jolek jest offline   Odpowiedz cytując ten post
Stary 13.04.2018, 19:59   #3
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
[080418]HDLGameInstaller-HighTxPrio BETA

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
Dołączone pliki
File Type: 7z [080418]HDLGameInstaller-HighTxPrio.7z (11.72 MB, 74 oglądane)
__________________
Masz jakieś pytanie na temat konsol.
Zadaj je w dziale konsole.

Moja druga pasja:
Jolek jest offline   Odpowiedz cytując ten post
Stary 14.04.2018, 09:37   #4
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
[120418]HDLGameInstaller-test

Wersja testowa 12-04-2018:
https://www.sendspace.com/file/e321zs.

U mnie transfer wzrósł z (wersja 08-04-2018):


Na (12-04-2018):
Dołączone pliki
File Type: 7z [120418]HDLGameInstaller-test.7z (11.72 MB, 83 oglądane)
__________________
Masz jakieś pytanie na temat konsol.
Zadaj je w dziale konsole.

Moja druga pasja:
Jolek jest offline   Odpowiedz cytując ten post
Stary 14.04.2018, 15:10   #5
dydel
Żabol
 
Avatar użytkownika dydel
 
Data rejestracji: 28.05.2011
Lokalizacja: Zabrze
Posty: 103
dydel zaczyna zdobywać reputację <1 - 49 pkt>
Siema, możesz podać jakiś fajny poradnik dotyczący instalacji HDD-OSD?
Czy warto się przesiadać z FMCB + HDD?
dydel jest offline   Odpowiedz cytując ten post
Stary 14.04.2018, 19:33   #6
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
HDLGameInstaller-140414 test

Cytat:
Napisany przez dydel Podgląd Wiadomości
Siema, możesz podać jakiś fajny poradnik dotyczący instalacji HDD-OSD?
Czy warto się przesiadać z FMCB + HDD?
@Haker120 dodał jakiś poradnik:
[PS2] Instalacja HDD-OSD.

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):

Dołączone pliki
File Type: 7z [140418]HDLGameInstaller.7z (11.72 MB, 116 oglądane)
__________________
Masz jakieś pytanie na temat konsol.
Zadaj je w dziale konsole.

Moja druga pasja:
Jolek jest offline   Odpowiedz cytując ten post
Stary 15.04.2018, 10:36   #7
dydel
Żabol
 
Avatar użytkownika dydel
 
Data rejestracji: 28.05.2011
Lokalizacja: Zabrze
Posty: 103
dydel zaczyna zdobywać reputację <1 - 49 pkt>
No pytałem bo ten programik co tu zrobiłeś mu temat jest dla HDD_OSD
dydel jest offline   Odpowiedz cytując ten post
Stary 15.04.2018, 11:54   #8
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
Z pomocą OPL też uruchomisz tak skopiowane\zainstalowane gry.
Będą one w zakładce HDD games.
__________________
Masz jakieś pytanie na temat konsol.
Zadaj je w dziale konsole.

Moja druga pasja:
Jolek jest offline   Odpowiedz cytując ten post
Stary 13.06.2018, 16:28   #9
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
HDLGameInstaller v0.816.

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:
Dołączone pliki
File Type: 7z [180612]HDLGameInstaller-0816-bin.7z (11.90 MB, 83 oglądane)
__________________
Masz jakieś pytanie na temat konsol.
Zadaj je w dziale konsole.

Moja druga pasja:

Ostatnio zmieniany przez Jolek : 13.06.2018 o godz. 17:02
Jolek jest offline   Odpowiedz cytując ten post
Stary 18.06.2018, 20:27   #10
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
Wyszła poprawiona wersja HDLGameInstaller v0.816 (18\06\2018)

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:
Dołączone pliki
File Type: 7z [180618]HDLGameInstaller-0816-bin.7z (11.91 MB, 81 oglądane)
__________________
Masz jakieś pytanie na temat konsol.
Zadaj je w dziale konsole.

Moja druga pasja:
Jolek jest offline   Odpowiedz cytując ten post
Stary 28.10.2018, 12:26   #11
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
HDLGameInstaller v0.818 (05\11\2018)

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:
Dołączone pliki
File Type: 7z [181105]HDLGameInstaller-0818-bin.7z (11.95 MB, 64 oglądane)
__________________
Masz jakieś pytanie na temat konsol.
Zadaj je w dziale konsole.

Moja druga pasja:

Ostatnio zmieniany przez Jolek : 11.11.2018 o godz. 21:53 Powód: zaktualizowano załącznik wersją z 05/11/2018
Jolek jest offline   Odpowiedz cytując ten post
Stary 17.11.2018, 16:24   #12
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
HDLGameInstaller v0.819 (17\11\2018)

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:
Dołączone pliki
File Type: 7z [181117]HDLGameInstaller-0819-bin.7z (11.95 MB, 77 oglądane)
__________________
Masz jakieś pytanie na temat konsol.
Zadaj je w dziale konsole.

Moja druga pasja:
Jolek jest offline   Odpowiedz cytując ten post
Stary 18.11.2018, 16:34   #13
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
HDLGameInstaller v0.819 (18\11\2018)

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:
Dołączone pliki
File Type: 7z [181118]HDLGameInstaller-0819-bin.7z (11.95 MB, 85 oglądane)
__________________
Masz jakieś pytanie na temat konsol.
Zadaj je w dziale konsole.

Moja druga pasja:
Jolek jest offline   Odpowiedz cytując ten post
Stary 24.11.2018, 22:06   #14
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
HDLGameInstaller v0.820 (24\11\2018)



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:
Dołączone pliki
File Type: 7z [181124]HDLGameInstaller-0820-bin.7z (11.95 MB, 68 oglądane)
__________________
Masz jakieś pytanie na temat konsol.
Zadaj je w dziale konsole.

Moja druga pasja:

Ostatnio zmieniany przez Jolek : 24.11.2018 o godz. 22:43
Jolek jest offline   Odpowiedz cytując ten post
Stary 25.11.2018, 08:54   #15
Jolek
Guru
 
Avatar użytkownika Jolek
 
Data rejestracji: 02.09.2016
Posty: 1,164
Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>Jolek wyróżnia się na forum <450 - 549 pkt>
HDLGameInstaller v0.820 (25\11\2018) ponownie wydany

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:
Dołączone pliki
File Type: 7z [181125]HDLGameInstaller-0820-bin.7z (11.95 MB, 73 oglądane)
__________________
Masz jakieś pytanie na temat konsol.
Zadaj je w dziale konsole.

Moja druga pasja:

Ostatnio zmieniany przez Jolek : 25.11.2018 o godz. 16:06 Powód: wyszedł nowy załącznik
Jolek jest offline   Odpowiedz cytując ten post
Odpowiedz na post

Tagi
hdlgameinstaller ps2

Opcje związane z dyskusją
Tryby wyświetlania Oceń tę dyskusję
Oceń tę dyskusję:

Twoje uprawnienia:
Nie możesz rozpoczynać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz umieszczać załączników
Nie możesz edytować swoich postów

BB codeWłączone
EmotikonkiWłączone
Kody [IMG]Włączone
Kody HTML są Wyłączone

Teleport

Podobne dyskusje
Dyskusja Autor Forum Odpow. Ostatni Post
[PS2] SNES STATION problem angeal Homebrew 3 08.11.2011 19:35
[ps2] swapmagic cd elolve Homebrew 4 12.09.2011 19:31
[PS2] Open PS2 Loader i Prince of Persia WW 3Xe Homebrew 1 28.06.2011 23:20
[ps2] fmcb problem Open loader vectra Homebrew 6 27.06.2011 17:02
[PS2] Problem z PS2 slim SWAP MAGIC 3.8 elolve Homebrew 0 23.06.2011 11:42


Wszystkie czasy w strefie CET. Aktualna godzina: 23:24.


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