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

D

Deleted User

Guest
Hello kuriimu team. I'm working on a menu translation for super robot wars z 3 jingoku for Ps Vita. I've found the .xml file that contains most of the game text for things like skill descriptions, pilot quotes, parts etc. The problem is it has other data in it as well and cannot be edited directory without breaking the game. Is it possible to make a plug in for this kind of file to edit the text? Here's more info @froid_san found in the thread I created for it

https://gbatemp.net/threads/menu-translation-super-robot-wars-z-3-jigoku-hen.522161/

Thanks in advance.
 

IcySon55

Leader of Fan Translators International
OP
Member
Joined
Mar 18, 2008
Messages
458
Trophies
1
Age
37
XP
2,075
Country
Canada
Oh hey there folks, it's been a while since we made a release hasn't it...

Better late than never! Here's v1.0.14 for your enjoyment~ Lots of new bug fixes and feature enhancements to the UIs this time around.

Kuriimu v1.0.14
Features
  • Fixed blocked DLL loading. Users will no longer need to unblock the files for Kuriimu to use them!
  • Karameru can now Add and Delete files to and from plugins that support the functionality.
  • Knit steps are now skippable based on a saved cache value.
  • Fixed several bugs in some Knit steps.
  • Added support for an animated image in Knit that moves based on the progress bar value.
  • Kukkii's single image export option now outputs filenames the same way that the batch mode does.
  • Fenceposts now supports ASCII strings properly for dumping and injection.
  • Fencepsots now fully supports the selected game handler plugin.
  • Find & Replace in Kuriimu now takes the game handler plugin into account!
  • An LZ11 compression bug was fixed.
  • The Search Directory feature will now also search through .KUP files.
  • Added the new FNV1a hashing algorithm.
Plugins
  • Added an existing archive plugin for the SPC format.
  • Added a new archive plugin for the FBCF format.
  • The NCCH archive plugin can now add and delete files!
  • Improved VTX image plugin compatibility. (Bugfix)
  • Improved GAR archive plugin compatibility. (Luigi's Mansion support)
  • Improved CTXB image plugin compatibility. (More image formats supported)
  • Added a new archive plugin for the PFS0 format.
  • Added a new archive plugin for the X3 format.
  • Improved G1T image plugin compatibility. (More image formats supported)
  • Improved MSBT text plugin compatibility. (Now compatible with label-less files again, @Cuyler36)
  • Improved BMG text plugin compatibility. (More games supported. @Cuyler36)
 

onepiecefreak

Kuriimu 2 Developer
Member
Joined
Aug 12, 2015
Messages
517
Trophies
0
XP
1,572
Country
Germany
If we do a game plugin for it, yes. But that needs files from the game and some reversing of its control codes. Best would be an issue on our github.
 

IcySon55

Leader of Fan Translators International
OP
Member
Joined
Mar 18, 2008
Messages
458
Trophies
1
Age
37
XP
2,075
Country
Canada
Has anybody gotten Kukkii to run on Linux through Mono? For me, all Kukkii's file selectors cause it to crash with System.EntryPointNotFoundException: SetScrollInfo. It also happens if I zoom into an image too much, which probably creates scroll bars.
Kuriimu's file dialogs work fine, though. I compared Kukkii's and Kuriimu's OpenFile functions, and they seem the same, so I don't know what to do.
Code:
System.EntryPointNotFoundException: SetScrollInfo
  at (wrapper managed-to-native) Cyotek.Windows.Forms.NativeMethods.SetScrollInfo(intptr,int,Cyotek.Windows.Forms.NativeMethods/SCROLLINFO,bool)
  at Cyotek.Windows.Forms.ScrollControl.SetScrollInfo (System.Windows.Forms.ScrollOrientation scrollbar, Cyotek.Windows.Forms.NativeMethods+SCROLLINFO scrollInfo, System.Boolean refresh) [0x00006] in <3b972af8ce82448fb7a94a4de351c112>:0
  at Cyotek.Windows.Forms.ScrollControl.UpdateHorizontalScrollbar () [0x00068] in <3b972af8ce82448fb7a94a4de351c112>:0
  at Cyotek.Windows.Forms.ScrollControl.UpdateScrollbars () [0x00000] in <3b972af8ce82448fb7a94a4de351c112>:0
  at Cyotek.Windows.Forms.ScrollControl.OnEnabledChanged (System.EventArgs e) [0x00007] in <3b972af8ce82448fb7a94a4de351c112>:0
  at System.Windows.Forms.Control.OnParentEnabledChanged (System.EventArgs e) [0x00008] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control.OnEnabledChanged (System.EventArgs e) [0x00082] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control.OnParentEnabledChanged (System.EventArgs e) [0x00008] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control.OnEnabledChanged (System.EventArgs e) [0x00082] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control.OnParentEnabledChanged (System.EventArgs e) [0x00008] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control.OnEnabledChanged (System.EventArgs e) [0x00082] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control.OnParentEnabledChanged (System.EventArgs e) [0x00008] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control.OnEnabledChanged (System.EventArgs e) [0x00082] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Form.OnEnabledChanged (System.EventArgs e) [0x00000] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control.set_Enabled (System.Boolean value) [0x0003a] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Enabled(bool)
  at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window owner) [0x00183] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Form.ShowDialog(System.Windows.Forms.IWin32Window)
  at System.Windows.Forms.CommonDialog.ShowDialog (System.Windows.Forms.IWin32Window owner) [0x00037] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.CommonDialog.ShowDialog () [0x00000] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.CommonDialog.ShowDialog()
  at Kukkii.Converter.OpenFile (System.String filename) [0x00036] in <a9e32037a03a4fdd99476eb6a5560315>:0
  at Kukkii.Converter.ConfirmOpenFile (System.String filename) [0x00052] in <a9e32037a03a4fdd99476eb6a5560315>:0
  at Kukkii.Converter.tsbOpen_Click (System.Object sender, System.EventArgs e) [0x00000] in <a9e32037a03a4fdd99476eb6a5560315>:0
  at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs e) [0x00019] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.ToolStripButton.OnClick (System.EventArgs e) [0x00017] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.ToolStripItem.HandleClick (System.Int32 mouse_clicks, System.EventArgs e) [0x00029] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs e, System.Windows.Forms.ToolStripItemEventType met) [0x00054] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs,System.Windows.Forms.ToolStripItemEventType)
  at System.Windows.Forms.ToolStrip.OnMouseUp (System.Windows.Forms.MouseEventArgs mea) [0x00048] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00078] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x001b4] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.ToolStrip.WndProc (System.Windows.Forms.Message& m) [0x00000] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <6d04630604b24bb0bd1a94de821c9d88>:0
  at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <6d04630604b24bb0bd1a94de821c9d88>:0
