ShinyBoots1993

Active Member
Apr 7, 2020
964
2,385
So I'll highlight some of the most requested changes for 3b.

enabled skipping unseen dialogue

tan lines for swimsuits

damp underwear when turned on

made text box color correspond with selected Player background color

you can now toggle whether you want character icons to appear directly on the map

RMB now has two modes: either going to save menu or opening the map, also toggleable in game options

if a random event can be triggered, the map icon on the belt shows an alert

pre-emptively placing all interface assets in the image cache since we have room now, should reduce menu stuttering
You can find the full changelog in the usual places.

Note that just because a requested change wasn't in this update doesn't mean it won't make it in the next.

If you find bugs that were in the previous build but still remain, please let us know. General reminder that this is still EARLY beta and that joining the discord and reporting the bugs there will push them higher on the priority list.
 

jonnybot03

New Member
Jun 17, 2022
3
0
I'm sorry, but an uncaught exception occurred.

While loading the script.
Exception: Could not load file C:\Users\jonathan\Desktop\New folder (3)\TheNullHypothesis-0.3a-pc\game/hotfix.rpyc.

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

Full traceback:
File "C:\Users\jonathan\Desktop\New folder (3)\TheNullHypothesis-0.3a-pc\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "C:\Users\jonathan\Desktop\New folder (3)\TheNullHypothesis-0.3a-pc\renpy\main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\jonathan\Desktop\New folder (3)\TheNullHypothesis-0.3a-pc\renpy\script.py", line 310, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "C:\Users\jonathan\Desktop\New folder (3)\TheNullHypothesis-0.3a-pc\renpy\script.py", line 880, in load_appropriate_file
raise Exception("Could not load file %s." % lastfn) # type: ignore
Exception: Could not load file C:\Users\jonathan\Desktop\New folder (3)\TheNullHypothesis-0.3a-pc\game/hotfix.rpyc.

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805

Tue Feb 6 16:40:22 2024
 

apyrvalg

Newbie
Oct 9, 2018
93
106
Room lights is still bugged - if you entered the room from another location everything is fine, but if you waited in the room from evening till night - lights will be on and the button will suggest turning them on.
 

exile0025

Newbie
Apr 3, 2018
90
36
im getting an error when ever i go to the journal


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/interface/Player_menu.rpy", line 97, in execute
File "game/scripts/interface/Player_menu.rpy", line 97, in execute
File "game/scripts/interface/Player_menu.rpy", line 117, in execute
File "game/scripts/interface/Player_menu.rpy", line 171, in execute
File "game/scripts/interface/Player_menu.rpy", line 178, in execute
File "game/scripts/interface/Player_menu.rpy", line 890, in execute
File "game/scripts/interface/Player_menu.rpy", line 890, in execute
File "game/scripts/interface/Player_menu.rpy", line 1001, in execute
File "game/scripts/interface/Player_menu.rpy", line 1029, in execute
File "game/scripts/interface/Player_menu.rpy", line 1032, in execute
File "game/scripts/interface/Player_menu.rpy", line 1033, in execute
File "game/scripts/interface/Player_menu.rpy", line 1053, in execute
File "game/scripts/interface/Player_menu.rpy", line 1054, in execute
File "game/scripts/interface/Player_menu.rpy", line 1054, in <module>
NameError: name 'stamina_boost1' is not defined

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

