Recent content by Gil_Unx

  1. Gil_Unx

    Hacking Translation King's Field Additional I & II ENG translation project - looking for people with psp rom hacking skills

    Files in the game King Field 1 encrypted using Aes encryption. I'm not sure the key and ivec of each file are the same, b'\x8D\x5A\xB5\x6A\xE7\xCC\xDA\xE9\x4D\x01\x4C\x43\xBE\x36\xEA\x65' b'\xF5\xBB\x69\x0D\x05\xA2\xAE\x93\xB9\xFB\x84\xAA\xE8\x4F\x23\x3A'...
  2. Gil_Unx

    Hacking Frontier Gate (Boost+) Translation Project

    hehe, I'm sorry. I don't really understand about it, thanks for reminding,
  3. Gil_Unx

    Hacking Frontier Gate Boost+ English Menu Patch (released)

    I'm done dumping the txt, https://github.com/gil-unx/FRONTIER-GATE-BOOST-PLUS not the best way, but we can do it if we just edit the text in the game. I hope someone translates this game, because all the txt/tools/information needed is sufficient.
  4. Gil_Unx

    Hacking Frontier Gate Boost+ English Menu Patch (released)

    thanks a lot, that's a big help. okay, i will start dumping the txt file. and make a small tool for editing + display image text
  5. Gil_Unx

    Hacking Frontier Gate Boost+ English Menu Patch (released)

    just request for access, or send me your gmail. Make a copy also a good option, identification of kanji is optional, if all kanji have been checked, I don't hesitate to share the script/tool that I use.
  6. Gil_Unx

    Hacking Frontier Gate Boost+ English Menu Patch (released)

    you can download a KANJI+.zip version in previous thread for reference, that actualy same whith image in sheet , i use crc32 to sort kanji to avoid repeated identification,
  7. Gil_Unx

    Hacking Frontier Gate Boost+ English Menu Patch (released)

    I don't share here because I think this is inappropriate. Like I said here: https://gbatemp.net/threads/frontier-gate-boost-translation-project.460408/page-3 I want someone to help identify kanji, I have batch identification with OCR from google, and make a rough table. about 75% are correct...
  8. Gil_Unx

    Hacking Open PSP LZS Files.

    Judging from your post, most likely the file is compressed with a variation of lz. But there are many variations of compression lz. Better to include a sample file, so that someone else can analyze it, and find out what compression actually is. try this bms script, comtype lzss0 get NAME...
  9. Gil_Unx

    Hacking Kenka Bancho 4: The One Year War Translation Project [Help Required!]

    i try parse PAC0.BIN PAC1.BIN PAC2.BIN PAC0.BIN = Table of Content PAC1.BIN = FILE1 PAC2.BIN = FILE2 PAC0.BIN: 4 byte numFolder 4 byte numFile 4 byte arrayNamesSize 4 byte unk 16 byte padding 224 byte arrayFolderInfo = (numFolder*32) 69248 byte arrayFileInfo =...
  10. Gil_Unx

    Hacking Help unpacking Arc file from Mimana-Iyar Chronicles

    I have seen the file before,the image file using uncompressed * .gim. Just search on google Sky`s Console File Scanner, for fast extract / reimport
  11. Gil_Unx

    Hacking Disaster Report 3 (Zettai Zetsumei Toshi 3) Translation

    Tpl are compressed with lz_01(puyo), The header maybe like this: 4 bytes : 434d5053 (CMPS) 4 bytes : maybe type,1 for compressed 0 for uncompress 4 bytes : The uncompressed file size 4 bytes : null 0x10~: The start of the compressed data. For quick decompress you can use quickbms. A result can...
  12. Gil_Unx

    Hacking Disaster Report 3 (Zettai Zetsumei Toshi 3) Translation

    looks great, I hope the progress goes smoothly
  13. Gil_Unx

    Hacking Disaster Report 3 (Zettai Zetsumei Toshi 3) Translation

    crash while iso still load from *.pkg file, good information :yay:.
  14. Gil_Unx

    Hacking Disaster Report 3 (Zettai Zetsumei Toshi 3) Translation

    oh you want force the game to read from the .bin files? i think better to make that dummy with umdgen To keep the TOC iso doesn't change too much 1. Open a clean ZZT3 iso in UMDgen 2. Make dummy all files in ARCHIVE except the six you mentioned in your previous post. 3. Replace the original...