No!Is this a bug?
This is not about the portal. You need a scroll of TP, buy it or go to Keeper, he will give it to the princess as a gift.I messed up, doing princess quest before complete Portal quest. How do i fix it?
Needed the fix. It's attached to the 2nd message on the previous page.Can someone tell me where in the map is the spirit? I just spoke to the mushroom elder who supposedly drew a circle around the squares where the spirit is, but after that my map looks like this:
View attachment 4964354
3 * 3 grids on the right side of the wooden doorCan someone tell me where in the map is the spirit? I just spoke to the mushroom elder who supposedly drew a circle around the squares where the spirit is, but after that my map looks like this:
View attachment 4964354
While running game code:
File "game/script.rpy", line 2850, in script call
call cs_first_time_birds from _call_cs_first_time_birds
File "game/script.rpy", line 3570, in script call
call cs_first_time_bar from _call_cs_first_time_bar
File "game/script.rpy", line 4261, in script
call screen sc_helena_room with fastdissolve
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Unknown keyword arguments: message
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 2850, in script call
call cs_first_time_birds from _call_cs_first_time_birds
File "game/script.rpy", line 3570, in script call
call cs_first_time_bar from _call_cs_first_time_bar
File "game/script.rpy", line 4261, in script
call screen sc_helena_room with fastdissolve
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/ast.py", line 2015, in execute
self.call("execute")
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/exports.py", line 3136, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/screen.py", line 436, in visit_all
callback(self)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/screen.py", line 447, in per_interact
self.update()
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/ast.py", line 159, in apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/ast.py", line 146, in apply
raise Exception("Unknown keyword arguments: %s" % (", ".join(list(values.keys()))))
Exception: Unknown keyword arguments: message
Windows-10-10.0.26100
Ren'Py 7.4.11.2266
The_Big_Beyond 0.08
Sat Jun 21 04:46:14 2025
https://f95zone.to/threads/the-big-beyond-v0-08-fix-tjop.81217/post-17321666 here's the fixfor thatCan someone tell me where in the map is the spirit? I just spoke to the mushroom elder who supposedly drew a circle around the squares where the spirit is, but after that my map looks like this:
View attachment 4964354
You need to complete Emily's quest, after she become a witch, Amelia will give it to youi'm having some trouble with the game, i completed all quests that i can, but i can't go to the desert part to buy cloth, once i get there (already killed the troll obviously) it just says that today is not the day and that i need a compass. Already talked to Amelia multiple times too and no compass.
There is at least 1 hidden extra BJ scene with her, thoughThe Helena's bj scene in 0.08 was magnificent, the graphic scale and animation was epic, thank you, Tjop!
I used unren to check all Helena's images, no hidden oneThere is at least 1 hidden extra BJ scene with her, though
Hey, I'm sorry about this. There is something happening deep in the engine which I unfortunately cannot understand.. I don't even know how I would approach this issue, but if anyone here has some advice on this, I would be very happy to learn. My programming will always be lacking in some regards sadly, that's why I want to do even better art - hopefully.I can't quick save:
Python:While running game code: File "game/script.rpy", line 2850, in script call call cs_first_time_birds from _call_cs_first_time_birds File "game/script.rpy", line 3570, in script call call cs_first_time_bar from _call_cs_first_time_bar File "game/script.rpy", line 4261, in script call screen sc_helena_room with fastdissolve File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) Exception: Unknown keyword arguments: message -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 2850, in script call call cs_first_time_birds from _call_cs_first_time_birds File "game/script.rpy", line 3570, in script call call cs_first_time_bar from _call_cs_first_time_bar File "game/script.rpy", line 4261, in script call screen sc_helena_room with fastdissolve File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/ast.py", line 2015, in execute self.call("execute") File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/ast.py", line 2003, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/exports.py", line 3136, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 3325, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 3737, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/screen.py", line 436, in visit_all callback(self) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/core.py", line 3737, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/screen.py", line 447, in per_interact self.update() File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/ast.py", line 159, in apply_arguments return parameters.apply(args, kwargs, ignore_errors) File "[redacted]\Games\TheBigBeyond-0.08-pc/renpy/ast.py", line 146, in apply raise Exception("Unknown keyword arguments: %s" % (", ".join(list(values.keys())))) Exception: Unknown keyword arguments: message Windows-10-10.0.26100 Ren'Py 7.4.11.2266 The_Big_Beyond 0.08 Sat Jun 21 04:46:14 2025
Yes, some of the images are new.Are those screenshots in the OP new? because I've played this game before it got Abandoned tag and I've never seen those scenes before
Will be coming very soon. I'll have to figure out where to put more lucky coins to find. (I want to reward people that explore but I don't want it to be too hard or nonsensical to find so I'm curious about your opinion on this)Need more scenes for genie girl.
Thank you so so much! It's the best to hear that art is acceptable, I want it to be even better. I really appreciate the kind words.The Helena's bj scene in 0.08 was magnificent, the graphic scale and animation was epic, thank you, Tjop!
You're probably looking in the wrong folder, it's an animation so it should be in that folder.I used unren to check all Helena's images, no hidden one![]()