Closed Berthog closed 2 years ago
Also I got a problem with the wordwrap too. The lines cuts after 70 characters or so (I checked a little and the wordwrap is configured to cut the line after 50 characters, but isn't working here, maybe I have to calculate and edit something but idk) (This can be a misunderstood of me too, I'm not really experienced in this things)
ProportionalLineWidth" value="1000" is the wrap for kirikiri, in your case just decrease to 900 or smaller.
ProportionalLineWidth" value="1000" is the wrap for kirikiri, in your case just decrease to 900 or smaller.
The wordwrap works perfectly now, thank you very much Cosetto.
Should be fixed - please re-extract and try again.
Should be fixed - please re-extract and try again.
Tested and it's repacking all scripts normally now. Thank you very much.
I'm reopening this issue for just a some little problems. Extracting and repacking works perfectly with this game now, but in my most recent test, I found 2 errors, I don't know if it's directly related with the tool, but I'll let you know just in case. The first error was in the replacement of some original - translated lines. I think it's just in this kind of games that has a system that allow you to choose a "nickname" for the main character or let you write your name instead. The lines in the scripts extracted will looks like this If you write your translation in the TL line, when you repack the script and then make the patch, this replacement or change will not shows in the game, althought you can force it just translating in the original line. I haven't tried to do the same process with other tools tho so I'm not sure if this happen just in this tool. The second problem is a message error that close the game abruptly. This only happens if you click on backlog's option.
For the split lines, try adding the nickname command to AllowedInlineCommands
in KirikiriScript.cs. (As mentioned in the README of this repository, Kirikiri typically requires some game-specific customization)
No idea about the backlog error, sorry.
I'm reopening this issue for just a some little problems. Extracting and repacking works perfectly with this game now, but in my most recent test, I found 2 errors, I don't know if it's directly related with the tool, but I'll let you know just in case. The first error was in the replacement of some original - translated lines. I think it's just in this kind of games that has a system that allow you to choose a "nickname" for the main character or let you write your name instead. The lines in the scripts extracted will looks like this If you write your translation in the TL line, when you repack the script and then make the patch, this replacement or change will not shows in the game, althought you can force it just translating in the original line. I haven't tried to do the same process with other tools tho so I'm not sure if this happen just in this tool. The second problem is a message error that close the game abruptly. This only happens if you click on backlog's option.
Try to put scripts back to scenarios folder in data.xp3 not patch.xp3 for the backlog. For the name thing I think they're in .tjs in system folder?
Try to put scripts back to scenarios folder in data.xp3 not patch.xp3 for the backlog. For the name thing I think they're in .tjs in system folder?
Yes, no problem with the names at the moment, names are in the file "nicknames.tjs" and I managed to fix that. I'll try to pack the scenarios in data.xp3 to test again the backlog thing. Thank you very much.
For the split lines, try adding the nickname command to
AllowedInlineCommands
in KirikiriScript.cs. (As mentioned in the README of this repository, Kirikiri typically requires some game-specific customization)Understood, thank you for your assistance.
Sorry for the second issue post in the same day, but I got this error in a game that I'm translating atm. Engine is Kirikiri Z core and the file format is .ks. I tried reading old issues and I know that error would appears because too many characters (as the message error says) and by changing some things like " / " to "/". I checked my xlsx and there's not that kind of errors (I also tried to limit the characters writen) but the process still stops always in the third script, script that, needed to say, I haven't worked in at all. Could you take a look on it please? This is the game just in case: https://vndb.org/v28644 and I'm also attaching my xlsx and original scripts. scenario.xlsx scenario.zip PD: Program still resambled the first two scripts, I repacked them and works perfectly (just some wordwrap errors, but I think that's because the difference between the characters in the line translated and the original).