Forum: Official Open PS2 Loader Forum - Discussion and information on the Official Open PS2 Loader.


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

Like Tree8Likes

Thread: Open-ps2-loader compile guide discussions/submissions
  

Page 16 of 19 FirstFirst ... 6 14 15 16 17 18 ... LastLast
Results 151 to 160 of 187
  1. #151  
    Bat Rastard's Avatar
    Bat Rastard is offline No ordinary mage
    Join Date
    Apr 2011
    Location
    Michitucky
    Posts
    359
    Downloads
    2
    Uploads
    0
    Mentioned
    6 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    32
    Likes Received
    63
    Updated to Linux Mint 12 and that updated script worked wonders!
    Reply With Quote  

  2. #152  
    doctorxyz's Avatar
    doctorxyz is offline I'm just a modest sorcerer's apprentice!
    Join Date
    May 2007
    Posts
    1,090
    Downloads
    2
    Uploads
    0
    Mentioned
    4 Post(s)
    Tagged
    7 Thread(s)
    Likes Given
    123
    Likes Received
    204
    I'm glad that these updated scripts has been useful for you ;-)
    Reply With Quote  

  3. #153  
    SoulSlayer is offline Member
    Join Date
    Jun 2009
    Posts
    103
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    doctorxyz, I tested your updated scripts on ubuntu 12.04. ps2packer failed to build for me, as it counldn't find "libucl.a"(multi-arch support screwing things up again?).
    I got it to work with the following change to "install-ps2packer.sh"
    Code:
    15     sudo sed 's/$(LIBZA)/-lz/g' /usr/local/ps2dev/ps2-packer/Makefile >$HOME/Makefile
    16     sudo rm /usr/local/ps2dev/ps2-packer/Makefile
    17  -  sudo mv $HOME/Makefile /usr/local/ps2dev/ps2-packer/Makefile
    17  +  sudo sed 's/$(LIBUCLA)/-lucl/g' $HOME/Makefile >/usr/local/ps2dev/ps2-packer/Makefile
    18  +  sudo rm $HOME/Makefile
    Reply With Quote  

  4. #154  
    sojakai is offline Member
    Join Date
    May 2012
    Location
    West Coast USA
    Posts
    63
    Downloads
    5
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    3
    Does anyone have a better logo screen to compile that will show the revision number? It's nice to know what revision I am loading when it starts up so I don't have to try and remember what I currently am using and what my fallback revision is.

    PDN file for anyone who wants it along with my hac-job logo.
    Attached Thumbnails Attached Thumbnails opl_logo.png  
    Attached Files
    Reply With Quote  

  5. #155  
    mgh
    mgh is offline Member
    Join Date
    Jul 2011
    Posts
    234
    Downloads
    0
    Uploads
    0
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    17
    Rather than making a new image every time you update,you can add(if you can compile OPL) that info in the About menu
    In include\usbld.h line 34
    #define USBLD_VERSION "put whatever you want here"

    This info is shown in the About menu

    I even remove the logo...it makes more space(+62kb)and it stays way too long before it completely disappear.
    Reply With Quote  

  6. #156  
    sojakai is offline Member
    Join Date
    May 2012
    Location
    West Coast USA
    Posts
    63
    Downloads
    5
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    3
    To be honest, I don't understand the scripts/source or how they work, so changing them is out of the question. And I like to have the splash screen show it cause that's when I am likely to catch what version of the elf it is. Plus, despite there being a change to the revision, it still says that its 0.8 in the about screen.

    Its not that big a deal to change the layer that has the "r.641" in it, that's why I included the PDN file so anyone could change it as needed. Or they could just erase the layers to make other stuff instead of my crappy oval.

    Edit
    I made the change that you suggested, but I am still keeping the splash screen. It's just faster and easier to catch the splash screen.
    Last edited by sojakai; 08-03-2012 at 12:33 AM.
    Reply With Quote  

  7. #157  
    thebasedmartyr is offline Registered User
    Join Date
    Aug 2012
    Posts
    2
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by mgh View Post
    I even remove the logo...it makes more space(+62kb)and it stays way too long before it completely disappear.
    Lmfao 62kb???? what exactly are you achieving by freeing up 62kb of space? Logo stays for me sometimes too, I press 'X', it goes away. No need to free up that large amount of KB space to take away that beautiful logo.
    Reply With Quote  

  8. #158  
    mgh
    mgh is offline Member
    Join Date
    Jul 2011
    Posts
    234
    Downloads
    0
    Uploads
    0
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    17
    On small memory card every free kb is important and the smaller the elf,the faster it load
    I can make saves on 3 games for those 62kb

    And pressing X doesn't make the logo go away,it make it like in pause mode while your are in the menus and continues with the fade out when you exit the menu
    Reply With Quote  

  9. #159  
    sojakai is offline Member
    Join Date
    May 2012
    Location
    West Coast USA
    Posts
    63
    Downloads
    5
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    3
    What's needed for running these new scripts? I keep getting an error:

    sojourn@computer:~/ps2sdk-scripts$ sudo ./install-ps2sdk.sh
    [sudo] password for sojourn:
    Your linux is (based on): debian - 32 bits
    Using GCC Version: 4.4
    Your linux is (based on): debian - 32 bits
    Using GCC Version: 4.4
    ./install-ps2toolchain.sh: line 7: ./debian/install-packages-ps2toolchain.sh: Permission denied
    Downloading ps2toolchain...
    rm: cannot remove `ps2toolchain/': No such file or directory
    ./install-ps2toolchain.sh: line 12: git: command not found
    ERROR: failed to retrieve ps2toolchain
    install-ps2toolchain script: Failed.


    I did just run "sudo apt-get install git", so I hope that was the missing piece, but is there anything else that is needed to be able to start from scratch?
    Reply With Quote  

  10. #160  
    doctorxyz's Avatar
    doctorxyz is offline I'm just a modest sorcerer's apprentice!
    Join Date
    May 2007
    Posts
    1,090
    Downloads
    2
    Uploads
    0
    Mentioned
    4 Post(s)
    Tagged
    7 Thread(s)
    Likes Given
    123
    Likes Received
    204
    doctorxyz's PS2 & PS3 stuff: (http://psx-scene.com/forums/f257/doctorxyzs-ps2-ps3-stuff-101348/)
    Reply With Quote  

Page 16 of 19 FirstFirst ... 6 14 15 16 17 18 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •