What's new

RPG NTR [Makura cover soft] 魔剣士リーネ2/ Leane of Legitimate Crown (RJ194521)


Re: [Makura cover soft|SLG]Leane of Legitimate Crown

I have to say that this seems like one of those games that deserve a full translation but at the same time it seems to be quite a bother, you can be hyped a bit because of how it seems but it every day that goes away means that the wait is even longer XD.

The gameplay seems good, the characters too, the art quite well and the mechanics i love it.

I truly hope that it's the last time they "kick away" the deadline.
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

Well, to distract from the more depressing stuffs, let's speculate what sort of status images there'll be

To remind anyone else, this is the relevant bit from the trial's script for the girl's status window
var num = 0;
if(obj.isLover >= 2)
{
num = 11; // 主人公と結ばれた
}
else if(obj.pregnant >= 150)
{
num = 10; // 妊娠7ヶ月目以降
}
else if(obj.pregnant >= 90)
{
num = 8 + (obj.babysCount > 0); // 妊娠4ヶ月目以降 + 出産経験あり
}
else if(obj.sperm > 0)
{
num = 6 + (obj.babysCount > 0); // 性体験あり + 出産経験あり
}
else if(obj.favor > 50 && obj.strip > 600)
{
num = 2; // 愛撫等の経験がそれなりにあり
}
girlLayer.loadImages("bed_" + obj.img + "_" + num);

To explain: It picks out whichever is the 'highest' tier picture and show that.
From the top:
0 = default image (i.e. none of the below)
11 = married/lover to MC
10 = 7 months pregnant
9 = 4 months pregnant + had given birth before
8 = 4 months pregnant
7 = have had sex + given birth
6 = have had sex
2 = have been harassed a lot (50+ points in harem, 600+ points in strip/enemy captive) but still virgin.

However, in the folder there's files for 0-6 (7-11 isn't there is fine since neither pregnancy nor marriage is supposed to be in trial)

So what do you think 1/3/4/5 images might be? Or it's all blanks since author might've just dropped whatever was there?
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

Probably different levels of harassment.
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

Well, to distract from the more depressing stuffs, let's speculate what sort of status images there'll be

To remind anyone else, this is the relevant bit from the trial's script for the girl's status window
var num = 0;
if(obj.isLover >= 2)
{
num = 11; // 主人公と結ばれた
}
else if(obj.pregnant >= 150)
{
num = 10; // 妊娠7ヶ月目以降
}
else if(obj.pregnant >= 90)
{
num = 8 + (obj.babysCount > 0); // 妊娠4ヶ月目以降 + 出産経験あり
}
else if(obj.sperm > 0)
{
num = 6 + (obj.babysCount > 0); // 性体験あり + 出産経験あり
}
else if(obj.favor > 50 && obj.strip > 600)
{
num = 2; // 愛撫等の経験がそれなりにあり
}
girlLayer.loadImages("bed_" + obj.img + "_" + num);

To explain: It picks out whichever is the 'highest' tier picture and show that.
From the top:
0 = default image (i.e. none of the below)
11 = married/lover to MC
10 = 7 months pregnant
9 = 4 months pregnant + had given birth before
8 = 4 months pregnant
7 = have had sex + given birth
6 = have had sex
2 = have been harassed a lot (50+ points in harem, 600+ points in strip/enemy captive) but still virgin.

However, in the folder there's files for 0-6 (7-11 isn't there is fine since neither pregnancy nor marriage is supposed to be in trial)

So what do you think 1/3/4/5 images might be? Or it's all blanks since author might've just dropped whatever was there?

Could it be different stages of their clothing being torn like in the first game? Like when they initially get captured?
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

Could it be different stages of their clothing being torn like in the first game? Like when they initially get captured?

