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

4.40 star(s) 127 Votes

dce8383

Member
Aug 25, 2017
359
282
So... many... errors... The gym is the biggest mess I've found so far. Too many "b" or "c"'s added onto the labels to keep track of I guess. "DowntownChoiceDay06bc" is one example.
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,776
7,191
I get an error when I try to fuck Francine in the gym--says that francinefuckday0c is not defined?
There is not even the word francinefuckday0c in the script, you're sure you didn't miss a number?
In any case, save the screen (press "s") when an error message appears and post it here otherwise it's going to be difficult for me to find out exactly where the error is and correct it.
 

Jer'icho

Member
Jul 19, 2017
124
45
sorry, I mistyped the error. Here's the description:

I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script06.rpy", line 20286, in script
call screen francineslowfuckday06c
ScriptError: could not find label 'FrancineFastFuckDay0c'.
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,776
7,191
sorry, I mistyped the error. Here's the description:

I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script06.rpy", line 20286, in script
call screen francineslowfuckday06c
ScriptError: could not find label 'FrancineFastFuckDay0c'.
There is still the fact that this error tells you it can't find the label FrancineFastFuckDay0c, which doesn't exist anywhere in my script even typed.
In any case, it shouldn't even try and find a label, but a screen (since the line is "call screen francineslowfuckday06c", and that very screen is the next line of the code (line 20287)!
I can only venture that the file got corrupted during the download. Which server did you use?

EDIT: Hang on, I see the error, it's later in that screen mini- script.
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,776
7,191
i got an error couldn't find chantellefuckmovie.jpg
Well, it's clearly there in the image folder day6. Seems some corruption once again. Which server did you use?

EDIT: my bad, it has another name for some strange reason. Go in the folder image/day6 and rename the pic by dropping the 01 at the end.
 
  • Like
Reactions: Valeron

slammed!

Member
Feb 17, 2018
226
141
anyone knows how to get pamela?

Well, it's clearly there in the image folder day6. Seems some corruption once again. Which server did you use?

EDIT: my bad, it has another name for some strange reason. Go in the folder image/day6 and rename the pic by dropping the 01 at the end.
done. tnx :D

@timdonehy200 another meaty update good shit
 

Tiberii

Newbie
Feb 19, 2019
62
6
Because of the script06.rpy, the game itself does not load. I get this error:
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "renpy / common / 00voice.rpy", line 360, in voice_interact
if _menu:
NameError: global name '_menu' is not defined

- Full Traceback ---------------------------------------------- --------------

Full traceback:
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ bootstrap.py", line 295, in bootstrap
renpy.main.main ()
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ main.py", line 430, in main
renpy.game.script.report_duplicate_labels ()
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ script.py", line 890, in report_duplicate_labels
if renpy.parser.report_parse_errors ():
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ parser.py", line 2543, in report_parse_errors
renpy.display.error.report_parse_errors (full_text, error_fn)
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ display \ error.py", line 179, in report_parse_errors
error_fn = error_fn,
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ game.py", line 280, in invoke_in_new_context
return callable (* args, ** kwargs)
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ display \ error.py", line 43, in call_exception_screen
return renpy.ui.interact (mouse = "screen", type = "screen", suppress_overlay = True, suppress_underlay = True)
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ ui.py", line 285, inient
rv = renpy.game.interface.interact (roll_forward = roll_forward, ** kwargs)
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ display \ core.py", line 2519, in interact
i ()
File "renpy / common / 00voice.rpy", line 360, in voice_interact
if _menu:
NameError: global name '_menu' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Battle of the Bulges 0.6
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,776
7,191
Because of the script06.rpy, the game itself does not load. I get this error:
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "renpy / common / 00voice.rpy", line 360, in voice_interact
if _menu:
NameError: global name '_menu' is not defined

- Full Traceback ---------------------------------------------- --------------

Full traceback:
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ bootstrap.py", line 295, in bootstrap
renpy.main.main ()
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ main.py", line 430, in main
renpy.game.script.report_duplicate_labels ()
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ script.py", line 890, in report_duplicate_labels
if renpy.parser.report_parse_errors ():
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ parser.py", line 2543, in report_parse_errors
renpy.display.error.report_parse_errors (full_text, error_fn)
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ display \ error.py", line 179, in report_parse_errors
error_fn = error_fn,
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ game.py", line 280, in invoke_in_new_context
return callable (* args, ** kwargs)
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ display \ error.py", line 43, in call_exception_screen
return renpy.ui.interact (mouse = "screen", type = "screen", suppress_overlay = True, suppress_underlay = True)
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ ui.py", line 285, inient
rv = renpy.game.interface.interact (roll_forward = roll_forward, ** kwargs)
File "C: \ Users \ User \ Desktop \ BattleoftheBulges-06-pc \ BattleoftheBulges-0.6-pc \ renpy \ display \ core.py", line 2519, in interact
i ()
File "renpy / common / 00voice.rpy", line 360, in voice_interact
if _menu:
NameError: global name '_menu' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Battle of the Bulges 0.6
That's a duplicate label error. You must have not overwritten existing files for that to happen because there are no duplicate labels in the full v0.6 version. Maybe download again to another location on your computer.
 
  • Like
Reactions: zapallbugs

Tiberii

Newbie
Feb 19, 2019
62
6
[QUOTE = "timdonehy200, сообщение: 1738761, участник: 47876"] Это ошибка дубликата ярлыка. Вы не должны перезаписывать существующие файлы, чтобы это произошло, потому что в полной версии v0.6 нет повторяющихся меток. Возможно, загрузите снова в другое место на вашем компьютере. [/ QUOTE]

Yes, I go into the game, but there is an error with sex Chantelle, in the school gym: chantellefuckmovie.jpg, I can not make the screen skrin, since the print screen button does not work on the keyboard
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,776
7,191
[QUOTE = "timdonehy200, сообщение: 1738761, участник: 47876"] Это ошибка дубликата ярлыка. Вы не должны перезаписывать существующие файлы, чтобы это произошло, потому что в полной версии v0.6 нет повторяющихся меток. Возможно, загрузите снова в другое место на вашем компьютере. [/ QUOTE]

Yes, I go into the game, but there is an error with sex Chantelle, in the school gym: chantellefuckmovie.jpg, I can not make the screen skrin, since the print screen button does not work on the keyboard
I just posted an updated script06 a few messages ago. Download it and replace the existing script06.rpy file in the folder called "game".
 

EpicLust

Dev of Cockham Superheroes
Game Developer
May 30, 2017
3,776
7,191
anyone knows how to get pamela?



done. tnx :D

@timdonehy200 another meaty update good shit
Thanks for the kind words, a change from people moaning about this and that...
However, if you download my updated script, DON'T rename the file. The updated script takes care of that by calling the image with the correct name (ie: chantellefuckmovie01)
 
4.40 star(s) 127 Votes