VN Ren'Py Completed The Pill [v0.75] [B.E. Grove]

2.60 star(s) 12 Votes

xeph555

Newbie
May 23, 2017
55
78
28
Not perfect but I've modified the achievement.rpy file. Use unlock_all() in the console to unlock everything. I know some seems to not work (can't open them in the achievement screen) so if someone knows a fix to this let me know I'll modify the file

Replace the corresponding section in achievement.rpy with this

Python:
init python:
    def clear_achievements():
        achievement.clear_all()
    def clear_history():
        persistent._clear(progress=True)
    def clear_everything():
        achievement.clear_all()
        persistent._clear(progress=True)
    def unlock_all():
        Achievement_Give("My First BE")
        Achievement_Give("Bigger is Better")
        Achievement_Give("Bursting Forth")
        Achievement_Give("Boomchaka-laka")
        Achievement_Give("The Wobble")
        Achievement_Give("More Down There")
        Achievement_Give("More Up Here")
        Achievement_Give("What are in these pills?")
        Achievement_Give("Big Enough")
        Achievement_Give("New Options")
        Achievement_Give("Ouch")
        Achievement_Give("Too Big?")
        Achievement_Give("Never Enough")
        Achievement_Give("Floorbound")
        Achievement_Give("The Dong")
        Achievement_Give("Bouncy Bounce")
        Achievement_Give("Portable Seating")
        Achievement_Give("Boobs FTW")
        Achievement_Give("A Bigger Badonk")
        Achievement_Give("Unstoppable")
        Achievement_Give("Uh oh")
        Achievement_Give("Magical")

        Achievement_Give("A Simple Promotion")
        Achievement_Give("An Ample Oportunity")
        Achievement_Give("Prospects")
        Achievement_Give("Cloudy with a Chance of Milk")
        Achievement_Give("Take Cover!")
        Achievement_Give("Bigger... Bigger!")
        Achievement_Give("Headroom")
        Achievement_Give("Perfection")
        Achievement_Give("A Different Sort of Princess")
        Achievement_Give("The Weather Up Here")
        Achievement_Give("Slip of The Tongue")
        Achievement_Give("Ravenous")
        Achievement_Give("Nursing")
        Achievement_Give("Milky")
        Achievement_Give("Mills and Boon")
        Achievement_Give("Out of Control")
        Achievement_Give("Resting with a Goddess")
        Achievement_Give("Surprise Apocalypse!")
        Achievement_Give("Alley-oop")

        Achievement_Give("Spiteful Actions")
        Achievement_Give("Opening Volley")
        Achievement_Give("Drastic Steps")
        Achievement_Give("Dat Ass")
        Achievement_Give("Feelin\' Blue")
        Achievement_Give("A Head Above")
        Achievement_Give("Knee High")
        Achievement_Give("That Old Feeling")
        Achievement_Give("Always Enjoyable")
        Achievement_Give("First Love")
        Achievement_Give("First Blood")
        Achievement_Give("Hidden Depths")
        Achievement_Give("A Juicy End")
        Achievement_Give("A Growing Problem")
        Achievement_Give("A Small Love")
        Achievement_Give("Tables Turned")
        Achievement_Give("The Good Ending")

        Achievement_Give("Chemistry")
        Achievement_Give("Controlled Experiment")
        Achievement_Give("Confirming Results")
        Achievement_Give("Powerful Effects")
        Achievement_Give("Pumping Up")
        Achievement_Give("Potential Problems")
        Achievement_Give("By Any Means")
        Achievement_Give("Add a little Sugar")
        Achievement_Give("Heightened Charisma")
        Achievement_Give("Towering Power")
        Achievement_Give("One Too Many")
        Achievement_Give("Rump-elstiltskin")
        Achievement_Give("Glossy Finish")
        Achievement_Give("The Big Reveal")
        Achievement_Give("Juicy Wobbler")
        Achievement_Give("Hourglass")
        Achievement_Give("Lighter Than Air")
        Achievement_Give("Quite Full")
        Achievement_Give("Front Row May Get Wet")
        Achievement_Give("Hands Free")
        Achievement_Give("Boing!")
        Achievement_Give("Batty")
        Achievement_Give("A Small Problem")
        Achievement_Give("Breaking Boob")
        Achievement_Give("Chrono Triggered")
        Achievement_Give("I Was Told There\'d Be Cake")
        Achievement_Give("Charismatic")
        Achievement_Give("Power Overwhelming")
        Achievement_Give("Comfortably Proportionate")
        Achievement_Give("Ignoring all Instructions")
        Achievement_Give("Origin Story")
        Achievement_Give("Mother Knows Best")
        Achievement_Give("And Away!")
        Achievement_Give("Totemic")
        Achievement_Give("All Aboard!")
        Achievement_Give("Unlimited Power!")
        Achievement_Give("In Full Control")
        Achievement_Give("Slap Ass!")
        Achievement_Give("End Times")
        Achievement_Give("Itty Bitty")
        Achievement_Give("The Beginning")

        Achievement_Give("Me So Horny")
        Achievement_Give("Lickety!")
        Achievement_Give("To the Ceiling")
        Achievement_Give("Inevitable")
        Achievement_Give("Easy Access")
        Achievement_Give("A Missed Opportunity")
        Achievement_Give("Double Up")
        Achievement_Give("Yes Mistress")
        Achievement_Give("Room for Pud")
        Achievement_Give("A Fine Drop")
        Achievement_Give("Not Even Their Final Form")
        Achievement_Give("We All Saw This Coming")
        Achievement_Give("The Search Continues")
        Achievement_Give("Saved The World")

        Achievement_Give("Here We Go Again")
        Achievement_Give("The Thicccening")
        Achievement_Give("One Way to Solve a Problem")
        Achievement_Give("Milky Goodness")
        Achievement_Give("Losing Control")
        Achievement_Give("Daww so Cute")
        Achievement_Give("Balancing Act")
        Achievement_Give("A Busted Result")
        Achievement_Give("Who Needs Logic?")
        Achievement_Give("That's a New One")
        Achievement_Give("Rounding Down")
        Achievement_Give("Close Up")
        Achievement_Give("Escaped!")
 
