Old saves being compatible is most likely due to extensive bug-testing by myself and Howl catching anything that slips through the cracks.WT updated
took me a bit - dev yet again rewritten fucking everything, changing half of dialogues, variables and scripts
it's absolute miracle old saves still work somehow
None of the love interests will be forced on the player, you'll have choices to pursue or not.
Same goes for most of the fetishes, including femdom and lesbian, there'll be choices that'll allow you to avoid those. I plan to have the dialogue in the ramp-up to the choice make it pretty obvious what's in the scene. Femdom, for the record, is planned on being pretty light.
There is, but it's a bit technical. Maybe it's something that Danv can include in his mod.Is there anyway to change the nicknames for Cherry and I? Darling and Dearest just.....
sure, why notThere is, but it's a bit technical. Maybe it's something that Danv can include in his mod.
In the chapter1.rpy file there are two variables that get defined during your choice to enter an actual relationship with Cerys or not, "darl" and "drst", defined as Darling and Dearest. The variables are used in place of the words for the rest of the story as far as I can tell. The rpy file you need is buried in the archive.rpa file normally, you either need to unpack it, use Game Resource Viewer to copy it out, or use Danv's WT mod which has it pulled out.
If you want to use this WITH the mod, you have to get his mod and modify his file.
Replace:
With:Python:$ darl = "Darling" $ drst = "Dearest"
This should allow you to set whatever name you want. I haven't comprehensively tested every location this is used so it may or may not be correct and it may or may not cause errors, but it did work in the sex scene the next morning after setting the relationship. Also the text is red and a bit hard to read when entering it, but it worked.Python:python: darl = renpy.input("Enter Cery's nickname for [pc_name] (Default is Darling)") darl = darl.strip() if not darl: darl = "Darling" python: drst = renpy.input("Enter [pc_name]'s nickname for Cerys (Default is Dearest)") drst = drst.strip() if not drst: drst = "Dearest"
You da man, thankssure, why not
added button next to "rename MC"
i doubt it will be the last we see off him,and that scene is in no way a indication that the dev intends to rid of him in the narrative sense , i suspect he will have some kind off role to play later down the line.I appreciate that the dev used the opportunity of the attack to resolve the conflict between MC and Cadwgan AKA the annoying brother and get rid of him in the narrative sense. I always feel his presence at odds with the overall direction of the story and the dynamics of the main characters, so it's good to see the problem solved smoothly.
for sure for sure, what I actually mean is that from the scene in the latest update, he doesn't strike me as a villain potential anymore, perhaps things may change in the future story, but I'm sure hope not, as we already have some potential hurdles lining up.i doubt it will be the last we see off him,and that scene is in no way a indication that the dev intends to rid of him in the narrative sense , i suspect he will have some kind off role to play later down the line.
if that is the same as his current role ,or something bigger remains to be seen.