Ren'Py Abandoned Nanite Controller [v0.0.2] [Perversity]

tsunku

Engaged Member
Nov 6, 2017
2,882
1,524
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/manufacture.rpy", line 383, in script
if chance >= 10 and < 25:
SyntaxError: invalid syntax (game/manufacture.rpy, line 383)

but how is anyone getting past this error?
 

macadam

Chicken Bubble Butt
Game Developer
Aug 5, 2016
6,967
10,067
why all male characters are either bold or have a ridiculous hair!?
i cant say about bold... probably lazy and help to avoid any clipping issu with clothes on some position.

as for the ridiculous hair... well..

50% of hair are ultra-stylized like from actors poping out from a tv-reality show or something. wich make them absolutly not realist in 99% of the games because you obviously didnt wear this kind of haircut when you go outside,work or else ( also the kind of haircut that require minimum 5 hours for get finished)

30% of hair are just bad... like ugly bad... they have huge clipping with clothes in most of position, they are heavy like crazy (pc setting "heavy" on loading), or simply didnt have the morph that allow you to use them in most of position ( cant bend the hair ( like ponytail for exempl) or add some "effect" on them ( like wind etc..)

10% are just shit ( in all settings... )

10% are greats, even perfect.. but tthats the kind of hair you can find in absolutly every popular games around ( such as BB, etc.. )


same goes for the women haircut, but with a extremly more huge amount of possibilities.

let's say female have easily 80% of the haircuts in the stores (DAZ or Renderosity), while male have only 20%
 

Hotkillerz

Member
May 1, 2017
322
177
got this error still
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 719, in script
jump n_visit_weekend
ScriptError: could not find label 'n_visit_weekend'.
 

Hotkillerz

Member
May 1, 2017
322
177
i dont like putting games down but this game is buggy as heck. dont download untill a more "stable" version comes out
 

anschwww

Well-Known Member
May 10, 2017
1,251
6,056
v0.02a is public....

 

Kuniyoshi

Member
May 24, 2017
188
253
This game is missing so many files that there was no point even putting in the options to do the events. It's a mess. No point playing it until its further on.
 

LordofEntropy

Down with Delta-G
Donor
May 8, 2017
768
1,135
i dont like putting games down but this game is buggy as heck. dont download untill a more "stable" version comes out
This game is missing so many files that there was no point even putting in the options to do the events. It's a mess. No point playing it until its further on.
Past experience with this particular developer says you'll be waiting a very long time (read: likely never) for a "stable" version or one that isn't missing tons of files. He has some good ideas but has shown he lacks the skills and or focus to actually turn those ideas into some semblance of a relatively bug free and playable game.
 
  • Like
Reactions: Gary Bertrand
U

User_10739

Guest
Guest
His page no longer even mentions this game so labeled "abandoned".
 

str8up

Engaged Member
Jun 4, 2020
3,358
1,521
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'Infect_nanites.png'>:
  File "game/sis.rpy", line 113, in script
    call screen  s_home_interactions
  File "renpy/common/000statements.rpy", line 471, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'Infect_nanites.png'.

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

Full traceback:
  File "game/sis.rpy", line 113, in script
    call screen  s_home_interactions
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\ast.py", line 1696, in execute
    self.call("execute")
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\ast.py", line 1714, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\statements.py", line 144, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 471, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\exports.py", line 2496, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\ui.py", line 278, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\core.py", line 2496, in interact
    repeat, rv = self.interact_core(preloads=preloads, **kwargs)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\core.py", line 2850, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\core.py", line 1916, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 416, in renpy.display.render.render_screen (gen\renpy.display.render.c:6685)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\layout.py", line 661, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\layout.py", line 661, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\layout.py", line 661, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\screen.py", line 618, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\layout.py", line 661, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\behavior.py", line 686, in render
    rv = super(Button, self).render(width, height, st, at)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\layout.py", line 1046, in render
    st, at)
  File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\im.py", line 478, in render
    im = cache.get(self)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\im.py", line 200, in get
    surf = image.load()
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\display\im.py", line 529, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "Z:\home\Dave\Downloads\Nanitecontroller-a.0.02-win\renpy\loader.py", line 536, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'Infect_nanites.png'.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.11.1749
Nanite controller a.0.02
to much bugs im done
 

Oliz82

Active Member
Mar 15, 2021
763
694
Hello.

A recent message on the prequel made me remember I forgot to try the sequel. And while it seems better organized, this one is not working well either. Also, I don't know what to think about this game too.

The worldbuilding is limited but fitting.
The characters are different but only a few have interactions after the prologue.
The plot is similar but also specific.
The artistic side has improved but still basic.

This time, the MC doesn't have super powers but a great intellect, particularly concerning nanobots.
After the introduction, the game consists as going to work and chosing 2 after activities, possibly the same or diverse as well, with some only available in the second one. Not enough informations on what to expect, what is available and the necessary money before trying. And how it works isn't completely clear.
The different groups of acquaintances are still exclusive and linked to a location, though Katie's visit at home seems to show that boundaries could be broken later on.
There are so many errors and missing images that getting to know each character is complicated, outside family and work, even if those are partial too.
The only sex scene at the beginning is made of a succession of images that could have been more appealing for that time, even if an animation was not possible for the dev.

Overall, there's not enough material to really assess this game.

The english could have been done with better care.

A default name should have been available.

If the dev wishes to finish one of his old games or a new one one day, he really needs to make things more fluid and consistent, player friendly and less repetitive. He already has a knack for storytelling and imagination.

Good continuation.