Results 1 to 8 of 8

Thread: How to....

                  
   
  1. #1

    Default How to....

    How do i use autoboot so when i turn my psp on a shell comes on instead of the XBM.

  2. #2
    DCEmu Old Pro M!ckeY's Avatar
    Join Date
    Mar 2006
    Age
    35
    Posts
    1,100
    Rep Power
    71

    Default

    i think a custom firmware does this, but i don't know which

  3. #3
    DCEmu Old Pro bullhead's Avatar
    Join Date
    Feb 2006
    Location
    At home
    Age
    36
    Posts
    1,243
    Rep Power
    0

    Default

    # Set this to the application you want to start when holding X on boot (add # to remove)
    autoboot = "ms0:/PSP/GAME/IRSHELL/EBOOT.PBP";

    Put that in the config of your custom firmware. And hold x on boot up.

  4. #4

    Default

    This is what i enter on the config

    "E:\PSP\GAME\psix\EBOOT.PBT"

    This is the config.

    ################################################## #########################################
    ############### Configuration file for the Custom Firmware - Proof of Concept #############
    ################################################## #########################################


    # Set it to true if you want to enable the execution of normal pbp's, no-kxploited
    nokxploit = true;

    # Set it to true if you want to hide the icons
    # Note: if you have a lot of things in the game folder, it could cause a slowdown
    hidecorrupt = false;

    # Set it to true if you want to skip the $CE logo. In this way you can also skip
    # the auto-execution of the umd that so many people hate
    skiplogo = true;

    # Specify a program to autoexecute at startup.
    # Example1:
    #autoboot = "ms0:/PSP/GAME/IRSHELL/EBOOT.PBP";
    # Example2:
    #autoboot = "ms0:/PSP/GAME/DEVHOOK/EBOOT.PBP";


    #Specify a maximum of 10 modules to load and start at the startup with the vsh.

    #loadmodule0 = "E:\PSP\GAME\psix\EBOOT.PBT"
    #loadmodule1 = "blahblah"
    #loadmodule2 = "blahblah"
    #loadmodule3 = "blahblah"
    #loadmodule4 = "blahblah"
    #loadmodule5 = "blahblah"
    #loadmodule6 = "blahblah"
    #loadmodule7 = "blahblah"
    #loadmodule8 = "blahblah"

    I carnt get it to work please help.

  5. #5
    PSP User
    Join Date
    Jun 2006
    Location
    Under your bed (H)
    Posts
    377
    Rep Power
    67

    Default

    Quote Originally Posted by Metroid Fan
    #loadmodule0 = "E:\PSP\GAME\psix\EBOOT.PBT"
    isn't it .PBP not .PBT?

  6. #6

    Default

    Quote Originally Posted by Prasoc
    isn't it .PBP not .PBT?
    it still dosent work

  7. #7
    DCEmu Old Pro
    Join Date
    May 2006
    Posts
    1,073
    Rep Power
    71

    Default

    it should look like this

    ################################################## #########################################
    ############### Configuration file for the Custom Firmware - Proof of Concept #############
    ################################################## #########################################


    # Set it to true if you want to enable the execution of normal pbp's, no-kxploited
    nokxploit = true;

    # Set it to true if you want to hide the icons
    # Note: if you have a lot of things in the game folder, it could cause a slowdown
    hidecorrupt = false;

    # Set it to true if you want to skip the $CE logo. In this way you can also skip
    # the auto-execution of the umd that so many people hate
    skiplogo = true;

    # Specify a program to autoexecute at startup.
    autoboot = "ms0:/PSP/GAME/psix/EBOOT.PBP";

    #Specify a maximum of 10 modules to load and start at the startup with the vsh.

    #loadmodule0 = "blahblah"
    #loadmodule1 = "blahblah"
    #loadmodule2 = "blahblah"
    #loadmodule3 = "blahblah"
    #loadmodule4 = "blahblah"
    #loadmodule5 = "blahblah"
    #loadmodule6 = "blahblah"
    #loadmodule7 = "blahblah"
    #loadmodule8 = "blahblah"

    your problems were
    you tried loading it as a module (which is a prx file, i think) not as an autoboot
    You tried loading it from e: (your pc drive that is set to psp) rather than ms0: (stands for memory stick 0; psp reads from your memory stick)

  8. #8

    Talking

    Thank alot it works now!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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