UnoriginalUserName

Forum Fanatic
Sep 3, 2017
4,385
15,671
: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
201
81
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
302
699
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
24
32
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:

salscou

Engaged Member
Apr 14, 2020
2,230
8,716
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?
While i am a Gabby enthusiast due to how well she plays off Laura and how much of an hyperactive, sassy sweetie she is, thats nowhere near the scope of this game and if anything, id rather we get Jubes.
And as to age, i think shes currently 13, unless they aged her up.
I love everything about this.
Aw shucks, why thank you.
Laura and Kitty shall collect them as currency and fight to obtain the most headpats.
They must perform feats of cuteness and good girl to receive headpat tokens, wich they may exchange for a good headpat when they so desire.
 

ShinyBoots1993

Well-Known Member
Apr 7, 2020
1,373
4,148
And as to age, i think shes currently 13, unless they aged her up.
Our writing rule is that if a character is of age in the current comics then we're fine aging them up to be legal. Biggest example is Kitty who is 13 in her comic introduction. She will be 18 in TNH. However, if a character is underaged in the current comics, we won't be aging them up. The biggest example being Gabbi who was 12 and is now 13.

Before someone asks, no characters like Gabbi won't be fuckable if they turn 18 in the comics for as long as Null is the protagonist. The primary reason for this is that X-23 would be Null's wife/girlfriend or one of her close friends and thus be acquainted with Gabbi when she is 12. Bruce Timm isn't on our writing team so no one involved in TNH's development feels comfortable with that.
 

ShinyBoots1993

Well-Known Member
Apr 7, 2020
1,373
4,148
If Bruce Timm was on the team Batman would quickly show up to seduce all the girls anyway
Nah the comment was more that in most timelines Bruce Wayne met Batgirl around 12 or 13 as in most instances Jim Gordan keeps tabs on Bruce after his parents' deaths and becomes a friend of the family. Bruce Timm really likes the idea of having Batman fuck her when she becomes legal and in some instances get her pregnant.

Originally in Batman Beyond, Terry was supposed to be the bastard child of Barbra Gordan and Bruce Wayne. Thankfully, DC got Bruce Timm way the fuck away from the writing room.
 
Last edited:

KiwamiLorenzo

Active Member
Oct 10, 2017
779
795
During the past 2 weeks, I've been watching Kamen Rider Ryuki and Kuuga (and this week started Amazon Riders) and a question popped up in my mind: considering that Rogue likes cartoons (which are considered children stuff), would she like tokusatsu as well? And on that note, in-universe what is the current Kamen Rider series airing on TV? Because if memory serves me right TNH is set in the 2000s.
 

ShinyBoots1993

Well-Known Member
Apr 7, 2020
1,373
4,148
considering that Rogue likes cartoons (which are considered children stuff), would she like tokusatsu as well?
Possibly.

And on that note, in-universe what is the current Kamen Rider series airing on TV? Because if memory serves me right TNH is set in the 2000s.
Whichever was taking place between 2004-2006.
 
  • Like
Reactions: KiwamiLorenzo

Buttholder

Member
Feb 25, 2022
250
718
Hibiki would be the 04/05 show, Kabuto would be the 05/06 show (which, coincidentally, was the first KR series I watched). Not sure if making her full-weeby would be over-egging the pudding, considering everything else she likes, but it would fit the timeframe for when Tokyopop first started hitting the big-time and every bookstore was filled to the rafters with cheap manga (mmmmmeeeeeeemoreeeeessss...).
 
  • Like
Reactions: KiwamiLorenzo
4.70 star(s) 181 Votes