MattShizzle

Well-Known Member
Oct 31, 2019
1,354
1,276
Just getting the latest. Hope MC and Lydia can at least start recovery. Up until now they are headed for a bad end.
 

jackoffonher

Member
Mar 25, 2018
124
187
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?
This might alienate people who might want to just check it out. Let people decide after they give it a shot.
 
  • Like
Reactions: Zoey Raven

ohssss

Newbie
May 7, 2017
18
10
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'
 

Zoey Raven

Game Developer/Walkthrough/Guide Maker
Modder
Donor
Game Developer
Aug 31, 2019
3,107
19,859
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 let them know.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
47,860
Yea, I decided against doing that further down in the tread.
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.
 
  • Like
Reactions: Zoey Raven

Zoey Raven

Game Developer/Walkthrough/Guide Maker
Modder
Donor
Game Developer
Aug 31, 2019
3,107
19,859
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've got the person who does it looking at it now. Thanks!
 
Last edited:

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
47,860
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.
 

Zoey Raven

Game Developer/Walkthrough/Guide Maker
Modder
Donor
Game Developer
Aug 31, 2019
3,107
19,859
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.
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.
 

geunit

Newbie
Jun 9, 2018
56
116
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.
 
  • Like
Reactions: Zoey Raven

Zoey Raven

Game Developer/Walkthrough/Guide Maker
Modder
Donor
Game Developer
Aug 31, 2019
3,107
19,859
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.
Just a 2080ti, but I do this full time along with walkthoughs and mods, because I'm disabled.
 
  • Red Heart
Reactions: geunit

Zoey Raven

Game Developer/Walkthrough/Guide Maker
Modder
Donor
Game Developer
Aug 31, 2019
3,107
19,859
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.
 
  • Red Heart
Reactions: geunit

geunit

Newbie
Jun 9, 2018
56
116
Well o hope you are definitely being compensated like bluecat for your craft and dedication.
Oh and thanks. I signed up with an avatar site awhile ago,chose this cool one (imo at least) and now it pretty much follows me to every forum I sign up to. I like yours as well.
 
  • Like
Reactions: Zoey Raven
4.50 star(s) 130 Votes