Yes, it's a good game. I recommend grabbing the walkthrough so you know where people are at different times (also good to know what relationship scores are needed). If you want to have incest you need to get the patch (somewhere on the last page or 2).Is this game worth checking out? Does it have good content and is incest an option? thx in advance
It's an awesome game, there will be an update in a few days and you can unlock incest by extracting the mapping.xml into the folder where the .exe is.Is this game worth checking out? Does it have good content and is incest an option? thx in advance
its still the same and i'm not sure why. i'll probably wait for the next update to see if i still encounter that i guess.Try downloading again from hereYou must be registered to see the links
We need to brace ourselves for impact! XDAbout 48hrs to go before all the questions start again
I've tried this game 2 times and didn't like it. Somehow not my cup of tea.Question anybody played My Legacy ?? whats ur opinion ? about it
The information in OP is outdated. This was the case before the Patreon incident. Right now we use the mapping.xml as a mod to revert the changes the dev was forced to make. Since you don't like incest you have to edit this file to your liking, which is really easy. I'm pretty sure someone posted a 'step-family' version a while ago in this thread if you don't want to do it yourself.This may have already been addressed, but there's no way in hell I am reading through 400 pages worth of posts. Egads! So the OP makes it sound like I can opt between having the characters be blood relatives or step-family. Which I effing love. Cuz...seriously. The incest stuff? Just, no.
Anyway, back to the matter at hand.
So I started my game, but there was never an optional point that I observed. I was just relegated to "Tenant" with the mother being Landlady and the sisters being roomates. Is there a way to make them step-family? Ami doing it wrong?
Rhetorical question. I am obviously doing it wrong. Now how do I do it right?
In that case just delete the mapping.xml fileSince you don't like incest you have to edit this file to your liking, which is really easy
No, he was asking about a step-family version. You need the mapping.xml for that.In that case just delete the mapping.xml file![]()
Sorry, must not do two things at the same timehe was asking about a step-family version. You need the mapping.xml for that.
Making a step version of the xml is pretty easy, just search and replace with some sed magic:Is there a way to make them step-family?
s/sister/stepsister/
s/daughter/stepdaughter/
s/mother/stepmother/
s/mom/stepmom/
s/(sister|daughter|mother|mom)/step\1/
Actually, it doesn't work like that: each character has a two "roles", one for her relationship towards the MC and one for the MC's relationship towards her.Much appreciated, though it could stand with a bit of fine tuning. The daughters call her stepmom too. Is it possible to adjust it so THEY call her mom, but the MC still calls her Claire(Rather than Stepmom)? Not that i'm asking you to do it(though I certainly wouldn't object). I'll do it myself, or try to at least if it's doable at all.
Edit: Actually I think I just did it. A lot easier than I initially thought it would be. lol
Talks I had with other devs they said their respective games will remain as is, but they had to clean up their Patreon pages, Patreon doesn't seem to know what their doing! The other devs did talk with Patreon. Like I said 'm not out to attack any dev, I from the school of punk so I say things to be honest, but try to be respectful as I say it. Except when it comes to Patreon they can go get f****d :tf:A few pages back FaerinYou must be registered to see the linksthat he had aYou must be registered to see the linkswith Patreon about the game itself and they told that it also had to change. Maybe at the moment other developers are lucky, but one complaint and Patreon will probably play the game itself and sees that it doesn't comply. It seems stupid if there new rules only applies to the public part of the page on their site.
The hack in this game is the solution. The developer can claim that his game follows the rules. A developer can't be responsible for what others do. The hack is pretty simple, just placing a mapping.xml file in the same directory as the game executable. It can also be used to create other scenario's as well.
I'm not into the pregnancy stuff, but up until that point (pretty much just the ending) it was a pretty good game. What I found really amazing is the character development that I hadn't seen like this before, they're still the same characters, but with completely different personalities and (at least for me) it gets the dom/sub roles right. You can be dominant without treating your girls like worthless cumdumpsters. I'm sure there are enough people who are into this aggressive kind of roleplay and that's ok, but it's not for me - I like to treat my girls like pets rather than wortless slaves.Question anybody played My Legacy ?? whats ur opinion ? about it
Since Im "bloody Rookie in Coding" i took this oportunity to play around, Actually I opend the mapping.xml file with the editor and changed their relativity to each other saved it back as xml and it was done.! worked fine 4 me (anyway just in case i downloaded the xml file from this forum )Sorry, must not do two things at the same time. You're right.
Making a step version of the xml is pretty easy, just search and replace with some sed magic:
Or even simpler:Code:s/sister/stepsister/ s/daughter/stepdaughter/ s/mother/stepmother/ s/mom/stepmom/
Ok, looking through the file it is even easier to just do it by handCode:s/(sister|daughter|mother|mom)/step\1/. Attached a step version. However doesn't step not imply at least partly blood related? And so is incest as well?