Excellent ideas and feedback! More size is good, but given just how big things already get, all the other touches you mention would have more impact. I would be so so happy if baconfry did these!
BadIdea102
Recent community posts
I'm 90% sure I understand the opening minigame, but I still can barely meet the threshold for twins, forget about triplets. The blue bar needs to move about half as fast - near endgame it's just luck-based.
That gripe aside, I love where the game is going!
EDIT: NEVERMIND, I was wrong! Blue bar timing doesn't matter AT ALL!
Bug in the backrooms Mitsuki's Dive, line 1187, seems miti_env_pla_cloth isn't defined:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/Ego Dives/Mitsuki_Dive.rpy", line 1187, in script
if miti_env_pla_cloth == 1 :
File "game/Ego Dives/Mitsuki_Dive.rpy", line 1187, in <module>
if miti_env_pla_cloth == 1 :
NameError: name 'miti_env_pla_cloth' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call
call sexpersonality() from _call_sexpersonality
File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call
call sexdominantmoves() from _call_sexdominantmoves
File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call
call sextopmoves() from _call_sextopmoves_1
File "game/Ego Dives/Mitsuki_Dive.rpy", line 1187, in script
if miti_env_pla_cloth == 1 :
File "/port/SizeMeUp.app/Contents/Resources/autorun/renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "/port/SizeMeUp.app/Contents/Resources/autorun/renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/port/SizeMeUp.app/Contents/Resources/autorun/renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Ego Dives/Mitsuki_Dive.rpy", line 1187, in <module>
if miti_env_pla_cloth == 1 :
NameError: name 'miti_env_pla_cloth' is not defined
Darwin-24.4.0-x86_64-i386-64bit
Ren'Py 7.4.11.2266
Size Me Up 1.0
Sun May 11 22:32:05 2025
```