Last edited:
  • Like
Reactions: Wraith Baka

Ausdric

Member
May 16, 2018
186
97
263
This should have all the achievements in it. (The save is just the ones I took so that I could get all achievements)
 

WrumWrim

Newbie
Jun 7, 2020
51
67
253
Full 0.7.5 Patch Notes:

  • Chapter 6 (over 550 lines) is now fully voiced
  • Chapter 1 now has been converted to having animated sprites, adding 65+ animations
  • Re-made a transformation animation in chapter 1 (going from one BE pill to massive in size).
  • New sfx and music tracks added to chapter 1.
  • Updated and new backgrounds added to chapter 1
  • UI button improvements
  • UI improvements on ending text section
  • New title scene
  • Resized & repositioned sprites in chapter 5
  • Various line reworks to accommodate changes from the animated sprites
  • Various line reworks to work with the VA's natural tonality.
  • Reworking of sprites and backgrounds to improve file size.
  • Lots of backend code optimisation

Download Links: | |
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
25,060
351,310
1,049
The Pill [v0.75] [B.E. Grove] - Compressed

Win/Linux [408 MB]
- - - -

Mac [402 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 
Jul 3, 2018
29
49
216
A lot of options and everything is just sliding static models and then going to a black background with text on it. Very lazy approach for a renpy game, would've been better as an HTML
 
  • Like
Reactions: kidderyao

Chrathrard

Well-Known Member
Nov 20, 2018
1,217
2,302
528
I was really hoping that all of these text-only endings were just placeholders or something. A lot of the "paths" also still feel trolly, like how you have to do gymnastics to get any butt content.
 

Foragementsoha

New Member
Sep 1, 2023
12
32
188
Does anything at all interesting happen here or is just body expansion?
The Pill is really just a vehicle for expansion fetish content. There is a little banter, some jokes, and some soft core but it was never intended to have any real narrative. For fans of expansion fetish content I very highly recommend this, otherwise I think it would have little appeal.
 
2.60 star(s) 12 Votes