Why?Can't get patch to work
Well that saved me going through it. Even if he's got a mod that highlight's the relevant chat... as well as a shedload of money. He's also got a lot more to do with "hidden cards" and going around humping all the other females. Shouldn't be that hard to do, especially with that mod in place too.You're looking at the wrong walkthrough. You need to talk to her in the morning in her room, then in the evening in the living room, the next morning she will come to your room. These actions must be repeated several times.
Ok, come on soYou don't have permission to view the spoiler content. Log in or register now.
Morning - her room
Evening - living room
Morning - your room
Evening - living room
Morning - your room
Night - porch
Thank You very much, finally i can continue my best girl story.You're looking at the wrong walkthrough. You need to talk to her in the morning in her room, then in the evening in the living room, the next morning she will come to your room. These actions must be repeated several times.
Ok, come on soYou don't have permission to view the spoiler content. Log in or register now.
Morning - her room
Evening - living room
Morning - your room
Evening - living room
Morning - your room
Night - porch
If you don't edit this line in the intro.rpy her name will revert to Linda during certain sections.
define Linda = Character("[Slutbag Linda_name]", color="#CC00CC")
You can't do replace all, which is an option in Notepad++ because of these types of lines of code. With Notepad++ I can replace every instance of "Linda" in an entire folder. But it breaks the coding and makes the game unbootable.
Movie(play="videos/Linda-EveningS3-Mouth6.webm", loop = True )
label CR3_MS0_label:
if renpy.loadable("patch.rpy"):
$ Linda_name = "Slutbag Linda"
$ Liza2_name = "Liza"
View attachment 537456
I can't find where to change it for the nighttime bedroom scenes.
View attachment 537457
The script to those scenes are in
game/scripts/wherever_the_scene_is_started/time_of_day_to_start_the_scene/scenes/abbreviation_for_character_version_and_scene_number.
So for example, the scene you took the picture from is in game/scripts/home/mc_room/night/scenes/ml_mc_room_night_scene3_v1.rpy
Generally, look for any folder that starts with "Ml" in the scripts folder.
You don't have permission to view the spoiler content. Log in or register now.
You should install a grep tool. google gnuwin32.I have been through that script already. It was easier to edit the no patched path. I can't find the equivalent of the one that I quoted earlier.
Oh wow, I changed the line in intro.rpy, jumped directly to Q Who's scene and didn't understand why I didn't have any problems. Makes sense nowYou should install a grep tool. google gnuwin32.
His awesome programmer changes it in MANY places:
scripts/home/salon/night/scenes/MLR2_NS1.rpy: $ Mom_name = "Linda"
scripts/home/mc_room/morning/scenes/C_R3_MS0.rpy: $ Mom_name = "Linda"
scripts/home/mc_room/night/scenes/CR4_NS1.rpy: $ Mom_name = "Linda"
scripts/home/ml_and_f_bedroom/morning/scenes/MLR3_MS1.rpy: $ Mom_name = "Linda"
scripts/home/ml_and_f_bedroom/night/scenes/NSB/ML_NS_sleep.rpy: $ Linda_name = Mom_name
scripts/gui/computer/scenes_gallery/scenes/SR2_ES1_rep.rpy: $ Mom_name = "Linda"
scripts/gui/computer/webcam_scenes/SR2_ES1.rpy: $ Mom_name = "Linda"
scripts/gui/computer/gallery_label.rpy: $ Mom_name = "Linda"
scripts/weekend_events/weekend_event_menu.rpy: $Mom_name = "Linda"
scripts/intro.rpy:define Linda = Character("[Mom_name]", color="#CC00CC")
scripts/intro.rpy: $ Mom_name = "Linda"
scripts/A_home/Outside/Entrance/M/a_home_outside_M.rpy: $ Linda_name = Mom_name
scripts/A_home/Inside/Living/M/scenes/Li_MAS2.rpy: $ Mom_name = "Linda"
scripts/A_home/Inside/Living/M/scenes/Li_MAS2.rpy: $ Mom_name = "Linda"
The command I used was:
grep -r Mom_name scripts | grep = | grep Linda
Preparing release isn't a simple work that can be done at any minute. Your suggestion leads to maintaining separate branches at the very least. I think people disrespect ICSTOR mainly because he can't just stay tuned. If one regularly breaks deadlines, well it might be understadable, work is finished when it's finished. But surely he can post some renders or animations (like Auril3D) in his blog or maintain interest to the game in some other way.I feel like icstor would get a lot less hate if he at least added something minor every other month. Just something in-between updates. For example the night scenes and wakeup scenes are all repetitive. Surely adding 1 extra night scene to random girl wouldn't take much and it'd at least give something to people. Like a new position, maybe throw in getting to bang one in the bath,etc. Lot of missed opportunities to add to the game without having to go ham creating entire new scenes/storylines.
Communications is not his forte, let alone giving animations as a sneak preview. He sometimes posts a render or two prior to release but that's about it. Over the past 18(?) months he's delayed the game a number of times and always comes up with excuses every time. That's what ticks people off! As a result he now refuses to give updates and says It's out when it's out.Preparing release isn't a simple work that can be done at any minute. Your suggestion leads to maintaining separate branches at the very least. I think people disrespect ICSTOR mainly because he can't just stay tuned. If one regularly breaks deadlines, well it might be understadable, work is finished when it's finished. But surely he can post some renders or animations (like Auril3D) in his blog or maintain interest to the game in some other way.
You have to follow Celias route far enough and the game will prompt you to go and talk with the therapist.
You need the crowbar from your garage, use it on the window at night or evening I think.
The most audacious (and amusing) part is he rarely feels the need to give excuses. Nearly everything is framed in a positive light, including delays. Even the "I was sick" part in the latest Q&A made it sound like him being sick was the reason he didn't write the Q&A earlier and that progress is not impacted....Over the past 18(?) months he's delayed the game a number of times and always comes up with excuses every time. That's what ticks people off!...
Don't forget that the update first was delayed from October.The most audacious (and amusing) part is he rarely feels the need to give excuses. Nearly everything is framed in a positive light, including delays. Even the "I was sick" part in the latest Q&A made it sound like him being sick was the reason he didn't write the Q&A earlier and that progress is not impacted.
You don't have permission to view the spoiler content. Log in or register now.These are just the examples of the two delays 0.7 went through so far. The same was true for 0.6's delays.You don't have permission to view the spoiler content. Log in or register now.
If I had any hopes or illusions about him getting his act together after his big coming out post in November, they'd be quenched already.
I just wish I was as smart as you are to be able to use that Thanks for the help. I appreciate it, however.You should install a grep tool. google gnuwin32.
His awesome programmer changes it in MANY places:
scripts/home/salon/night/scenes/MLR2_NS1.rpy: $ Mom_name = "Linda"
scripts/home/mc_room/morning/scenes/C_R3_MS0.rpy: $ Mom_name = "Linda"
scripts/home/mc_room/night/scenes/CR4_NS1.rpy: $ Mom_name = "Linda"
scripts/home/ml_and_f_bedroom/morning/scenes/MLR3_MS1.rpy: $ Mom_name = "Linda"
scripts/home/ml_and_f_bedroom/night/scenes/NSB/ML_NS_sleep.rpy: $ Linda_name = Mom_name
scripts/gui/computer/scenes_gallery/scenes/SR2_ES1_rep.rpy: $ Mom_name = "Linda"
scripts/gui/computer/webcam_scenes/SR2_ES1.rpy: $ Mom_name = "Linda"
scripts/gui/computer/gallery_label.rpy: $ Mom_name = "Linda"
scripts/weekend_events/weekend_event_menu.rpy: $Mom_name = "Linda"
scripts/intro.rpy:define Linda = Character("[Mom_name]", color="#CC00CC")
scripts/intro.rpy: $ Mom_name = "Linda"
scripts/A_home/Outside/Entrance/M/a_home_outside_M.rpy: $ Linda_name = Mom_name
scripts/A_home/Inside/Living/M/scenes/Li_MAS2.rpy: $ Mom_name = "Linda"
scripts/A_home/Inside/Living/M/scenes/Li_MAS2.rpy: $ Mom_name = "Linda"
The command I used was:
grep -r Mom_name scripts | grep = | grep Linda
Go to sleep and the option will appearPlease help with caroline route.
She said is should meet her outside at night..i cant found her.
Already checke videoa on youtube and walktrough..but she is not outside and the place she should be when night outside .
Please help..thank you
currently it's not, this outcome will depend on the hopefully currently developed Sarah Update (we still wait for proof as he keeps playing his delaying games once again) and a future Linda update.Re: to add to this message (if anyone has any idea), is the max relationship you can get with the 3 characters a 5/5 or with some is it a 3/5 ? I'm asking because I'm not sure if the Harem ending is possible. I'm at 5/5 with Caroline but 3/5 with Sara and 3/5 with "mom".
Any feedback would be appreciated.
What mod?if you use the mod you can set money to $9999 and it has a walk though for everyone
That's the end of the game. You've completed everything and nothing new to progress that storyline has been added.I got to the point of the game that offers me a Harem Route if I've achieved certain levels with the three ladies. I have those achievements yet it won't let me proceed. Suggestions?
I don't remember anything about a best pal being added, BUT if it's a HOT BABE that gives access to MANY more HOT babes then I'll be OK with it.What's that shit about him adding a best pal for the MC since the beginning of the game? Is that for real or have I misunderstood something?