- Sep 3, 2022
- 25,420
- 220,155
No, that is the incest patch.Sorry for the question, but is this patch a bug fix? I downloaded the version from the "DOWNLOAD" area on the home page.
No, that is the incest patch.Sorry for the question, but is this patch a bug fix? I downloaded the version from the "DOWNLOAD" area on the home page.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
Maybe you want to upload that final version to f95I'm uploading a whole new version of the game altogether, a "v1.0b".
a question please, is this the final version you were talking with the developer about?I have updated my compressed links, as all but 1 was dead, enjoy![]()
I'll read subtitles if it's a Don Lee movie.Sometimes I think I am the only guy in the world who watches foreign language movies with subtitles, lol.
Ya, mija is an affectionate term for daughter.. for a male it's mijo. Similar to the proper Spanish terms for son and daughter - hijo and hija. (pronounced ee-ho and ee-ha) As with a lot of Latin languages, an 'a' on the end usually means it's feminine and an 'o' means it's masculine. Even Italian (nonno - grandfather, nonna - grandmother)
Personally, I for one enjoy the polyglot of language used in this game. The only places I would change things are in some of the sentences that were all Spanish. Those are too much for this audience, IMO. But the affectionate terms and the swearing... please leave that option in. It's very realistic and reminds me a lot of being in the home of my GF down in Costa Rica, where everyone spoke English and Spanish mixed together.
Thanks. I knew this already and I edit scripts all the time, but it would still be nice to have the name change option. Especially now before the game evolves. Sometimes there's dialogue that doesn't use the above name variable so just changing the script or relationship rpy misses it. Other times, the devs start to fork the script file off into multipart segments for chapters, etc. The best options I see are games that assign multiple character name variables for each character in the game. Like "mc" for the main use of their name, "MC" for all caps (Shouting), "mc_pet" for some affectionate pet name, etc. Even if they don't use those variables at this stage of the game, these devs put them in for future use. That's good coding IMO.
I had to copy the original ep3.rpy in for the scene and then replace it with the patched ep3.rpy to get past that scene without bugs.So I can't find any mention of this, but there seems to be some mislabeled images in "...\game\images\Ep3\". Basically, all the "Ep3Morn..." need to have the "Ep3" bit removed. So "Ep3Morn1A3.webp" needs to be changed to "Morn1A3.webp".
If it's not done, the first few images will be found in another folder but they're the wrong images, then at Morn1G.webp, it'll just crash.
Edit: Actually, scratch that, all that did was prevent the crash. But the subsequent images were wrong. Instead I had to revert the name changes and then change the Ep3.rpy file. Here's what I changed them two, including the line directly before and directly after:
You don't have permission to view the spoiler content. Log in or register now.
It seems that without the renaming, the engine was picking files from a different folder, and I'm not entirely sure why.
Would you mind confirming I'm correct, and if so, adding it to the installation instructions or otherwise editing the source files to not need it?