Nope, those are different set altogether :v also #2 in the file is already down to underwear.
This is specifically for the sexual status window (virgin/experienced, how many times they've had sex with someone, children birthed, etc)

At least 2 more I can see happening are:
1. The harem get up (like if they've devoted themselves to the king)
2. The 'slave' get up (after converted to enemy side)

Although those would requires they've had sex...which means 6/7 would take precedence...

And a rather big 'maybe' is if they've equipped succubus bracelet (an item not available in demo, not even if I cheated it in, but in the captive section of the code, having it equipped cause that process to go waaay faster)
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

Dev just posted said release is postponed till end of this month. Here we go again. At this point I dont know if I should pirate the game cause of this bullshit or support him lol.

that's not it works. you support it if you like it, not because of delays. this isn't no man skies. you aren't paying for a pre-order. you pay for it when it is out. even if it gets delayed again and again, you aren't losing out on money.

though i'm sure you already made up your own mind if you are paying or pirating already.
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

Dev just posted said release is postponed till end of this month. Here we go again. At this point I dont know if I should pirate the game cause of this bullshit or support him lol.

I was right afterall :cool:

It's the same pattern for this dev all the time :V
announced update/release by the mid of a month but delay it till the end of it, then never release anything or say anything until the 3th~5th of the next month and explained something went wrong and the cycle continue.

Who want to bet it's going to be the same this time?;)
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

So what do you think 1/3/4/5 images might be? Or it's all blanks since author might've just dropped whatever was there?

I fear that the truth on this matter is far more boring than the potential for speculation. The 1/2/3/4/5/6 images are used in the Harem screen, when trying to get a girl out of the Harem. The code which determines which one to use is in the spoiler.

@eval exp='tf.i = (game.curChara.favor > 110) + (game.curChara.favor > 140) + (game.curChara.sperm > 100) + 1'
@eval exp='tf.i = (game.curChara.favor > 110) + 5' cond='game.plNation.tyrant.frustration >= 1000'

Basically the code determines the status of the tyrant with a girl and the tf.i variable is used to select the appropriate graphic - as well as text, and outcomes for asking the girl to be released. The first statement determines things in normal times, making images 1-4 Harem progression images when there is a prospect the girl can be released. Images 5 and 6 are Harem images when the Tyrant is pissed off and so the girl has no prospect of being released.
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

I fear that the truth on this matter is far more boring than the potential for speculation. The 1/2/3/4/5/6 images are used in the Harem screen, when trying to get a girl out of the Harem. The code which determines which one to use is in the spoiler.

@eval exp='tf.i = (game.curChara.favor > 110) + (game.curChara.favor > 140) + (game.curChara.sperm > 100) + 1'
@eval exp='tf.i = (game.curChara.favor > 110) + 5' cond='game.plNation.tyrant.frustration >= 1000'

Basically the code determines the status of the tyrant with a girl and the tf.i variable is used to select the appropriate graphic - as well as text, and outcomes for asking the girl to be released. The first statement determines things in normal times, making images 1-4 Harem progression images when there is a prospect the girl can be released. Images 5 and 6 are Harem images when the Tyrant is pissed off and so the girl has no prospect of being released.

Habisain strikes again. :D
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

There is something i still don't get: after one of your girls is captured and NTR'd she switches sides. Is it possible to defeat and return her by your side at that point?
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

There is something i still don't get: after one of your girls is captured and NTR'd she switches sides. Is it possible to defeat and return her by your side at that point?

it was possible to get them to rejoin your side. i'm not sure if any one perma-stayed on the enemy side once captured.

i do know you lose the blue haired priest permanently if she gets captured in a monster cave.
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

it was possible to get them to rejoin your side. i'm not sure if any one perma-stayed on the enemy side once captured.

i do know you lose the blue haired priest permanently if she gets captured in a monster cave.

Yeah I dunno about anyone else but you could always convince the main girls to switch back.
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

so im guessing the final trial never came? :(
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

any news?

Nah. The final demo they said would come out over 2 weeks ago never came and there are only 9 days left in the month. I don't have much hope anymore.
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

My only lost hope is about the translation, not on when it will be done but on whether it will be done at all.
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

My only lost hope is about the translation, not on when it will be done but on whether it will be done at all.

depends on what you're talking about. the menus will probably be translated at some point so it will be playable. if you're talking about a full translation with the story and dialogue that's never going to happen.
 
Re: [Makura cover soft|SLG]Leane of Legitimate Crown

Update. Delayed to December. Big shock, I know.
 
Last edited:
Back
Top