Forum: Crystal Chip - Posts about the Crystal Chip mod go in here.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Cannot make HDLoader 0.8c to work from flash
  

Results 1 to 1 of 1
  1. #1 Question Cannot make HDLoader 0.8c to work from flash [solved] 
    keropi666's Avatar
    keropi666 is offline Member
    Join Date
    Apr 2009
    Posts
    343
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    22
    Likes Received
    1
    SOLVED: Sorry to bother you, I found that using the PBT file from the new cc_software_2x_mega_pack_rls4 from the wiki works perfect...

    Hiya!!

    I have finished my v3 PS2 with a CC2.0 PRO SLE install, flashed with the latest r2 modified software. Everything works fine, it boots media OK. (even though I did notice that when you insert a disc the upper part of the screen flashes, but it could be the el-cheapo vga box I use for test). So I wanted to install HDLoader to it's flash memory , already I have a network adapter + hdd ready with test games.

    I formatted my 2GB stick with FAT32 , and made the following folder path:

    root:/BM/APPS/HDLOADER

    inside there is the HDLOARER.ELF (0.8c from sksapps) and the APPINFO.PBT files. Here is the PBT I made (using the site script from the mega-info thread):

    Code:
    SET "TITLE" "HDLOADER"
    SET "VERSION" "0.8c"
    SET "AUTHOR" ""
    SET "DESC" "HDLoader"
    SET "MEDIAS" ""
    #
    
    # Do not change these 2 lines!
    GOTO "$ARG1$"
    RETURN "-1"
    
    :LABEL_NAME
        ADDWIDGET "LABEL" "$ARG2$$TITLE$ v$VERSION$"
        EXIT "0"
    
    :QUERY
        ADDWIDGET "CALL" "$TITLE$" "$BM.TXT_VERSION$: $VERSION$ $BM.TXT_AUTHOR$: $AUTHOR$ $BM.TXT_DESC$: $DESC$" $ARG2$ "$ARG0$" "$ARG3$" "$ARG4$" "$ARG5$"
        EXIT "0"
    
    :INSTALL
        IF FAIL COPY "$PWD$" "$ARG2$:/BM/APPS/HDLOADER"
            MESSAGE "Failed installing $TITLE$!"
            RRM "$ARG2$:/BM/APPS/HDLOADER"
            RETURN -1
        ENDIF
        EXIT 0
    
    :REMOVE
        IF FAIL RRM "$PWD$"
            MESSAGE "Failed removing $TITLE$!"
            RETURN -1
        ENDIF
        EXIT 0
    
    :RUN
        SHUTDOWN "MM"
        LOADEXEC "PBAT" "$BM.SCRIPTS$/LOADEXEC.PBT" "$PWD$/HDLOADER.ELF"
        EXIT "0"
    I insert my usb stick, and I get to install HDLoader. I choose the CC flash and the process completes fine.
    But when I run it, I get a black screen and after a while I get dumped in the ps2 browser screen... I tried having a disk in the drive as I read in other threads but it did not help...
    Do I need to use a special HDLoader version?

    Thanks for any info!

    edit: do I need to modify the HDD ? with a crystal partition?? I use the same HDD that works with FMCB Hdloader fine...
    Last edited by keropi666; 11-12-2009 at 05:25 AM. Reason: Problem Solved!
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •