I want to translate it into another language, so how do I package it with a gpx file?I didn't actually get it to properly extract and re-pack the scripts, because that was more work than needed for my purposes. Something clearly changed in the format from what the tool was originally intended for, so the tool only finds a couple files it understands that it can unpack/repack, and it just blindly copies the rest of the data. You tell it to unpack it, and then immediately repack that because you don't want it to NOT include the few bits it DID understand.
You will almost certainly have to modify the tool to do anything useful with it. I did not need any sort of user interface or similar for my purposes, so I did not create one, and just edited the code and recompiled each time. I believe as provided, it will read in Strings.json (example provided in the ZIP), and in VALTYPE_GxStringUTF8.cs, it will search this JSON file for each string it loads, and if it finds it, it'll instead replace that value with the value associated in the JSON.
Also note: That tool only deals with the strings in the MWB file. Not all strings are there, many are buried all over the place elsewhere as well.
If you're trying to use the tool to work on some other game using the same engine, I'd suggest digging into File.cs instead of VALTYPE_GxStringUTF8.cs. The majority of the strings are things like variable names and such that you don't really want to touch, and it's much easier to hook things like that in File.cs. Most strings you would care about will be of Type 0x04, and are generally preceded at some point by some sort of command (usually Type = 0x05 && Token = 0x01, but I also saw a couple others in rare scenarios)
I want to translate it into another language, so how do I package it with a gpx file?
The file you uploaded can only be packaged as a gxp file.
If you don't mind, could you tell me how to do it in detail?
excuse me, can you reupload modified_tools.zip ? I keep failing download it for some reasonAlright, this is probably my final version here absent something broken, but in a few minutes of play testing this seems to work fine. Fixed some of the worst MTL poetry, and I think there should be mostly-functional word wrap now, so you won't get a constant headache trying to read it.
You don't have permission to view the spoiler content. Log in or register now.
Are you gonna tidy up and edit the translation?excuse me, can you reupload modified_tools.zip ? I keep failing download it for some reason
EDIT : nvm, now I can download the file and edit it. Thx for the tool
I plan to do that when I have free time. Right now I'm hooked up playing The legend of heroes, so next week or two maybe.Are you gonna tidy up and edit the translation?
If you're willing, I can help out with that, also as a learner of the language, but I prefer someone to do the patching into the game.
So you want help or not? If so you could send me the script, I just got some time off work.I plan to do that when I have free time. Right now I'm hooked up playing The legend of heroes, so next week or two maybe.
Sure if you want help, actually developer make it easy to us translate this game on the lastest version ( 1.04 )So you want help or not? If so you could send me the script, I just got some time off work.
Oh neat, I wasn't even aware if that latest version, but yeah, I'll take a look on both, and if its not too hard I'll make one from scratch.Sure if you want help, actually developer make it easy to us translate this game on the lastest version ( 1.04 )
now we have new folder called "languages" for each individual translation
keep in mind that the one on f95zone still 1.03, you need to google for new version 1.04Oh neat, I wasn't even aware if that latest version, but yeah, I'll take a look on both, and if its not too hard I'll make one from scratch.
It's pretty hard to search for the latest version. I've tried torrent sites, and other download sites. Can someone share a link to where or provide a file for download, if that's no problem. All I see are v1.03.
I also wanna try a hand at translating.
Alright, I just now got the file to check it out. (was pretty busy, did an upgrade on my PC, cleaning up stuff, doing backups)OR if you want translate from scratch for last version ( 1.04 ) download base_data.zip attachment in this post, edit main_en.tsv and rms_en.tsv with text editor then repack base_data folder with GxpPacker to test in the game.
if you happen using translator++ to edit translation use this custom parser,Alright, I just now got the file to check it out. (was pretty busy, did an upgrade on my PC, cleaning up stuff, doing backups)
So its all just a matter of editing those two 'en' files, seems simple enough. It also looks like its divided by parts making it easy to figure out the context. Funny enough, 俺 is use to refer to the protagonist in the dialog, I don't remember what the mtl used for this.
Anyway, I could also setup a git to keep track of progress or if anyone else wants to contribute in anyway.
Does the GXP packer work properly?excuse me, can you reupload modified_tools.zip ? I keep failing download it for some reason
EDIT : nvm, now I can download the file and edit it. Thx for the tool
you need to build new one from source, if you don't have visual studio just go to my postDoes the GXP packer work properly?
I can't play the game if I repackage it, so please tell me how to use it
It can't be a file from your post or a new buildyou need to build new one from source, if you don't have visual studio just go to my post
don't use drag&drop from explorer, instead try package the folder by typing it in terminalIt can't be a file from your post or a new build
I can't package an unpacked file as it is in your post, is my computer weird?
You are a goddon't use drag&drop from explorer, instead try package the folder by typing it in terminal