(CBT) HDLoader game installer

Discussion in 'Sony Programming and Development' started by sp193, Apr 29, 2013.

  1. sp193

    sp193 Familiar Face

    Joined:
    Mar 29, 2012
    Messages:
    1,283
    Likes Received:
    125
    The documentation clearly states that it will accept only UTF-8 characters, with the following limitations:
    1. title0 and title1 are limited to a maximum of 16 characters.
    2. uninstallmes0, uninstallmes1 and uninstallmes2 are limited to a maximum of 60 bytes.
    3. Must be convertable to UCS2.
    4. ASCII (0x20 to 0x7E).
    5. Non-kanji.
    6. Level 1 Kanji.
    7. Level 2 Kanji.

    Anyway... UTF-8 is backward-compatible with ASCII by design, so typing ASCII there doesn't make the title non-UTF8. SONY probably mentioned it there because their support for UTF-8 is only partial (They only have fonts to display some Japanese characters and ASCII) and had to describe its restrictions in detail.

    It's also possible that the limitation varies according to the character encoding (instead of a maximum number of bytes, there might be just a alternate limit on the number of characters), as this part says:
    But.... they never specified the character limit for titles displayed with the variable-width font. And neither did anyone perform any tests to determine whether the limitation on maximum title lengh is the same across all HDD OSD versions.

    Yes, somebody could go and discover what the actual limit for ASCII-only titles are, but I won't do that (There are so many other cooler things to fix, as l_Oliveira knows).

    Besides, having 32-characters is already enough to put your game's savedata title there (Memory card saves have an absolute character limit of 32).
     
    Last edited: Nov 9, 2014
  2. vash32

    vash32 Spirited Member

    Joined:
    Jun 19, 2012
    Messages:
    149
    Likes Received:
    0
    Its no problem as your right 32-characters is enough for almost all game titles, I was just thinking that maybe you can set it up so you can use more.. but not error free.
    You know I once used "Mobile Suit Gundam Seed Destiny: Rengou vs. Z.A.F.T. II" in just title0 but I'm not sure if it was UTF-8 or ASCII, however it worked but it was out of center like l_Oliveira posted.

    Thanks for the great info, I'll just AKuHAK's Reworked HDL_Dump for now if I need more characters.
     
    Last edited: Nov 10, 2014
  3. sp193

    sp193 Familiar Face

    Joined:
    Mar 29, 2012
    Messages:
    1,283
    Likes Received:
    125
    >_>
    No, I meant that I need an actual limit to expand to. I don't want to have a broken feature, which will cause broken titles to be generated because of the user's input. I will get questions like "Y ish HDLGameInstaller not w0rking 4 mii wen I enter 'supppeeerrrrlllooonnnggg tttiiiitttlllee'?", and I do not want to entertain them.

    We already have advanced tools that can do that (allows you to create custom titles of undocumented lengths). I want to create something simple, which the end-user can use with ease.
     
  4. vash32

    vash32 Spirited Member

    Joined:
    Jun 19, 2012
    Messages:
    149
    Likes Received:
    0
    True, no need for a feature that may generated bad titles. I was just thinking that you can have two var. of the program. Its works great and the only thing I can of that will make it batter is a feature set to have the PS2 logo at game start-up of not, doing that will make it look like it was by Sony. :) (But is not needed, I just like seeing it)
    Yes, like AKuHAK's Reworked HDL_Dump or using a Hex Editor on the HDD. The installer is very well made to me and is very easy to use, the old days of just using a Hex Editor are gone now. :)
     
  5. sp193

    sp193 Familiar Face

    Joined:
    Mar 29, 2012
    Messages:
    1,283
    Likes Received:
    125
    HDLGameInstaller v0.809 released!

    Changelog:
    1. Updated to install OPL v0.9.3.
    2. Updated to build with the latest PS2SDK revision and to have the fixes from it.
    3. Fixed layer break value calculation.
    4. Added support for reconnecting to resume an incomplete installation by the client.
    5. 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.

    As older versions of HDLGameInstaller had a bug that prevented dual-layer DVD (DVD-DL) games from being installed properly, please re-install your DVD-DL games with the updated installer.

    Finally, if it was not already done, this version should be now compatible with DEX consoles because the DVD-Video player flag has been undone.

    Downloads/links:
    HDLGameInstaller project page: [URL='http://ichiba.geocities.jp/ysai187/PS2/HDLGameInstaller.htm"]http://ichiba.geocities.jp/ysai187/PS2/HDLGameInstaller.htm[/URL]
     
    Last edited: Dec 27, 2015
    AlGollan84, plasticrelic and svotib like this.
  6. karsten

    karsten Member of The Cult Of Kefka Staff Member

    Joined:
    Mar 14, 2004
    Messages:
    4,092
    Likes Received:
    21
    Does King Of Fighter 2002 UM work on this?

    Last time i gave it a try (years ago now!) i remember it didn't work as intended...
     
  7. americandad

    americandad Familiar Face

    Joined:
    Jul 4, 2011
    Messages:
    1,025
    Likes Received:
    138
  8. RandQalan

    RandQalan Rapidly Rising Member

    Joined:
    Apr 12, 2013
    Messages:
    90
    Likes Received:
    1

Share This Page