• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

vimmers

Engaged Member
Aug 12, 2017
3,694
3,046
I see you replace "return False" with "return True". So in that case can't you also just remove the unneeded logic? I'm no python expert but still :LOL:

def check_achievement(str):
return True

def get_achievement(achLabel):
return True
i didn't mess with DM's scripts
i just found out that i could replace false with true
in 1 place in eps1 and eps2
and
2 places in eps3 and eps4
the last line in eps4 i just added true to the line
but i haven't testet that video yet
cos i don't want to spoil myself
and i don't know which gallery picture there are a video

this is how the original file looks

init python:
if persistent.achievements is None:
persistent.achievements = {}

def check_achievement(str):
if str in achievements_labels:
achLabel = achievements_labels[str]
if (achLabel in persistent.achievements) == False:
persistent.achievements[achLabel] = True
# renpy.save_persistent()
print "Achievement reached!"
return True
return False

def get_achievement(achLabel):
if (achLabel in persistent.achievements and persistent.achievements[achLabel] == True) or debugMode == True:
return True
return False

def check_shake_achievement(video_filename):
shake_img = re.search(r'shake\_(\d+)', video_filename)
if shake_img != None:
check_achievement("img_" + shake_img.group(1))
return







#
 

Alea iacta est

Well-Known Member
Nov 16, 2019
1,785
4,343
I like Fred too. Just not Monica when she is around him lately.;)
Yeah she is too sweet with this Fred.

I remember him rearranging the guts of a random girl (shopkeeper) during episode 1 and then Betty ... This is the Fred I like it, ruthless and in the same way professional!!

I feel this Fred story will end up in some horrible romantic, pro-orgasm ends for Monica.

I urgently need Monica to be put in jail to properly serve the unlucky boys in there.
 

vivaloveyou

Member
Jul 22, 2021
418
444
I've only played season 1 of this visual novel, after that I played season 2 and gave up because the sandbox was annoying, and now I find out that it's been updated to season 4... is the sandbox play friendly?
 
Jul 13, 2022
176
223
You're the one calling her options slutty. That's not quite true. She is choosing the more hardcore options because she sees some goal she can achieve or some money she can make from having ever more hardcore sex. Doing more hardcore acts is not slutty. Slutty can be one woman being in a sexual relationship with 5 different men and just having missionary sex with all five at different times. A woman in a sexual relationship with one guy but does anal, atm, watersports or hard BDSM just with her partner isn't a slut. She may be crazy but not a slut.

Whether Monica's outlook on her sexuality is realistic or not is in the eye of the beholder. We obviously disagree. That's fine. The only reason I got involved in this discussion was when you were claiming it is objectively poor writing that Monica wasn't acting as you would like. It is subjectively poor to your mind and many agree with you. However many like me don't.

I'm not going to change your mind anymore than you will change mine. I'm happy to leave it here and agree to disagree.
your point of view is also fine, but that makes the game is a lineer game. there are options, paths for a reason. So if dev is aligning with you, no matter what player chose, monica's character will stay same all the time.

there is a way to satisfy both point of view, its called multiple choice. that's what makes the visual novel, visual novel. so your monica can be non-slut according to your playthrough, and my monica can be slut according to my choices.

by this logic whatever hardcore option player chooses, their choices are not matter its only cosmetic. Actually whatever satisfies the player is the corruption concept, not the sex itself. people play to see how corrupt the characters can become by their choices when they play porn vn. you can also play the purest path if the game allows that's fine, but you can't deny that most people play it for basically this reason.
 
  • Like
Reactions: Gerwazy and EraRamp
Jul 13, 2022
176
223
No, it doesn't need to change. It needs to stay the same. That's the theme of this game.
Is it something Dev stated/said in the beginning like set the boundaries like this for the entirety of the game ? I don't see this theme in the description.

Mate, this is a good quality porn visual game that includes multiple choices, paths and options etc. According to your choices and playthrough it can stay exactly the same, like you wanted. And it should be different according to my choices and playthrough. Why "it needs to stay the same" ?

I didn't mean when I say "it needs to change" that like "it needs to change for good for everyone", I meant "it needs to change according to choices and paths"

If there are hardcore options to choose in the game, people selecting them to see a change.
 

Nandini10905

New Member
Jul 6, 2021
13
0
Can somebody tell me what I'm doing wrong after making deal with steve it says after a day ask Victoria but nothing is happening
 

vimmers

Engaged Member
Aug 12, 2017
3,694
3,046
But when I talk to Victoria nothing happens
from your save go home and clean the house
that trigger a bardie event
do that. then go to sleep or do other things you normal do in the evening
when you wake up next morning.
monica says i have to check if steve kept his word
now u can go to victoria

an advice for later don't buy the dress or you miss a good potion of the gameplay
also next time you are stuck, do other quests they can trigger the one you are stuck in
 

Ostego

Well-Known Member
Jul 30, 2018
1,654
2,874
- -

1715624073022.png

Dev Report

Hey everyone! Here's the latest news: we're almost finished with the artwork for the upcoming EP4 Choices and Consequences (v7) update! Starting next week, we'll start posting spoilers for the new scenes so you'll be aware of what to expect.

Monica continues her movie career! One of the scenes in the new update will be about the filming process.

So, as always, get ready for sizzling content.

1715624150852.png
 
Last edited:

Alea iacta est

Well-Known Member
Nov 16, 2019
1,785
4,343
- -

View attachment 3631224

Dev Report

Hey everyone! Here's the latest news: we're almost finished with the artwork for the upcoming EP4 Choices and Consequences (v7) update! Starting next week, we'll start posting spoilers for the new scenes so you'll be aware of what to expect.

Monica continues her movie career! One of the scenes in the new update will be about the filming process.

So, as always, get ready for sizzling content.

View attachment 3631230
My Queen
 

Bobijunior

New Member
May 7, 2020
7
1
when i change the achievement.rpy code, i change at the last line From False to True, when i play game, it did unlock gallery, but when i open it, it said "KeyError:u'bubble.tag_properties' " how can fix this?