Kukkii uses a control that calls the Win32 API to handle the mouse. This control is not compatible with Mono because of this.
 
Last edited by IcySon55,
  • Like
Reactions: Deleted User

oufai

Well-Known Member
Newcomer
Joined
Feb 18, 2018
Messages
57
Trophies
0
Age
29
XP
251
Country
Egypt
is Arabic Language Support ?
please give me any help or Tutorial for translate MSBT File to Arabic Text Language اللغة العربية ?
 

oufai

Well-Known Member
Newcomer
Joined
Feb 18, 2018
Messages
57
Trophies
0
Age
29
XP
251
Country
Egypt
you are right hahah I didn't note that :rofl2:
but please is there is any hope to make it happen I really hope If I can did it ?:unsure:
 

smileyhead

I like cute stuff.
Member
Joined
Aug 31, 2015
Messages
4,743
Trophies
3
Age
22
Location
Budakeszi, Hungary
Website
sites.google.com
XP
9,791
Country
Hungary
If I use letters like Ä or ß, then they are in the game as ? displayed. Can I change that somehow? (Inazuma Eleven GO Galaxy)
I'd guess the game's font doesn't support those characters. Unless you know a way of editing the font file (I don't), there's not much you can do.
 
  • Like
Reactions: Milozaki
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Skelletonike @ Skelletonike:
    3h left until work finishes, bah
  • Skelletonike @ Skelletonike:
    link doesn't work
    +2
  • Skelletonike @ Skelletonike:
    1H left, such a slow week.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Okay, I had spaghetti :P
  • SylverReZ @ SylverReZ:
    Hope they made lots of spaget
  • K3N1 @ K3N1:
    Chill dog
  • SylverReZ @ SylverReZ:
    Chilli dog
  • Skelletonike @ Skelletonike:
    Damn, I'm loving the new zelda.
  • xtremegamer @ xtremegamer:
    loving the new zelda, i started a game, it was so fucking good, so i
    am waiting on my friend to get home so we can start a new one together
  • Skelletonike @ Skelletonike:
    I just dislike that they don't let me choose the voices before the game starts. Happened with botw as well, had to change to japanese and restart.
  • K3N1 @ K3N1:
    But the important question is can you choose gender
  • Skelletonike @ Skelletonike:
    Same way you can choose Gerald's gender.
  • Skelletonike @ Skelletonike:
    *Geralt, damn autocorrect.
  • Psionic Roshambo @ Psionic Roshambo:
    But can he be trans? Lol
  • K3N1 @ K3N1:
    Zelda transforms into link
  • Psionic Roshambo @ Psionic Roshambo:
    Link I'm not the princess your looking for.... *Pulls a crying game*
  • K3N1 @ K3N1:
    *skirt up* it's exactly what I always wanted
  • Skelletonike @ Skelletonike:
    Just scanned all my zelda amiibos, took a while but didn't get anything that cool, did get the lon lon ranch hylian fabrics though.
  • Skelletonike @ Skelletonike:
    It was pretty funny when I scanned wolf link and got a shit load of meat.
  • K3N1 @ K3N1:
    @Skelletonike, btw I ran that custom for mgs4 on the deck I'm amazed it got that far in game
  • K3N1 @ K3N1:
    Plug in*
    K3N1 @ K3N1: Plug in*