Deleted member 406005
Well-known member
- Joined
- May 9, 2019
- Messages
- 222
- Reputation score
- 445
I wish there was a facepalm emoji reaction for use...Is there a fix for the problem of the black screen when having sex with riko? Does the unpatched version have the same issue? I'm gonna wait for the full patch anyway but just to be sure.
; shared instructions:
[macro name="talk"]
[er]
[iscript]
// ** name:
// check if it is defined, if not - leave empty:
mp.name = mp.name || "";
// check font color, if not defined - set white:
$(".new_name_area").css({
color: (mp.name_color && mp.name_color.match(/^(0x|#)(\w{3}$|\w{6}$)/)) ? mp.name_color.replace(/^(0x|#)(\w{3}$|\w{6}$)/, '#$2') : "#FFF",
});
// ** message:
// check font color, if not defined - set white:
mp.message_color = mp.message_color || "0xFFF";
//check if screams:
mp.font_size = String(mp.screams).toLowerCase() === 'true' ? 40 : 26;
// should say or remain silent:
mp.message = mp.message || "";
// message with fading:
if(mp.message.startsWith('{\\fad')){
mp.message = mp.message.replace(/^\{\\fad\(\d{1,4},\d{1,4}\)\}/, '');
}
// multiline message:
if(mp.message.match(/\\N/)){
mp.multiline = true;
var split = mp.message.split('\\N');
// make message to have max two lines
if(split.length > 2){
for(var i = 0, len = Math.floor(split.length / 2); i < len; i++){
var one1 = split.shift();
var end1 = split.pop();
var one2 = split.shift();
var end2 = split.pop();
split.unshift(one1 + (one2 ? ("\u00A0" + one2) : ""));
split.push((end2 ? (end2 + "\u00A0") : "") + end1);
}
}
mp.msg_split = split;
}
[endscript]
; font setup:
[font size="&mp.font_size" color="&mp.message_color" bold=true]
; ** send it:
#&mp.name
[if exp="mp.multiline"]
[emb exp="mp.msg_split[0]"]
[r]
[emb exp="mp.msg_split[1]"]
[else]
[emb exp="mp.message"]
[endif]
;
[endmacro]
Bug Report:
Soft lock in 1.04 when going to Rina room for sex. It plays just fine until you get to the point where you suppose to choose position.....but positions never appear so it just repeat video of her lying there.
The funny thing is, untranslated 1.04 has a different bug....some video and cg for Rina during day doesn't show up at all, but you can have sex properly until the end at least where it then freezes at black screen.
Your translation actual fixes the bugs in the original but adds in the Rina sex bug. Riko works just fine on all fronts and I hadn't gotten stats up for Shizue to test see if her stuff works.
This was caused by a " " where it doesn't belong and is fixed.So the main bug was in Rina room for sex, i just try many time it won't work when the translate data include. but when i try on original that just for fine
Because it's not implemented. You can use the .ass and play the opening with your desired player stand alone.why there's no any subs when the video are playing in-game?
Same problem with game ver. 1.04 and translate 1.04, having sex in riko's room leads to a black screen in side or misionary. Ty for the translate anyways, is normal having all the movies unlocked?
This was caused by a " " where it doesn't belong and is fixed.
This is using your savegame:Maybe it's because I passed sakuraku in rock,paper,scissors. attached my save file.
[glink color="pink" size="15" x="20" width="150" y="&tf.taii + 50" text="Missionary Position 1" target="*rina_room_movie" exp="tf.posture=0"]
This was caused by a " " where it doesn't belong and is fixed.