Sin and Punishment and other jap only titels translation

Discussion in 'Everdrive 64' started by n64user, Jul 26, 2013.

  1. rso

    rso Gone. See y'all elsewhere, maybe.

    Joined:
    Mar 26, 2010
    Messages:
    2,190
    Likes Received:
    447
    Seriously, is it that hard?

    You put whatever you want your patched file to be called in there. Don't forget to keep breathing in an out while doing so.
     
  2. cheaterdragon1

    cheaterdragon1 Rising Member

    Joined:
    Jun 30, 2012
    Messages:
    51
    Likes Received:
    4
    No need to be an asshole.

    That's what I thought it was for, but nothing was working. I did get it to work finally, but it turns out the ROM I had was no good. Someone here already mentioned it took them several downloads to find one that would work. Will try the game out on my Everdrive later.
     
    Delirious17 likes this.
  3. Conker2012

    Conker2012 Intrepid Member

    Joined:
    Oct 19, 2012
    Messages:
    687
    Likes Received:
    78
    There's no need to be unpleasant. We are all beginners at one time or another, and the meaning of the phrase 'Output file' in that program's context might be obvious to you and me, but to someone who has never had to convert a file they might well think it refers to a separate file that is needed to perform the conversion.
     
  4. IlDucci

    IlDucci Site Supporter 2015

    Joined:
    Aug 24, 2011
    Messages:
    47
    Likes Received:
    14
    Awesome, Zoinkity! Is there a chance I could do a Spanish translation with your help?
     
  5. Flash

    Flash Dauntless Member

    Joined:
    Oct 18, 2011
    Messages:
    739
    Likes Received:
    67
    Awesome! Now i can play the game with low level gfx plugin and on real hardware.
     
  6. Goemon

    Goemon AG Member since 2005!

    Joined:
    Feb 4, 2013
    Messages:
    584
    Likes Received:
    17
    Is it possible to disassamble the engine of that game to see how they did some stuff?
     
  7. Zoinkity

    Zoinkity Site Supporter 2015

    Joined:
    Feb 18, 2012
    Messages:
    499
    Likes Received:
    108
    Goemon: between a debugger and disassemblies yes, you can pretty much work it out.

    IlDucci: Almost all text is just images so it would be remarkably easy to translate everything. Should warn you, it would probably be easier to work from the Japanese than to try to work around some of the mischief in the English.
    Not sure how easy my notes would be to follow, but I'll collect them together sometime. They're probably a lot less than useful. The compressor would be handy though, but not sure if I kept any of the handier python scripts for moving things around. Images themselves were encoded via scripts but inserted by hand, in part because I was changing sizes and needed to ensure no overruns happened before data gets corrupted.
    There's only two print routines: one for initials, borrowed by the secret options menu label, and one for the song names used in the secret options menu.

    Interesting note is that with one bitflag you can switch between simple black and white fonts to 16color palettes. So, if you wanted, you could do the text the way the virtual console did. They were using one of the internal fonts as their source, and I have a nice extract of that as well ;*)

    One thing of note though! If you're using png images in GIMP as source, I'd suggest you not do so until they apply the patch to the png import/export thing in the next version. Right now it drops a color out of the palette, resulting in rearranged palettes. Since so many images share palettes, that would cause serious problems as you go along.
     
  8. IlDucci

    IlDucci Site Supporter 2015

    Joined:
    Aug 24, 2011
    Messages:
    47
    Likes Received:
    14
    Hi Zoinkity, thanks for replying. Nope, I'll be using Photoshop for the job. I hope you can share the data soon (So far I just took a look with the decompressor and TileMolester).
     
  9. Zoinkity

    Zoinkity Site Supporter 2015

    Joined:
    Feb 18, 2012
    Messages:
    499
    Likes Received:
    108
    http://www.mediafire.com/download/zkipajrxnmgn8wl/NGUE-workpad.7z

    Should be the filelist for the japanese version, some documents on the internal image lists and their settings, source extracted images, some script snippets for image conversion for what it's worth, a really snazzy compressor, and other general scratchpad things that happened to be in the working directories.

    The directories, minimum, have copies of the final binaries for each chapter. When you start fiddling with the images, it will be pretty apparent I resized a lot of them and moved some of the tables around for convenience. You don't have to do that, but will probably wind up doing so anyway. Reducing the uncompressed filesize is fine, but if any of them grow you'll have to ensure that you don't overrun available memory at runtime. I never had to grow any files, but every language is different.
    Also included samples of the original fonts, which are only used in the two places mentioned above. I used them as source for the buttons, and Nintendo used them for their subtitles.
    The compressor generates Yay files with 100% accuracy to Nintendo's original files.

    Incidentally, since Yay and Yaz are different storage methods for the same compression, with a script you can flit between the two ;*)
     
  10. IlDucci

    IlDucci Site Supporter 2015

    Joined:
    Aug 24, 2011
    Messages:
    47
    Likes Received:
    14
    Yay! (No pun intended) Thank you so much for this, I'll be checking it right away.
     
  11. a_Mike

    a_Mike Member

    Joined:
    Feb 22, 2011
    Messages:
    16
    Likes Received:
    0
    Great - the patch also works with the Mr.Backup Z64. Many thanks. :)
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page