- Jun 30, 2018
- 3,379
- 9,116
- 728
ups - i didn't say anythinghaha the more I read this thread sounding like be better to wait till next update to play all the chapters i've skipped. Sounding like some promising things should happen or start to
ups - i didn't say anythinghaha the more I read this thread sounding like be better to wait till next update to play all the chapters i've skipped. Sounding like some promising things should happen or start to
oh - and what i forgot to mention:Oh my god so much this. The game is at is best in the slice of life/ date parts. But the heist stuff drags it down with how stupid it is.
Also it wouldn't be as bad if we where exclusively robbing super rich douchebags but I couldn't help but feel we where just assholes robbing that jewelry store.
Make out with her and she make out with Ariel too, and probably next update something interestingHow about Bella
That's a HUGE teaser. Since this update already was absolute fire I can't imagine how the next one will be even better. (if Vivian has a "certain" part in it again it'll be great anyways.it will be even better next update
That's a HUGE teaser. Since this update already was absolute fire I can't imagine how the next one will be even better. (if Vivian has a "certain" part in it again it'll be great anyways.)
Some of you guys' obsession with 19 inch dicks needs to be studied.Punk chicks, fat chicks, mini games, mini dicks, and constantly autoforwarding through the good parts. Oh, how the mighty have fallen.
You're right. The only number bigger than 4 is 19. And I am certainly obsessed.Some of you guys' obsession with 19 inch dicks needs to be studied.
Awesome! TYVM for your mod! Any time frame for your update?Edit: Updated for P2 ep4 v0.0.4b
I've made a Mod for this game
Features:
- Scene edits (able to see both art school scenes and all picture poses in art gallery)
- Unlocks all the Vault stuff (walkthrough,secret scenes etc...)
- Added buttons that Unlocks all the replay/fantasy scenes
- Added button that Unlocks all the achievements
- Added screen notification to unlock secret scenes
You don't have permission to view the spoiler content. Log in or register now.
Part 1: MEGA PIXELDRAIN
Part 2: MEGA PIXELDRAIN
my mistake for using this mod for the latest version 0.0.5, but even though i deleted the game and extract new game, when accessing Replay it still gives an error, i don't understandGallery Unlock Script
Description: A simple gallery unlock script. Extract the zip inside the game folder.
Game version: v0.0.4 (should work with future versions as well)
Download: View attachment 3788126
Python:# Use this unlock script at your own risk. # Start the deal with the devil init 666 python: # Vault setattr(persistent, "v_walkthrough_locked", False) setattr(persistent, "v_secrets_locked", False) setattr(persistent, "v_lewd_images_extra_locked", False) setattr(persistent, "v_sex_anim_enabled_locked", False) # Reward Gallery if not v_rewards_min_digits is None: for who, digits in v_rewards_min_digits.items(): i = 0 while renpy.loadable("images/rewards/lewd gallery/" + who + "/lewd_" + who + "_" + str(i + 1) + ".jpg"): i += 1 varname = 'v_rewards_' + who + '_' + str(i).zfill(digits) if getattr(persistent, varname) != True: setattr(persistent, varname, True) # Replay Gallery for unlock_item in dir(persistent): if unlock_item.startswith('replay_'): if getattr(persistent, unlock_item) == True: setattr(persistent, unlock_item, False) # Make sure the replay scenes are clickable for label in renpy.get_all_labels(): renpy.game.persistent._seen_ever[label] = True renpy.game.seen_session[label] = True
No, they haven't had sharing in one of their games since dmd, the uproar it caused.Does this game have sharing scene like dmd ?
Do you see the <swing> tag here? No, closed the question.Does this game have sharing scene like dmd ?
I'll check it out, downloading nowmy mistake for using this mod for the latest version 0.0.5, but even though i deleted the game and extract new game, when accessing Replay it still gives an error, i don't understand