+ Reply to Thread
Results 1 to 9 of 9

Thread: PS2 Logo Decryptor

  1. #1
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    549

    Default PS2 Logo Decryptor

    This is an old project I recently stumbled upon and wanted to share...

    Code:
    ---==========---
       About ps2logo
    ---=============---
    
    The first 12 sectors of every PS2 game disc contain the PS2 boot logo in a
    slightly encrypted form. You can use ps2logo to decrypt a sector dump, and then
    convert the raw image to JPEG or whatever.
    
    For more information, I recommend reading doc/ps2boot.txt written by loser.
    
    
    ---==---
       Build
    ---=====---
    
    To compile ps2logo, you need CMake and a C compiler like gcc.
    I recommend doing an out-of-source build:
    $ mkdir build
    $ cd build
    $ cmake ../src/
    $ make
    
    To install ps2logo:
    # make install
    
    
    ---==---
       Usage
    ---=====---
    
    usage: ps2logo <input file> <output file>
    
    Decrypt encrypted logo in <input file> to <output file>.
    
    
    ---====--
       Sample
    ---======---
    
    This sample is for Linux users. On Windows, you can alternatively use Hex
    Workshop to dump the sectors and Paint Shop Pro to convert the image.
    
    To extract the logo from a PS2 game disc, do the following:
    
    Dump the first 12 sectors of the disc:
    $ dd if=/dev/cdrom of=logo.enc bs=2048 count=12
    
    Decrypt the sector dump:
    $ ps2logo logo.enc logo.raw
    
    Use ImageMagick to convert the raw image to JPEG:
    $ convert -depth 8 -size 344x71 gray:logo.raw logo.jpg
    
    Note that the image width and height depend on the region: 344x71 for PAL and
    384x64 for NTSC.
    
    Open the file in a picture viewer and you should finally see the PS2 logo...
    ps2logo-1.1.tar.gz

  2. #2
    Join Date
    Jul 1999
    Posts
    7,089

    Default

    Cool; I didn't know someone had actually built anything specific with loser's documentation

    Edit: lol, you didn't specify that it was an old project of yours. Nice work, man.
    I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

  3. #3
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    549

    Default

    Of course, didn't you notice my funky README format?

    I was actually surprised how easily the logo can be extracted on Linux.
    Last edited by misfire; 07-26-2009 at 02:01:04 PM.

  4. #4
    Join Date
    Aug 2008
    Posts
    334

    Default

    You wouldn't happen to know a program that can open PS2 TIM2 files would you?
    http://www.convert-extensions.com/fo...M2-Bitmap.html
    can iMageStudio open them? i'm guessing there like a higher resolution version of the ps1 TIM format for the ps2.
    The ps1 outputted games in [4:3] 640x480 irc correctly by doubling the texture resolution 320x240 and apply some kind of filter "Bilinear?"
    Last edited by kh2k4; 07-26-2009 at 06:56:17 PM.

  5. #5
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    549

    Default

    Sorry, never heard of TIM2.

  6. #6
    Join Date
    Jan 2009
    Posts
    11

    Default

    Quote Originally Posted by kh2k4 View Post
    You wouldn't happen to know a program that can open PS2 TIM2 files would you?
    Peter08101985 who is part of the Front Mission 5 Translation Project team seems to know about TIM2. See the fourth post down on this page where he mentions TIM2. I've seen this format mentioned multiple times while reading through the forums for the translation project.

  7. #7
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    549

  8. #8
    Join Date
    Aug 2008
    Posts
    334

    Default

    http://psx-scene.com/forums/f6/new-l...ng-tool-12723/
    I found a tool that can insert them back but it only seems to work with .bin cd images.

  9. #9
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    549

    Default

    Ah, and it's also called ps2logo.

    I guess it does nothing more than overwriting the first sectors of the disc image with a custom logo.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. GSHI Logo Submission
    By helder in forum Announcements
    Replies: 18
    Last Post: 05-23-2009, 01:24:00 PM
  2. we neeed a bookmark logo!
    By MIR in forum Under Constuction/To Be Added
    Replies: 3
    Last Post: 05-19-2008, 11:59:53 AM
  3. Police NYPD GSHI Logo
    By SolFire in forum The Lounge
    Replies: 8
    Last Post: 08-16-2006, 03:20:06 AM
  4. logo's
    By daminmancejin in forum The Lounge
    Replies: 26
    Last Post: 01-18-2006, 06:28:32 PM
Collapse this box.

Visitors found this page by searching for:

tim2 ps2

ps2 logo

PS2LOGO

ps2 tim2

PS2LOGO decryptorps2logo-1.1.tar.gzps2 tim2 formatlogo ps2decrypt PS2LOGOPS2 logo decryptiondecrypt tm2 ps2ps2 tim2 converthttps:github.commisfireps2logops2logo.cps2 logo on disc 0xffff.org PS2 logo PS2 12 sectors LOGO encrypted ps2boot.txt ps2logo-1.1.tar.gzps2 tim2 OR tm2 viewerps2 logo decryptPS2 logo.rawps2 logo bootcustomize ps2 boot logops2 logo decryptorPS2 Logo Decryptor cliplogo du ps2logo do ps2logo ps2 320x240ps2 tim 2playstation 2 tim2lOGO OF PS2عمل لوجو عند فتح ps2PS2 custom boot#sclient=psy-abps2 TIM2 files convert

Posting Permissions

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