NexivSelecaf

Engaged Member
Aug 25, 2017
2,261
9,927
747
Forgot to mention that the Wob Buffet playthough is a Laura run: The fighter and her punching bag. Very fitting.

...But turning down Rogue and not making her submissive or breedable for the sake of asking "What would Wobbuffet do?" hurts my soul, though.
That's part of getting a blowjob.
Platonic Romantic head petting.
 
  • Yay, update!
Reactions: salscou

UnoriginalUserName

Forum Fanatic
Sep 3, 2017
5,178
18,749
910
It is not the same!
View attachment 4421146

You don't have permission to view the spoiler content. Log in or register now.
An annoying little video I first posted way back in 2019 in a different thread. Can't believe I found this again. :ROFLMAO:
You don't have permission to view the spoiler content. Log in or register now.
But yeah, Laura needs them headpats. I mean, I guess Rogue and Kitty can get some too...none for Jean though, that bitch.
 

ShinyBoots1993

Well-Known Member
Apr 7, 2020
1,778
6,004
647
What are the chances that Callisto and the Morloks abduct Null, and try to "Obtain" his DNA in hopes of fixing their mutant problems? For academic discussions of course, strictly speaking for scientific endeavors.
The probability is more than 0.

I love everything about this.

An annoying little video
Did I do a good job today...? u///u
:unsure: ... Yeah positive reinforcement through head pats is now the next mechanic I'm gonna nag the dev team into implementing.

Laura and Kitty shall collect them as currency and fight to obtain the most headpats.
 

UnoriginalUserName

Forum Fanatic
Sep 3, 2017
5,178
18,749
910
:unsure: ... Yeah positive reinforcement through head pats is now the next mechanic I'm gonna nag the dev team into implementing.

Laura and Kitty shall collect them as currency and fight to obtain the most headpats.
Excellent, may (the) Best Girl win!

Hey, you can make that a third trait for both of them : Headpat Enthusiast ;)
 

Darkkitekek

Member
Jul 24, 2021
221
95
142
sad gabbi isn't romanceable age she'd be a adorable one for purely romance no lewding tho how old is current honey badger is she still appearing in comics?
 

SeveralGeese

Member
Mar 8, 2022
391
929
170
sad gabbi isn't romanceable age she'd be a adorable one for purely romance no lewding tho how old is current honey badger is she still appearing in comics?
afaik she hasn't even been born at this point, but the timeline is already slightly wonky due to Laura being added this early in the story (for very reasonable reasons, mind) so who knows.
 

kulkuler

Newbie
Jul 10, 2017
30
43
211
Hey guys I need help

happens when i hover over the arousal bars in the top right when in the sex scene with rogue, laura, jean. don't even have to click. it just dumps the error when the cursor hovers over them

Translated from English to Korean, and each character's name appears in English in the game (rogue jean, laura, anna, x-23, etc.)

I'm using cheat mode (I confirmed that turning off tooltips fixes the bug)

But I want to play the game while looking at the tooltips



View attachment traceback.txt

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/locations/bedrooms/bedrooms.rpy", line 211, in script
menu(menu_location = current_bedroom.home):
File "game/scripts/interfaces/sex.rpy", line 78, in execute
screen sex_screen(Character, summary = True):
File "game/scripts/interfaces/sex.rpy", line 78, in execute
screen sex_screen(Character, summary = True):
File "game/scripts/interfaces/sex.rpy", line 563, in execute
if persistent.tooltips_enabled:
File "game/scripts/interfaces/sex.rpy", line 564, in execute
use tooltips()
File "game/scripts/interfaces/tooltips.rpy", line 1, in execute
screen tooltips():
File "game/scripts/interfaces/tooltips.rpy", line 1, in execute
screen tooltips():
File "game/scripts/interfaces/tooltips.rpy", line 6, in execute
if tooltip:
File "game/scripts/interfaces/tooltips.rpy", line 7, in execute
nearrect:
File "game/scripts/interfaces/tooltips.rpy", line 12, in execute
frame xmaximum 0.2:
File "game/scripts/interfaces/tooltips.rpy", line 15, in execute
frame:
File "game/scripts/interfaces/tooltips.rpy", line 18, in execute
text "[tooltip!i]":
AttributeError: 'function' object has no attribute 'name'

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

Full traceback:
File "game/scripts/locations/bedrooms/bedrooms.rpy", line 211, in script
menu(menu_location = current_bedroom.home):
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\ast.py", line 1645, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\exports\menuexports.py", line 134, in menu
rv = renpy.store.menu(new_items)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\exports\menuexports.py", line 424, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\display\core.py", line 2201, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\display\core.py", line 2731, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\display\core.py", line 2731, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/scripts/interfaces/sex.rpy", line 78, in execute
screen sex_screen(Character, summary = True):
File "game/scripts/interfaces/sex.rpy", line 78, in execute
screen sex_screen(Character, summary = True):
File "game/scripts/interfaces/sex.rpy", line 563, in execute
if persistent.tooltips_enabled:
File "game/scripts/interfaces/sex.rpy", line 564, in execute
use tooltips()
File "game/scripts/interfaces/tooltips.rpy", line 1, in execute
screen tooltips():
File "game/scripts/interfaces/tooltips.rpy", line 1, in execute
screen tooltips():
File "game/scripts/interfaces/tooltips.rpy", line 6, in execute
if tooltip:
File "game/scripts/interfaces/tooltips.rpy", line 7, in execute
nearrect:
File "game/scripts/interfaces/tooltips.rpy", line 12, in execute
frame xmaximum 0.2:
File "game/scripts/interfaces/tooltips.rpy", line 15, in execute
frame:
File "game/scripts/interfaces/tooltips.rpy", line 18, in execute
text "[tooltip!i]":
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\text\text.py", line 2059, in __init__
self.set_text(text, scope, substitute) # type: ignore
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\text\text.py", line 2192, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\substitutions.py", line 355, in substitute
s = interpolate(s, variables) # type: ignore
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\substitutions.py", line 94, in interpolate
value = convert(value, conv, scope)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\substitutions.py", line 286, in convert
value = interpolate(value, scope)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\substitutions.py", line 88, in interpolate
raise e
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\substitutions.py", line 80, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\python.py", line 1220, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Download\TheNullHypothesis-0.7b-pc\renpy\python.py", line 1213, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 2423, in <module>
AttributeError: 'function' object has no attribute 'name'

Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.0.24111104+unofficial
The Null Hypothesis 0.7b
Wed Jan 8 14:24:25 2025
 
Last edited:
4.60 star(s) 155 Votes