RPGM [RJ01392116] [komukomuclub] Voluptuous Sister - Lewd Service Life in Another World / むちむちシスター 転生先でどスケベご奉仕ライフ

fantasmic

Active Member
Modder
Nov 3, 2021
507
1,277
318
Made an SLR patch, but the text wrapping is a bit off, can't figure out how to fix:
The issue in this game is that while the message window has the standard 4 lines, the in-game display is limited to 3. The fourth line is still there, so only the top of letters are visible if there's any text in it. Solutions are:
- Go through the project and manually edit any 4-or-more line messages down to 3.
- Go through the project (or write some kind of script) to add an empty line after Line 3 in any message with 4 or more lines. SLR is programmed to add a new message window if the cell is 5 or more lines, so the empty line will force it make a new window out of the new line(s).
- Change the font to something more condensed. <-- Recommended.

To change the font in MV/MZ games, add a font you like to the [fonts] folder, then change [gamefont.css] if present or modify the FontFilename in [data/System.json]. Sometimes a game will have a gamefont file but still need you to change it in system.json. It's best to do this before wrapping text.

I've attached my translation for the game. It's also just a basic SLR using Sugoi, but I've modified the font to something which fits better and fixed the achievement menu and popups. It could definitely use a bit of polish, but I'm not as into this game as I had hoped.