VN Ren'Py Completed Battle of the Bulges [v1.0] [EpicLust]

4.40 star(s) 127 Votes

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,779
7,198
. Now from what I can gather was the only difference: Instead of Daydreaming in class and getting the question right (to avoid -1 Lust from Maddy), I avoided the daydream and put my hand up to answer. This apparently gave +1 Lust from the School teacher Teagan and -1 from Maddy, however I don't think the -1 affected my score negatively - If someone else wants to try this to confirm my findings?
Just looked at my script again to see if there was a mistake. But I can't see any. Answering correctly after raising your hands gets you +1 from Teagan and -1 from Kate (not Maddy) and they both count correctly towards the score...

I indeed didn't expect someone would do several round trips with the bus because it seemed like such a waste of time... You guys really are pushing the limits of this game!
 

Lovethatmagic

Newbie
Jan 2, 2018
26
13
Just looked at my script again to see if there was a mistake. But I can't see any. Answering correctly after raising your hands gets you +1 from Teagan and -1 from Kate (not Maddy) and they both count correctly towards the score...

I indeed didn't expect someone would do several round trips with the bus because it seemed like such a waste of time... You guys really are pushing the limits of this game!
Hmmm if it wasn't answering the question in class, I'm going have to rethink what I did differently

Taking the bus round trip did feel like a waste of time.......but it was a waste of time that ended up saving me 3 hours lol

It is a very well made game and understand that we are probably pushing the limits, but I'm sure your future users will appreciate a games with little to no flaws
 
  • Like
Reactions: SwordSorcPorn

SwordSorcPorn

Member
Oct 13, 2017
177
111
Alright I'll like to address some small bugs and glitches in the game, which (fairly certain) allowed me to achieve 78 Lust at the end of Day 2 and (100% certain) allowed me to just hit 79 Lust on my most recent attempt.

Basically I've had to really scramble my head over this, but I think I got why I was unaware of the bug the 1st play through. So my run through for 78 was almost exactly the same as SwordSorcPorn stated on post #476, only I got 20/20 for Day 1 and avoided the extra 10 bucks. Now from what I can gather was the only difference: Instead of Daydreaming in class and getting the question right (to avoid -1 Lust from Maddy), I avoided the daydream and put my hand up to answer. This apparently gave +1 Lust from the School teacher Teagan and -1 from Maddy, however I don't think the -1 affected my score negatively - If someone else wants to try this to confirm my findings?

Now for 79 Lust
This bug I found while attempting to recreate my 78 Lust run and found that you can run into the old lady on the bus more than once! So after avoiding the gym at school to save yourself a legitimate 1 hour the player can travel to town....do nothing....then travel to the beach run through; the player can repeat the journey after traveling to their home street. Therefore creating $60 to afford the swimsuit for Halle and Katsumi, while still having the +3 lust from not excepting Chiyo 10 bucks.

Upon completing the town and beach segment the player can return to town (only for the MC to automatically state that you should travel home in time for dinner). Though it is already 20:00 at this stage, so you return home at 21:00, allowing you to still hit both the convenience store and Auntie’s house (in any order). Thus returning home at 23:00 only for the clock to jump back to 20:00 illegitimately saving 3 hours.



Therefore 77 is the most a player can achieve without bending the laws of physics lol
Ah, so at last you have revealed your secrets. I thought about skipping the gym, and trying to ride the bus to see if the old lady showed up more... Well that plus a time bug. Mystery solved... yadda yadda meddling kids.
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,779
7,198
V0.21 of the game is now available in French.

 
  • Like
Reactions: WorshipThor

Dictateur

Active Member
Aug 7, 2016
691
805
V0.21 of the game is now available in French.

J'aime beaucoup le jeu, le côté wtf mais bien geré me fait oublier les modèles 3d, disons, inhabituel.

Love the game mate, the humoristic side well measured makes me forget the unusual 3d models (some are really sexy though)
 
  • Like
Reactions: EpicLust

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,779
7,198
Therefore 77 is the most a player can achieve without bending the laws of physics lol
Good, so that's settled then!
By the way, for taking screenshots in renpy, you can simply press "S". The image is then saved in the folder where the game is.
 

Lovethatmagic

Newbie
Jan 2, 2018
26
13
Good, so that's settled then!
By the way, for taking screenshots in renpy, you can simply press "S". The image is then saved in the folder where the game is.
Oh.....I guess I never checked the keyboard control guide
Thanks for the advise, pushing S on the keyboard is a lot simpler
 
Dec 30, 2017
403
233
A bit tinkering with the scripts, more precisely "script02.rpy". In the part, that starts with
Code:
label Home02:
there is a script
Code:
if (challengercalls <= 7):
    $ lustaddedB = 2
    call Challenger from _call_Challenger_24
    $ lustaddedB = 3
    call Challenger from _call_Challenger_25
    $ challengercalls += 2
If made it look like that
Code:
if (challengercalls <= 7):
    $ lustaddedB = 10
    call Challenger from _call_Challenger_24
    $ lustaddedB = 10
    call Challenger from _call_Challenger_25
Then by going from School to Burbs and then Home, you'll receive 2 messages. So, by going back and forth, you'll get all of'em.
Just curious, for the none tech saavy, how to I implement this?
 

Villian

Newbie
Aug 9, 2016
93
259
Just curious, for the none tech saavy, how to I implement this?
If you want the images only its in the game folder images in the folder "phone" or

you can go to the script02.rpy in the game folder, open it then find this "if (challengercalls <= 7):" would recommend using the finder also the 7 for me is a 8 so it might change,
then find "$ lustaddedB =" change the number at the end to 10, when I did this I changed all the lust states to 10 theres about 9 of them to change again use the finder

Example
if (challengercalls <= 7):
$ lustaddedB = 2 change to 10
call Challenger from _call_Challenger_24
$ lustaddedB = 3 change to 10
call Challenger from _call_Challenger_25
$ challengercalls += 2
 

Legendary 22

Member
Nov 5, 2017
179
44
I can live with 2 months, because the result will be well worth it. There's little worse than a premature update, where you have to go through the whole game again just for 3 extra scenes :)
Yeah, That's also right. So I hope the next update would worth the waiting.
 
  • Like
Reactions: WorshipThor

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,779
7,198
<-deleted->
Day02 might have taken two and half months, but it had more content than 95% of games here after an equivalent time of "updates". And I do it for free, since NO, NOBODY IS PAYING ME contrary to your assertions.
I have a job and I do this in my spare time and it's an awful lot of work. Posts like yours (or the latest hateful review posted a few days ago) are not encouraging me to work any harder at all if this is the gratitude I'm gonna get.
 
4.40 star(s) 127 Votes