Grif1001

Well-Known Member
Game Developer
Aug 30, 2017
1,420
3,415
For any who might be wondering, ITN is not abandoned. We lost a member of our team and are figuring out exactly how we plan to regroup as the two of us who remain are both involved in our own independent games. The Coder also produces MOAR, and I also put out UC8. The one member of our group without his own solo project was the one responsible for rendering all the scenes for ITN. Please bare with us as we endeavor to find the best solution so that we can get the next episode out.
 
Last edited:
Jul 12, 2020
196
163
Harem - For sure.
Incest - No (Plans changed so no more incest)
Pregnancy - Probably
No NTR
> Pregnancy - probably? The best is not 100% certain?
I was just being clear , my bad
How can this be ?? You want to save humanity/menkind without pregnancy ?
Cloning is doomed to fail ;)
and you better not rely on using you cryo-stock, if you don't know how long it would take to finally settle down.
Not really care about incest as long there are no interactions like "we can't because we're roommates/landlady/mentor/..."
 

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,341
How can this be ?? You want to save humanity/menkind without pregnancy ?
Cloning is doomed to fail ;)
and you better not rely on using you cryo-stock, if you don't know how long it would take to finally settle down.
Not really care about incest as long there are no interactions like "we can't because we're roommates/landlady/mentor/..."
Haha, cloning and cryo-stock are boring options, I am not interested in exploring them :D
 

Jericho-2043

Newbie
Jun 23, 2018
97
76
OMG....You need to sort the Main Character's Looks out "Full Face reconstruction"
Tell me, what happened to him when he was in the cryopod, some disaster perhaps? Lol.
Am i being to harsh? Sorry not sorry!
 
Last edited:

The Coder

Active Member
Game Developer
Jun 17, 2017
894
1,341
OMG....You need to sort the Main Character's Looks out "Full Face reconstruction"
Tell me, what happened to him when he was in the cryopod, some disaster perhaps? Lol.
Am i being to harsh? Sorry not sorry!
That's already in progress. Message received. No need to tell it over and over please. Sorry no sorry.
Edit : I have re thought this man, I are working towards this. It just gets annoying when people point this over and over that's all.
 
Last edited:

Slick Bean

Well-Known Member
Sep 9, 2023
1,060
1,683
1703354686224.png
Into The Nyx V0.25
Won Into The Nyx is finished.
The amount of content in V0.25 is doubled,
with 300 Renders, 7 animations and huge improvements to music.
1703354697638.png
 
  • Yay, new update!
Reactions: MarsUltor

nwoguy

Member
May 30, 2017
117
97
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens/OtherScreens.rpy", line 17, in execute
  File "game/screens/OtherScreens.rpy", line 17, in execute
  File "game/screens/OtherScreens.rpy", line 24, in execute
  File "game/screens/OtherScreens.rpy", line 25, in execute
Exception: A timer's delay must be > 0.

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

Full traceback:
  File "characters/Intro.rpyc", line 318, in script
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\display\core.py", line 3587, 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 "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\display\core.py", line 4060, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\display\core.py", line 4060, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/screens/OtherScreens.rpy", line 17, in execute
  File "game/screens/OtherScreens.rpy", line 17, in execute
  File "game/screens/OtherScreens.rpy", line 24, in execute
  File "game/screens/OtherScreens.rpy", line 25, in execute
  File "C:\Ad Games\IntoTheNyxFHD-0.25-pc\renpy\display\behavior.py", line 2532, in __init__
    raise Exception("A timer's delay must be > 0.")
Exception: A timer's delay must be > 0.

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.2.23090503
Into The Nyx 0.25R1
Sat Dec 23 19:56:57 2023
 
3.50 star(s) 2 Votes