This update sets up a lot of stuff, and if you're on the sober path there will not be a bad end.Just getting the latest. Hope MC and Lydia can at least start recovery. Up until now they are headed for a bad end.
This might alienate people who might want to just check it out. Let people decide after they give it a shot.I would like your feedback as players. Based on playing the game, do you think I should include this in the OP or not?
This is not a quick fap game, there is plenty of sex, at least 3 scenes per update, but if you don't like to read and get invested in the characters this might not be for you.
OR, should I just leave it as is and let people find out for themselves?
Yea, I decided against doing that further down in the tread.This might alienate people who might want to just check it out. Let people decide after they give it a shot.
I'll let them know.The compressed version has error.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 34, in script
n "God, grant me the serenity to accept the things I cannot change, courage to change the things I can, and the wisdom to know the difference. -The Serenity Prayer"
File "game/script.rpy", line 34, in script
n "God, grant me the serenity to accept the things I cannot change, courage to change the things I can, and the wisdom to know the difference. -The Serenity Prayer"
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "E:\AIF\OneDayataTime-Ch5c\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "E:\AIF\OneDayataTime-Ch5c\renpy\main.py", line 578, in main
run(restart)
File "E:\AIF\OneDayataTime-Ch5c\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "E:\AIF\OneDayataTime-Ch5c\renpy\execution.py", line 908, in run_context
context.run()
File "game/script.rpy", line 34, in script
n "God, grant me the serenity to accept the things I cannot change, courage to change the things I can, and the wisdom to know the difference. -The Serenity Prayer"
File "game/script.rpy", line 34, in script
n "God, grant me the serenity to accept the things I cannot change, courage to change the things I can, and the wisdom to know the difference. -The Serenity Prayer"
File "E:\AIF\OneDayataTime-Ch5c\renpy\ast.py", line 671, in execute
statement_name("say")
File "E:\AIF\OneDayataTime-Ch5c\renpy\ast.py", line 45, in statement_name
i(name)
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "E:\AIF\OneDayataTime-Ch5c\renpy\exports.py", line 1601, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\core.py", line 2251, in do_with
clear=clear)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\transition.py", line 361, in render
top = render(self.new_widget, width, height, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\layout.py", line 1127, in render
st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\text\text.py", line 1996, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "E:\AIF\OneDayataTime-Ch5c\renpy\text\text.py", line 626, in __init__
glyphs = ts.glyphs(s, self)
File "E:\AIF\OneDayataTime-Ch5c\renpy\text\text.py", line 242, in glyphs
fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
File "E:\AIF\OneDayataTime-Ch5c\renpy\text\font.py", line 700, in get_font
rv = ftfont.FTFont(face, int(size * scale), bold, italics, outline, antialias, vertical, hinting) # @UndefinedVariable
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
Agreed. A VN is a story by definition, no need to explain that imho. I've said it before but still so proud of you developing now and having a debut production that has substance. Well done Z.Yea, I decided against doing that further down in the tread.
I've got the person who does it looking at it now. Thanks!The compressed version has error.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 34, in script
n "God, grant me the serenity to accept the things I cannot change, courage to change the things I can, and the wisdom to know the difference. -The Serenity Prayer"
File "game/script.rpy", line 34, in script
n "God, grant me the serenity to accept the things I cannot change, courage to change the things I can, and the wisdom to know the difference. -The Serenity Prayer"
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "E:\AIF\OneDayataTime-Ch5c\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "E:\AIF\OneDayataTime-Ch5c\renpy\main.py", line 578, in main
run(restart)
File "E:\AIF\OneDayataTime-Ch5c\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "E:\AIF\OneDayataTime-Ch5c\renpy\execution.py", line 908, in run_context
context.run()
File "game/script.rpy", line 34, in script
n "God, grant me the serenity to accept the things I cannot change, courage to change the things I can, and the wisdom to know the difference. -The Serenity Prayer"
File "game/script.rpy", line 34, in script
n "God, grant me the serenity to accept the things I cannot change, courage to change the things I can, and the wisdom to know the difference. -The Serenity Prayer"
File "E:\AIF\OneDayataTime-Ch5c\renpy\ast.py", line 671, in execute
statement_name("say")
File "E:\AIF\OneDayataTime-Ch5c\renpy\ast.py", line 45, in statement_name
i(name)
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "E:\AIF\OneDayataTime-Ch5c\renpy\exports.py", line 1601, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\core.py", line 2251, in do_with
clear=clear)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\transition.py", line 361, in render
top = render(self.new_widget, width, height, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\display\layout.py", line 1127, in render
st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "E:\AIF\OneDayataTime-Ch5c\renpy\text\text.py", line 1996, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "E:\AIF\OneDayataTime-Ch5c\renpy\text\text.py", line 626, in __init__
glyphs = ts.glyphs(s, self)
File "E:\AIF\OneDayataTime-Ch5c\renpy\text\text.py", line 242, in glyphs
fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
File "E:\AIF\OneDayataTime-Ch5c\renpy\text\font.py", line 700, in get_font
rv = ftfont.FTFont(face, int(size * scale), bold, italics, outline, antialias, vertical, hinting) # @UndefinedVariable
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
I'll do that for both of you, it did the same thing to me, and that's never happened before with the guy I use, so I'll have him fix it up and a new link up for you guys.Compressor: It it's not too much trouble, please flag myself and ohssss when the new compressed is corrected and available. I'm in a low bandwidth area myself for a few days. Regards.
Just a 2080ti, but I do this full time along with walkthoughs and mods, because I'm disabled.Holy sht dev. You are fucking awesome with the updates. We dont deserve you. You gotta be rocking sli 3090s or something. Holy crap you make the best updates.
BTW I've never seen a Neo Avatar quite that badass before.Holy sht dev. You are fucking awesome with the updates. We dont deserve you. You gotta be rocking sli 3090s or something. Holy crap you make the best updates.
Thanks a lot. Much appreciated.Everybody the Compressed version is fixed, I have added the new link. Thanks for your patience. Sancho1969 ohssss
Thank YOU for playing!Thanks a lot. Much appreciated.