- May 15, 2018
- 397
- 2,458
Sorry, but do you know a link to the raw game?After specific request here's a SLRMTL for v1.1.
This is not a proofread format please do not use this for a Game-Release thread.
Known issues:
Picture based text not translated.
Installation:
Change your system locale to Japanese(Japan) to rule out unicode errors. Locale Tutorial
To apply this translation you need to extract the game first. Extraction Tutorial
Then you can just extract the SLRMTL to your game folder and overwrite.
If you experience a crash, game-breaking bug, or seriously broken text please post me a screenshot and a short description when it happened. Providing a save just before the problem occurs would drastically increase the speed of the fixing process.
You can basically always assume that the raw Japanese source used for one of my translations is hentai-sharing.Sorry, but do you know a link to the raw game?
is there a way to change the font ? because it hard to readAfter specific request here's a SLRMTL for v1.1.
This is not a proofread format please do not use this for a Game-Release thread.
Known issues:
Picture based text not translated.
Installation:
Change your system locale to Japanese(Japan) to rule out unicode errors. Locale Tutorial
To apply this translation you need to extract the game first. Extraction Tutorial
Then you can just extract the SLRMTL to your game folder and overwrite.
If you experience a crash, game-breaking bug, or seriously broken text please post me a screenshot and a short description when it happened. Providing a save just before the problem occurs would drastically increase the speed of the fixing process.
I didn't change the font. That's the original one. I probably just reduced it's size to prevent word wrapping issues. (I'm not sure. It's been 5 months since I worked on this.)is there a way to change the font ? because it hard to read
Font.default_name = "PutFontNameHere"
Font.default_size = PutSizeNumberHere
Thank you, i'll try it.I didn't change the font. That's the original one. I probably just reduced it's size to prevent word wrapping issues. (I'm not sure. It's been 5 months since I worked on this.)
If you want to change the font, or the font size, in VX Ace you would need to either decrypt the Scripts.rvdata2, or use the official Ace editor (There's crack versions around.) and change the "Main" section of it. (Scroll all the way down in the Scripts window of the editor.)
In there you can add, or (if they already exist) change, these 2 entries:
That works most of the time.Code:Font.default_name = "PutFontNameHere" Font.default_size = PutSizeNumberHere