User Tag List

Results 1 to 3 of 3

Thread: PRX Installer v1

  1. #1
    PRX Installer v1

    User Info Menu

    PRX Installer v1

    Hello, I made a program that will generate the line that you need for game.txt. Here is the download link:

    Send Space - PRX Insatller v1

    Here is how you use it, I'll be using NitePR as an example. Here is the first screen:

    ----------------------------------------------------------
    TheEliteOne's PRX Installer v1

    Enter folder your prx is in:

    ms0:/
    ----------------------------------------------------------
    So I would enter seplugins:

    ----------------------------------------------------------
    TheEliteOne's PRX Installer v1

    Enter folder your prx is in:

    ms0:/seplugins
    ----------------------------------------------------------
    Then once I press enter I will go to here, I type in nitepr:

    ----------------------------------------------------------
    TheEliteOne's PRX Installer v1

    Enter folder your prx is in:

    ms0:/seplugins

    Enter the name of the prx with out the .prx

    ms0:/seplugins/nitepr
    ----------------------------------------------------------
    Now it gives me the line to game.txt:

    ----------------------------------------------------------
    TheEliteOne's PRX Installer v1

    Right click and select mark to copy.
    Copy this line and add it to game.txt and the PRX will be activated.
    No need to go into recovery!

    ms0:/seplugins/nitepr.prx 1

    Press any key to continue . . .
    ----------------------------------------------------------
    Then once you press a button it will go to the start of the program !

    Here is the source code:
    #include <iostream.h>
    #include <string>
    #define cls system("cls");
    #define pause system("pause");
    #define title cout<<"TheEliteOne's PRX Installer v1\n\n";
    using namespace std;
    string x,y,z;
    int main()
    {
    Start:
    cls
    title
    cout<<"Enter folder your prx is in:\n\n";
    cout<<"ms0:/";
    cin >> x;
    cout<<"\nEnter the name of the prx with out the .prx\n\n";
    cout<<"ms0:/"<<x<<"/";
    cin >> y;
    cls
    title
    cout<<"Right click and select mark to copy.\n";
    cout<<"Copy this line and add it to game.txt and the PRX will be activated.\n";
    cout<<"No need to go into recovery!\n\n";
    cout<<"ms0:/"<<x<<"/"<<y<<".prx 1\n\n";
    pause
    goto Start;
    }
    Some people don't know how to just type these and I was board so I made this, hope it helps, and you wont need to go into recovery :)

    If you have an idea on a PSP related program that is ran on Windows PM me with some information on your idea please.

  2. #2
    The Destroyer

    User Info Menu

    Re: PRX Installer v1

    Rofl Nice simple C++ programming :D Good job dude. (Btw I'm surprised this wasn't already made)

    But Just to Give you a little helper you should try to make it well. "install" it. I've been working on this for a while. Almost got it. (I'm making the Ultimate PSP guide and download V2 It'll have it in it)

    For all of you out there that don't know how to use this you need bloodshed dev C++ or a C++ compiler.

  3. #3
    PRX Installer v1

    User Info Menu

    Re: PRX Installer v1

    Quote Originally Posted by Darth Bane View Post
    Rofl Nice simple C++ programming :D Good job dude. (Btw I'm surprised this wasn't already made)

    But Just to Give you a little helper you should try to make it well. "install" it. I've been working on this for a while. Almost got it. (I'm making the Ultimate PSP guide and download V2 It'll have it in it)

    For all of you out there that don't know how to use this you need bloodshed dev C++ or a C++ compiler.
    Yes very simple lol, I was wanting to make some thing and was board so I tried this. I'm surprised that my MIPS Helper v1/2 thread doesn't have more posts =/

    If you have an idea on a PSP related program that is ran on Windows PM me with some information on your idea please.

Tags for this Thread

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
  •