DH4444

Newbie
Apr 14, 2019
94
167
There are a lot of choices, 4 AI's & supposedly more to come, yet only SIX save slots are available.
For a version 4 game there is not much content. Maybe too much time spent messing with the default Renpy save, load, etc., setup?
 

stal1234

Member
Jul 12, 2017
302
232
This chapter was bad and i dont like the characters. need more bigger females and more investigations.
 

waiwode

Member
Dec 10, 2019
159
187
Is there actually a singularity in game, or is that just hype?
Technically Artificial General Intelligence (free, or "heavy" AI) is a Singularity event, in this case the one that we're "beyond" with the development of androids.

(I am aware of V Vinge's prediction of a rapid cascade of technologies, the emergence of super-intelligence and the inability of human culture to keep up with and adapt.)
 

Draco0

Member
Apr 20, 2020
236
106
It's a good start and hopefully there will be a lot more to come...

The chapters are way to short and there should be a little more freedom to roam about and explore, a little animation will enhance it much more
 

Lorric17

Well-Known Member
May 25, 2017
1,147
1,238
HorizonD TommyTuba Mirewen
I fixed the unren error by moving the label up before the first if statement, and then removed both the original occurences. Not sure how the dev got this compiled in the first place, or if it's a problem with unren. Anyway, this should work
Code:
label a2_18_investigation:
if a2_18_fadeconfirm == True:
    $ a2_18_fadeconfirm = False
Also remember to remove the label in line 124.

That worked for me. Haven't played that part yet, but at least it compiles ;-)


On another note, what's with that loop at the beginning of the game? Eve goes down the stairs, remembers a dream and it just loops back. Can't get out without reloading. (edit: oh, it turns out I can't continue without going through that. Sigh)
 

nod24

Member
May 4, 2017
202
121
You can develop a lot of interesting topics into this fandom ... It is unfortunate that I have not seen a single one in games.
 

AL.d

Well-Known Member
Sep 26, 2016
1,544
5,110
It's a good start and hopefully there will be a lot more to come...

The chapters are way to short and there should be a little more freedom to roam about and explore, a little animation will enhance it much more
Short might even be an understatement. If books had chapters like these, most novels would be 6-7 pages long start to finish.
 

Joe Steel

Engaged Member
Jan 10, 2018
2,292
3,035
Is there actually a singularity in game, or is that just hype?
there is the implication that the singularity has occurred, in that the android brains were partially designed by AIs and so humans cannot fully understand them (nor can the androids themselves).
 

Led

Active Member
Jul 16, 2017
743
595
I'm getting the same error. Is it because I used unren?
Yes, that's why you get the error. You need to delete all the files and unpack the game files anew. You can do 2 things to still "unren" the game:

1.
use the online editor:

2.
in "renpy game xxx" folder enter /game folder. create file "options.rpy"
type this text in it --
init -1:
python hide:
config.developer = True
--save and exit.
*Important!!!!! second line needs 4 spaces before python hide:
Third line needs 8 spaces before config.developer = True*

Now to enable Console Commands:

Go to "Renpy game xxx"/ Renpy / Common / 00console.rpy
ctrl+f and enter config.console
Set config.console variable to True
Example..... config.console = True
Save file
in game press shift O (letter)
 

Led

Active Member
Jul 16, 2017
743
595
I can not start the game...

You don't have permission to view the spoiler content. Log in or register now.
What's wrong there?

Forget it, it's not unren-friendly.^^
The game is indeed unren-unfriendly. Some developers have issues with people who want to "ungrind" their game. I find that stupid, but that's my opinion.

Yes, that's why you get the error. You need to delete all the files and unpack the game files anew. You can do 2 things to still "unren" the game:

1.
use the online editor:

2.
in "renpy game xxx" folder enter /game folder. create file "options.rpy"
type this text in it --
init -1:
python hide:
config.developer = True
--save and exit.
*Important!!!!! second line needs 4 spaces before python hide:
Third line needs 8 spaces before config.developer = True*

Now to enable Console Commands:

Go to "Renpy game xxx"/ Renpy / Common / 00console.rpy
ctrl+f and enter config.console
Set config.console variable to True
Example..... config.console = True
Save file
in game press shift O (letter)
 
  • Like
Reactions: HorizonD
3.50 star(s) 35 Votes