Full traceback:
File "scripts/mechanics/movement.rpyc", line 60, in script call
File "scripts/locations/danger_room.rpyc", line 37, in script
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\ast.py", line 1618, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\exports.py", line 1109, in menu
rv = renpy.store.menu(new_items)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\exports.py", line 1364, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\display\core.py", line 2165, 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 "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\display\core.py", line 2683, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\display\core.py", line 2683, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/scripts/interface/Player_menu.rpy", line 97, in execute
File "game/scripts/interface/Player_menu.rpy", line 97, in execute
File "game/scripts/interface/Player_menu.rpy", line 117, in execute
File "game/scripts/interface/Player_menu.rpy", line 171, in execute
File "game/scripts/interface/Player_menu.rpy", line 178, in execute
File "game/scripts/interface/Player_menu.rpy", line 890, in execute
File "game/scripts/interface/Player_menu.rpy", line 890, in execute
File "game/scripts/interface/Player_menu.rpy", line 1001, in execute
File "game/scripts/interface/Player_menu.rpy", line 1029, in execute
File "game/scripts/interface/Player_menu.rpy", line 1032, in execute
File "game/scripts/interface/Player_menu.rpy", line 1033, in execute
File "game/scripts/interface/Player_menu.rpy", line 1053, in execute
File "game/scripts/interface/Player_menu.rpy", line 1054, in execute
File "game/scripts/interface/Player_menu.rpy", line 1054, in <module>
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\exports.py", line 3934, in substitute
return renpy.substitutions.substitute(s, scope=scope, translate=translate)[0]
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\substitutions.py", line 370, in substitute
s = interpolate(s, variables) # type: ignore
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\substitutions.py", line 86, in interpolate
raise e
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\exile\Downloads\TheNullHypothesis-0.3b-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'stamina_boost1' is not defined

Windows-10-10.0.22621 AMD64
Ren'Py 8.2.0.24011702+unofficial
The Null Hypothesis 0.3b
Tue Feb 6 09:05:11 2024
 
  • Like
Reactions: Sweetluvd

FatYoda

Member
Sep 12, 2017
339
364
As much as I enjoy the premise and the girls are SUPER hot...obviously, I don't think i'll be coming back to this game. Played all the way up to this update last week, but having to interact soooo much with the sex scenes is just pointless...i need my hands for other things...I want them (the girls) to cum, and i don't wanna have to interact/work for it, this ain't real life...and yes I know you can hit the auto button, but then you just get the one tiny animation your in and nothing changes...it's just not fun. It's literally the least fun part of this game and that shouldn't be the case in a porn game. I wish dev would drop this sex scene grind simulation and just give us some nice story-driven animations.
 

Reemisms

Newbie
Oct 5, 2021
21
56
I just started playing this game last night and it seems good but before I really get into it I'm hoping somebody can help me understand some things. It's only 1 chapter currently but I saw there's a fairly large list of achievements in the phone. Can you earn them all in .3b in an unlimited sandbox (harem mode?) with more added as more love interests are introduced or is there a day limit where I would need multiple playthroughs and focus on 1 girl at a time (the slow burn?) Either way I'll probably still play it but will end up with a single playthrough (Rogue) if monogamous relationships (real life sim with mutant powers?) are required to get anywhere with any of them. At least until more girls are added later. That and is there a list of favorite common gifts, adult gifts (outfits/toys/piercings) for each of the love interests or are they all just random for a bit of flavor text here and there?
 

xawassim

New Member
May 25, 2017
12
3
Well, I agree the sex scene are kind grindy, but, once you get the way, it's easy to make the girls cum. Anyway, waiting for the next version, since the story is cool and the girls are well developed and nicely drawed!
 
  • Like
Reactions: ZergAlien

Amakrotol

New Member
Jul 23, 2020
4
0
How do I change their pubic hair? I've already asked them and they agreed but I can't find the option anywhere.
 

tretch95

Active Member
Nov 5, 2022
689
1,162
Have not seen much of that because I don't play that route.
I played this for about 10+ ingame days.

There was not a single dialogue choice being even remotely assertive or dominant.

Instead everything was the typical sissy talk, like "you're so beautiful", "i'm flattered", "you're the smartest woman i've ever seen"



Basically the exact type of talk which most women absolutely despise. Also the promo screenshots suggest that the rest of the game is an exact copy of Rogue-Like; example instead of ordering the girls to do something, the MC submissively asks if they want to (take off their clothes etc)

And why are there options to take the girls to your room, lock the door, turn down the lights... when all you can do is to "study" or send them home when you go to bed?
 

Jnx

Active Member
Jun 6, 2017
509
2,868
I like how theres a different bug every version
last time sex scenes with one of the characters completely broke the game
this time the phone barely works and the season are all wrong

variety is the spice of life
 
  • Haha
Reactions: wiseold6996
4.60 star(s) 152 Votes