Create and Fuck your AI Cum Slut –70% OFF
x

Carapeto

Newbie
May 20, 2020
93
28
114
Friends, there isn't a Mac version that actually works. The older ones stopped working. Is there a verified Mac version that works? Thanks in advance.
 

DJohnny

New Member
Jul 26, 2018
6
3
126
Again I think the main issue people are having is that they somehow only talked to Lia about renting the photo studio after they had money. In order to trigger the conversation where she recommends that you start your own channel, which is what starts the Mr. X stuff, you have to have $0 when you talk to her about either renting the studio or buying the cable.


1) If you aren't locked out of Roulette, you can intentionally lose all of your money playing that. Then go talk to her about renting the studio.

Otherwise, you are probably going to have to enable the dev console.
(Either download one of the Unren programs on F95 in the tools section, or paste this in a program like notepad and save it in the "game" subfolder as any name with an ".rpy" extension:
Code:
init 999 python:
    config.console = True
Once you've enabled that and opened the console in your saved game (SHIFT + O), choose 1 of these three options:

1) type "credits = 0"
That will zero your money then go talk to Lia about renting the studio.

2) type "jump lia_talk.webcam_chanel"
That will launch the conversation that activates the quest to start a webcam channel, regardless of how much money you have.

3) type "$ npc['hero'].task_activate('hero1')"
That will just open the quest without talking to Lia. Head straight to your computer in the Evening and you should be able to make the Mr. X account.
This should be added to the main window as a fix. It worked perfectly for me!
 

King Dong

Member
Jun 19, 2017
239
202
256
So, I used the phone to rename the MC, but they call me "Derek" all the time anyways. Is there a reasonable way to change this (without using the incest mod that has renaming)?
 

jonquilnatrix

Member
Feb 27, 2024
282
1,530
229
So, I used the phone to rename the MC, but they call me "Derek" all the time anyways. Is there a reasonable way to change this (without using the incest mod that has renaming)?
Just save this as something like "zrename.rpy" in the "game" subfolder. Then when you change a name in the phone it will change it everywhere. (Well mostly everywhere, obviously it won't do anything to images where "Derek" appears like on the airport sign or possibly certain screens like the card battle one.)

Code:
init 1 python hide:

   translate = renpy.translation.StringTranslator.translate
   __renpy__dict__ = _dict
   __renpy__list__ = _list
   def namepatch(self, t):
        t = t.replace("Derek","[npc['hero'].name]")
        return t
   renpy.translation.StringTranslator.translate = namepatch
   del namepatch
You can rename additional characters if you choose to do so, just add it to the above file being sure to line things up under the Derek replacement line (USE SPACES NOT TABS).
t = t.replace("Lida","[npc['lida'].name]")
t = t.replace("Anya","[npc['anya'].name]")
t = t.replace("Olya","[npc['olya'].name]")
t = t.replace("Ivan","[npc['ivan'].name]")
t = t.replace("Gulya","[npc['maid'].name]")

I think everyone else just uses an lower case version of their name as their NPC variable except Rita = agent, Russian Dean = rdean, Doctor (from intro not Vanessa) = doc.
 
2.70 star(s) 77 Votes