ROM Hack [Release] Kuriimu - A general purpose game translation toolkit for authors of fan translations.

IcySon55

Leader of Fan Translators International
OP
Member
Joined
Mar 18, 2008
Messages
463
Trophies
1
Age
38
XP
2,261
Country
Canada
Hey there GBATemp!

This release is a fairly large one with some awesome new features, updates, and plugins.

Kuriimu v1.0.5
Features
  • Implemented Batch Extract in Karameru with Batch Archive to follow at some point.
  • You can now copy the image in Kukkii to the clipboard via a right click menu.
  • You can now display a customizable border around images in Kukkii.
  • Added support for Big Endian NW4C files.
Plugins
  • Greatly improved MT Framework texture compatibility in image_mt. (Make sure to delete the old image_tex.dll if you don't do a clean install.)
  • Added a brand new archive manager plugin for MT Framework archives. Both Little and Big Endian files are supported.
  • Drastically improved compatibility for the CHNKTEX plugin. Now supports 4bpp, 2bpp, multi-TXIM and RLE compressed files. (Plugin still incomplete and still no save.)
  • Improved BCLIM/BFLIM compatibility as well as adding support for Big Endian files. (WiiU image formats not yet supported.)
  • Potentially fixed a bug in image_stex in regards to LA88 support. (Plugin needs review.)
Changes
  • When extracting the top-level directory with Karameru, the extension is now part of the folder name that is generated.
  • Directory replace in Karameru will now try to find the directory name in the last used directory and select it in the folder dialog if it exists.
  • Open Raw Image in Kukkii now uses the settings from the main window in its preview block.
  • Slightly improved draw time and quality of thumbnails in Kukkii. Thumbnails that are smaller than the thumbnail view are no longer blurry.
Note: For those in need of BCLIM and/or BFLIM support in v1.0.5, there is a known issue with saving. I've added a patch to the release which corrects the issue for v1.0.5 users. Of course the fix will be rolled into v1.0.6 whenever that happens.
 
Last edited by IcySon55,

ibbayi

New Member
Newbie
Joined
Jul 16, 2017
Messages
2
Trophies
0
Age
39
XP
53
Country
Korea, South
Good program thanks.
Bin file contains bctex
Is there a way to extract the file and import bctex?
 

Attachments

  • bctexbin.zip
    1.4 MB · Views: 242

StarXrossed

New Member
Newbie
Joined
May 28, 2016
Messages
2
Trophies
0
Age
31
Location
georgia
XP
74
Country
United States
I'm not entirely sure if this is the right place to ask or if the Discord server would be better, but I was curious if full functionality for .btxt files could potentially be implemented in the future. I'm working on a translated menu patch for the Digimon Universe: Appli Monsters game and realized (far later than I should have) that I wasn't able to save what I had translated. It's not an immediate concern, and if it's too much of a hassle, it's totally fine, but I was curious if it was a thing that could be done potentially in the future. I've dumped the entire game and am happy to provide any example files if needed. (I hope I'm not being a bother--I would try it myself, but my technical skills don't extend to this, haha.) Thanks for your time!
 

IcySon55

Leader of Fan Translators International
OP
Member
Joined
Mar 18, 2008
Messages
463
Trophies
1
Age
38
XP
2,261
Country
Canada
I'm not entirely sure if this is the right place to ask or if the Discord server would be better, but I was curious if full functionality for .btxt files could potentially be implemented in the future. I'm working on a translated menu patch for the Digimon Universe: Appli Monsters game and realized (far later than I should have) that I wasn't able to save what I had translated. It's not an immediate concern, and if it's too much of a hassle, it's totally fine, but I was curious if it was a thing that could be done potentially in the future. I've dumped the entire game and am happy to provide any example files if needed. (I hope I'm not being a bother--I would try it myself, but my technical skills don't extend to this, haha.) Thanks for your time!
Well, in the mean time, since Kuriimu supports loading BTXT, it can export them to KUP files. Use the batch export Kup function in Kuriimu to get the files created. Then you can open the Kup files and save your translation. Once the BTXT plugin has save, you will be able to simply import the text from Kup back into the BTXT files using batch import which is very quick.
 
  • Like
Reactions: DarthDub

IcySon55

Leader of Fan Translators International
OP
Member
Joined
Mar 18, 2008
Messages
463
Trophies
1
Age
38
XP
2,261
Country
Canada
Issue Template:
Please follow the template below when submitting issues to our issue tracker.
Code:
Console: <>
Format extension(s): <>
Original game name: <>

First 8 byte of file(s):
Extension - [<bytes in hex>] - [<bytes in ASCII>]

More details?:
<>

Sample files (if possible):
<links>

Please note the sample files text above says <links>. DO NOT attach files directly to the issue as every one of them is copy written material.
 
Last edited by IcySon55,

IcySon55

Leader of Fan Translators International
OP
Member
Joined
Mar 18, 2008
Messages
463
Trophies
1
Age
38
XP
2,261
Country
Canada
Hey there tempers,

This release comes with a slew of new features including most notably, CIA decryption. Alongside 3DS decryption this is pretty awesome.

Usage:
  1. Create a "bin" directory in your Kuriimu directory. Beside "plugins".
  2. Add the following files to the "bin" directory. (You must provide all of them yourself)
    1. seeddb.bin (required for CIA decryption only, create it with GodMode9 and SEEDconv)
    2. boot9.bin (full or prot, both should work, must be called boot9.bin)
    3. n3ds_keysector_retail.bin (this file sometimes called secret_sector.bin)
  3. In any of the applications, go to Tools > Encryption > 3DS and then decrypt your files!
I swear Kuriimu isn't a 3DS only tool! :rolleyes: Honest~

Kuriimu v1.0.6
Features
  • Added the ability to decrypt CIAs.
  • Added LZSS decompression support.
  • Added the CeteraDS library which implements generic support for DS formats.
Plugins
  • Improved BCH image plugin compatibility.
  • Added a new archive plugin for the Phoenix Wright DS data.bin format.
  • Added a new image plugin for the Phoenix Wright DS games.
  • Added a new image plugin for the MODS video format. (Experimental, no save)
  • Added a new archive plugin for the GARC2 and GARC4 archive formats.
  • Added a new image plugin for the Moflex video format. (Experimental, no save)
  • Added a new image plugin for Nintendo DS banners.
  • Improved XPCK archive plugin compatibility.
  • Improved ARC0 archive plugin with save functionality.
  • Improved PCK archive plugin compatibility.
  • Added a new archive plugin for the XFSA archive format.
  • Improved ARCV archive plugin compatibility.
  • Improved B123 archive plugin compatibility.
  • Improved CTPK image plugin compatibility with mipmap support.
  • Added a new image plugin for the AIF image format.
  • Added a new image plugin for the LMT image format. (Incomplete load, no save)
Changes
  • Improved batch functionality in the suite so that broken files don't stop the batch early.
 
Last edited by IcySon55,

Nikouz26

Member
Newcomer
Joined
Mar 12, 2017
Messages
5
Trophies
0
Age
24
XP
60
Country
Italy
I have two files : ie_a.fa and ie_b.fa ( Inazuma eleven go galaxy ) . The first file opens while the second doesn't open and i get this error. I have an italian pc so i've translated the message. How can i solve this?
 

Attachments

  • errore.png
    errore.png
    95 KB · Views: 318
Last edited by Nikouz26,

IcySon55

Leader of Fan Translators International
OP
Member
Joined
Mar 18, 2008
Messages
463
Trophies
1
Age
38
XP
2,261
Country
Canada
I have two files : ie_a.fa and ie_b.fa ( Inazuma eleven go galaxy ) . The first file opens while the second doesn't open and i get this error. I have an italian pc so i've translated the message. How can i solve this?
Hi @Nikouz26, this particular issue is a bug in the ARC0 plugin that has already been fixed in the following commit: https://github.com/IcySon55/Kuriimu/commit/88b6fe7c75053e30a4ef2493124f39bd7c09a812

It will be included in version 1.0.7, whenever that happens as we don't have a release schedule. I highly encourage you to build Kuriimu on your own as you can stay up to date with all of the latest fixes. There currently isn't a tutorial on how to do so but we'll gladly help you get set up if you come chat with us on the Fan Translators Inc. Discord server.
 
  • Like
Reactions: DarthDub

Nikouz26

Member
Newcomer
Joined
Mar 12, 2017
Messages
5
Trophies
0
Age
24
XP
60
Country
Italy
Hi @Nikouz26, this particular issue is a bug in the ARC0 plugin that has already been fixed in the following commit: https://github.com/IcySon55/Kuriimu/commit/88b6fe7c75053e30a4ef2493124f39bd7c09a812

It will be included in version 1.0.7, whenever that happens as we don't have a release schedule. I highly encourage you to build Kuriimu on your own as you can stay up to date with all of the latest fixes. There currently isn't a tutorial on how to do so but we'll gladly help you get set up if you come chat with us on the Fan Translators Inc. Discord server.
Ok, Thank you
 
Last edited by Nikouz26,

IcySon55

Leader of Fan Translators International
OP
Member
Joined
Mar 18, 2008
Messages
463
Trophies
1
Age
38
XP
2,261
Country
Canada
Hey there tempers,

I found some time today to put together another release and here's v1.0.7!

Most of the work in this release is the result of our new highly organized plugin request submission process through the template and GitHub issues. As his subtitle suggests in the OP, our resident plugin author extraordinaire @onepiecefreak is the mastermind behind many of the new plugins as well as all of the bugfixes to existing plugins. Also participating this time around, @Uwabami had a hand in extending the SMDH plugin and quite a bit of work there is his.

Please note that this release corrects a DLL location bug where you might find CeteraDS.dll and/or LibMobiclip.dll in the plugins directory. It is highly recommended that you delete everything (except for the bin directory) and extract a fresh copy of all files from v1.0.7.

Kuriimu v1.0.7
Features
  • Kukkii now supports extended file properties through the UI. The SMDH image plugin is currently the only plugin supporting this functionality.
Plugins
  • Improved JTEX image plugin compatibility. (Code review)
  • Corrected an identification bug in the Nintendo DS banner plugin.
  • Corrected build output for MODS, MOFLEX, and VXDF video plugins.
  • Added a new archive plugin for the BFP format.
  • Improved XI image plugin compatibility. (Bugfix)
  • Added a new image plugin for the IMGA format.
  • Improved XFSA archive plugin compatibility. (Bugfix)
  • Added a new text plugin for the lang.bin format from Tingle Balloon.
  • Improved AIF image plugin compatibility. (New image formats supported.)
  • Added a new text plugin for the XS format (Level 5). (Load only)
  • Added a new archive plugin for the AMB format.
Changes
  • Improved Cetera image functionality with the option to disable Z-Ordering.

Edit: A Kuriimu Patch for v1.0.7 has been released. Due to some haste on both ends, three plugins that are mentioned in the release notes were not built and shipped with the release. They're now available in the patch archive attached to v1.0.7.
 
Last edited by IcySon55,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    hmmm 360 even lol
  • Psionic Roshambo @ Psionic Roshambo:
    Well I was getting a discount so 320 is probably right
  • BigOnYa @ BigOnYa:
    That is cheap, I used to pay $100 for a tine.
  • Psionic Roshambo @ Psionic Roshambo:
    Tine? One gram?
  • BigOnYa @ BigOnYa:
    Sixteenth
  • Psionic Roshambo @ Psionic Roshambo:
    Also it was literally out of a kilo when I got it off the boat so absolutely pure
  • Psionic Roshambo @ Psionic Roshambo:
    Holy shiz that's a lot
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I was getting 3.5 Grams for 320 could have stepped on it and doubled my money easy lol
    +1
  • BigOnYa @ BigOnYa:
    I'd be afraid to it nowdays, my heart would explode prob. I just stick beers n buds nowdays.
  • Psionic Roshambo @ Psionic Roshambo:
    I would get to drive from tarpon springs to like Miami a thousand bucks lol do that twice a week and back in 92 that was good money
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    @Psionic Roshambo what are you guys talking about?
  • Psionic Roshambo @ Psionic Roshambo:
    Blew it on women and muscle cars lol
    +1
  • BigOnYa @ BigOnYa:
    @Xdqwerty Hamster food, its pricey nowadays to keep PCs running.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I don't do anything except cigarettes and gotta stop eventually lol
    +1
  • BigOnYa @ BigOnYa:
    I'd do shrooms again if could find, and I was outside camping/fishing, and had a cooler full of beer.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I wouldn't mind some LSD, laughing until my face hurt sounds fun lol
    +1
  • BigOnYa @ BigOnYa:
    You ever try soaper powder/qauludes? I did once and like a dumbass drank beer on top of taking, I woke up laying in my backyard in the pouring rain, it knocked me out. I have not seen it around in many many years.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    No never tried a lot of things but never that lol
  • Psionic Roshambo @ Psionic Roshambo:
    I did pass out one time on a floor after taking a bunch of Ambien lol thought it would help me sleep and did it lol
  • Psionic Roshambo @ Psionic Roshambo:
    Girlfriend was working at a pharmacy and stole like 500 of them, was and still is the biggest pill bottle I have ever seen lol
  • K3Nv2 @ K3Nv2:
    Ativan is pretty legit
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    The last time I had to take something to help me sleep, I was prescribed Trazadone it was pretty OK to be honest.
  • Psionic Roshambo @ Psionic Roshambo:
    Not something I need at all these days, doing a lot better lol
    Psionic Roshambo @ Psionic Roshambo: Not something I need at all these days, doing a lot better lol