Forum: PS2 Homebrew/Dev & Emu Scene - Topics relating to homebrew PS2 development and emulation. Stay current and up to date on the latest homebrew releases from the best devs on the scene.


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: Customizing SNES-STATION
  

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 27
  1. #11  
    kugeln is offline Hack the box...
    Join Date
    Jan 2004
    Posts
    98
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I'd normally not want to tamper with anyone's work on something like this, but for me I look at it as trying to improve the usability of it. SNES-Station has one of the slickest interfaces I've seen on any homebrew stuff, with the lone flaw of being almost completely unreadable on some people's TV sets.

    I'd be just as thrilled if someone could just figure out how to make the font larger (or change the color of it). I'd much rather just have the font changed than have to take out the background image like I've done.

    But the author has been MIA since 12/03 (or 01/24/04, the date on the WIP release) and I have no intention of trying take credit for this guy's excellent work. I just want to be able to play the SNES games without having to guess which one is selected.

    --k-
    Last edited by kugeln; 12-03-2004 at 01:48 PM.
    Reply With Quote  

  2. #12  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    <G>

    Please allow for evolution.

    By improving this piece we are worshipping it,
    not disrespecting it.
    Reply With Quote  

  3. #13  
    kugeln is offline Hack the box...
    Join Date
    Jan 2004
    Posts
    98
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    As an aside:

    Finally got back into the gamebase forums, and found these posts about the status of SNES-STATION (by other people):


    This is what hiryu had to say (from 07/26/04)

    "planning to finish off some changes, and updates, do another release, then maybe open-source"
    I spoke to him last week and he told me he was going to rip out all snes9x code and rewrite the emulator, after making some demos for his portfolio.
    I was speaking with Hiryu on Nov 20, 2004. This is what he told me:

    - I'm busy starting a new contract
    - have some health probs (he's ok)
    - will post updates when things settle down
    So he got busy for a while (we all have real lives, too). If he makes another release eventually, it will likely be better than ever.



    --k-
    Reply With Quote  

  4. #14  
    kugeln is offline Hack the box...
    Join Date
    Jan 2004
    Posts
    98
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    As a follow-up. I've successfully removed the background (Super Mario World-esq) image from SNES-STATION. It goes a long way towards making the game titles readable. Changing the font size and/or color would still be nice, but at least I can read the rom names now...
    Attached Thumbnails Attached Thumbnails snes_mod_credits.jpg   snes_mod_roms.jpg   snes_mod_settings.jpg  
    Last edited by kugeln; 12-07-2004 at 03:51 PM.
    Reply With Quote  

  5. #15  
    Chandler is offline Member
    Join Date
    Jul 2002
    Posts
    56
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Good work !! How did you done this
    Sorry for my bad english
    Reply With Quote  

  6. #16  
    kugeln is offline Hack the box...
    Join Date
    Jan 2004
    Posts
    98
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    It's pretty messy, but this is how I did it:

    Unpack ELF using sjuncrunch.

    Use Hex Workshop (or your favorite hex editor) and find the first occurence of IIF1 (offset: 1032144[0x000FBFD0]) count forward 16 (0x10) bytes for the IIF header. Now, select everything from 1032160(0x000FBFE0) to 1646575(0x00191FEF).

    The trick? Change everything in the image data section to be the same...)

    So now, at least in hex workshop, I just right-click in the editor window, pick "Fill" and replace everything in the selection with zero (black).

    Save it as something new, then try it out.

    Messy, yes, but it got the job done.

    --k-
    Last edited by kugeln; 12-07-2004 at 04:36 PM. Reason: IIF's image data isn't R_G_B_A_ it looks like...
    Reply With Quote  

  7. #17  
    Mike4's Avatar
    Mike4 is offline Member
    Join Date
    Nov 2004
    Location
    Jersey
    Posts
    153
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    That is pretty cool, but I would much rather have the text color changed.

    A little off topic, but is it possible to have 4 player support? I was really looking forward to playing a 4 person Super Bomberman, but with the multitap plugged in, all the controllers plugged in are useless.
    Reply With Quote  

  8. #18  
    Mike4's Avatar
    Mike4 is offline Member
    Join Date
    Nov 2004
    Location
    Jersey
    Posts
    153
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by kugeln
    Unpack ELF using sjuncrunch.
    When you say unpack with , I assume you're referring to this tool:
    http://ps2dev.org/kb.x?T=999
    It only mentions packing, though. Is there a different version I can't find?

    *edit: Ok, it's a different tool. I found it on this site- http://www.sksapps.com/index.php?page=mis.html
    Where would I find some easy directions to using it?
    Last edited by Mike4; 12-07-2004 at 07:15 PM.
    Reply With Quote  

  9. #19  
    kugeln is offline Hack the box...
    Join Date
    Jan 2004
    Posts
    98
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    The tool, sjuncrunch.exe can be found here: http://www.psx-scene.com/forums/show...5&postcount=15

    Usage is simple. sjuncrunch [packed_elf.elf] [unpacked_elf.elf]


    You also could try the Pixel's ps2-unpacker, though I haven't tried it.

    --k-
    Reply With Quote  

  10. #20  
    Mike4's Avatar
    Mike4 is offline Member
    Join Date
    Nov 2004
    Location
    Jersey
    Posts
    153
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by kugeln
    The tool, sjuncrunch.exe can be found here: http://www.psx-scene.com/forums/show...5&postcount=15

    Usage is simple. sjuncrunch [packed_elf.elf] [unpacked_elf.elf]


    You also could try the Pixel's ps2-unpacker, though I haven't tried it.

    --k-
    Using the command line I typed sjuncrunch.exe BOOT.ELF UNPACKED.ELF and hit enter. It resulted in a 1kb file. I also tried it without the ".exe" and got the same result. It looked like it did something, but the result is wrong. What am I missing?
    Reply With Quote  

Page 2 of 3 FirstFirst 1 2 3 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
  •