- Aug 3, 2017
- 8
- 4
This looked very promising, but it cannot run (hangs during start) without Internet access. So that's a no go for me.
Hmmm, I think I'll put a mission to rob banks there, a place to invest some money here, maybe some horse racing. lmaoIm started to play a game and im shocked. THIS's GTA in the renpy world
The game does not require internet access, but he can try use the internet sometimes.This looked very promising, but it cannot run (hangs during start) without Internet access. So that's a no go for me.
found a bug on macos version. I skip this pic with press tab. A new bug during the interrogation, the dialogue is repeated twice before Matilda takes the main character by the shoulder and after that
yeah i skip this scene jus press skip or tab. and the last episodes dialogues by author showed symbols instead of letters in translations( maybe bug in the game or in translate?)Did you manage to deal with it, or did it just stop working altogether?
Did this occur when you tried to select a color for text?I'm sorry, but an uncaught exception occurred.
While processing the color property of anonymous style:
File "renpy/common/00library.rpy", line 321, in say
who(what, interact=interact, *args, **kwargs)
IndexError: string index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\main.py", line 689, in main
run(restart)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\main.py", line 149, in run
renpy.execution.run_context(True)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\execution.py", line 942, in run_context
context.run()
File "scripts/game_loop.rpyc", line 59, in script call
File "game/tl/english/scripts/chaps/0/chap_0_prologue.rpyc", line 3, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "scripts/game_loop.rpyc", line 59, in script call
File "game/tl/english/scripts/chaps/0/chap_0_prologue.rpyc", line 3, in script
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\exports.py", line 1471, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 321, in say
who(what, interact=interact, *args, **kwargs)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\character.py", line 1349, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\character.py", line 1000, in do_display
display_say(who,
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\character.py", line 690, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 3499, 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 "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 3969, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\screen.py", line 481, in visit_all
self.child.visit_all(callback, seen=None)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 607, in visit_all
callback(self)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 3969, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\text\text.py", line 1792, in per_interact
if self.style.slow_abortable:
File "gen3-static/styleclass.pxi", line 533, in renpy.styledata.styleclass.Style.slow_abortable.__get__
File "style.pyx", line 493, in renpy.style.StyleCore._get
File "style.pyx", line 710, in renpy.style.build_style
File "style.pyx", line 707, in renpy.style.build_style
File "gen3-static/style_functions.pyx", line 323, in style_functions.color_property
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\color.py", line 143, in __new__
if c[0] == '#':
IndexError: string index out of range
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Our Home 2.12.1
Thu Jan 4 21:25:56 2024
Every transition can be skipped with a double-click. All character introductions will be removed in the prologue rework, as mentioned in previous responses in this thread. Furthermore, the animations at the beginning of the game will only appear the first time you start the game; they won't reappear in subsequent sessions, from the next release..the fk is going on with all this unskippbale animations in the start menu and the game itself ??!!!!!!!!
Could you make it a toggle in options? I kinda enjoy the animations.All character introductions will be removed in the prologue rework
Could you make it a toggle in options? I kinda enjoy the animations.
the game require internet access? Hell NO, thanks for the infoThis looked very promising, but it cannot run (hangs during start) without Internet access. So that's a no go for me.
https://f95zone.to/threads/our-home-v2-12-1-old-hiccup.87718/post-12609202the game require internet access? Hell NO, thanks for the info
as long as it isnt mandatory and can be turned on/off in settings, nothing wrong with that.https://f95zone.to/threads/our-home-v2-12-1-old-hiccup.87718/post-12609202
I would also like to understand better, what is the problem with the game accessing the internet?
as long as it isnt mandatory and can be turned on/off in settings, nothing wrong with that.
otherwise...i would say also, quite a few things could be the problem.