- Aug 9, 2020
- 268
- 292
I think it's his easy way to make money, there might be good scenes, but the lot of bugs and the disaster caused in android because the game doesn't have a menu button, seems to me that he doesn't care about bugs, even you have to join his Patreon to download the full version with menu button and all the endings, and lucky one or two bugs fixedthere's like 6 or 9 of these games. is this dev's way of cry for help? Is the dev the girl in the game?
Just wait a lot, I did that and it workedI did the the Quest "my fears have to come true. Grandpa wants me to take selfies this weekend. We should pick a Place away from the house." But in the diary appair again. What i have to do? Anyone can link me a guide?
Maybe Venusian years (18 V years = slightly more than 11 Terrestrial years).She is 18 years old, right?)
They have to say that for legal reasons, but maybe they should add a component of the game that the player can decide, especially if they are going to add a loli tag.Maybe Venusian years.
I mean, loli isn't just age it's the body too, but at the end nobody truly cares about the age of a 3d model, and if you ask the tag loli works a bit random, there are some loli games with -18 protagonist, but some games with a +18 character but it's small, some are just small but with big tits, and for legal reasons, it's legal draw or 3d models, and it's illegal if they're based on real peopleThey have to say that for legal reasons, but maybe they should add a component of the game that the player can decide, especially if they are going to add a loli tag.
The term used is "oppai loli". ("Oppai" is a Japanese slang term for "breast", like our "titties" or "boobies".).. some are just small but with big tits ...
Exactly u.uThe term used is "oppai loli". ("Oppai" is a Japanese slang term for "breast", like our "titties" or "boobies".)
Same, it seems to be stuck. I suspect the opportunities to take selfies in the city should reappear but they don't.I did the the Quest "my fears have to come true. Grandpa wants me to take selfies this weekend. We should pick a Place away from the house." But in the diary appair again. What i have to do? Anyone can link me a guide?
init 1000:
python hide:
config.developer = True
when I type in eveCOR 64 I get the message:Same, it seems to be stuck. I suspect the opportunities to take selfies in the city should reappear but they don't.
ok, I managed to get past this part by doing the following:
1. Create a file devenable.rpy in the eve/game/ folder
2. add to that file:
Then load the savegame and hit shift-o for the developer consoleCode:init 1000: python hide: config.developer = True
In the developer console, entering eveCOR should output 63 (missing the 4th foto event thus getting stuck)
to fix: type in
eveCOR 64
Make the dev console go away with shift-o again and the game should progress past this point.
when I type in eveCOR 64 I get the message:
File "<string>". line 1: expected statement
eveCOR 64
After that, i exit the console and im still stuck. Any advice?
eveCOR = 64
THANK YOU!this increases corruption and the code assumes reaching this level you did it. you just actualy didnt. this can BREAK the game.Code:eveCOR = 64
Ooops, yesCode:eveCOR = 64
The game *is* literally broken at that point, eveCOR is at 63 with no way of increasing it to 64 which is the next event trigger. Manually forcing eveCOR to 64 un-broke it for me and let me finish the game normally.this increases corruption and the code assumes reaching this level you did it. you just actualy didnt. this can BREAK the game.
THANK YOUSame, it seems to be stuck. I suspect the opportunities to take selfies in the city should reappear but they don't.
ok, I managed to get past this part by doing the following:
1. Create a file devenable.rpy in the eve/game/ folder
2. add to that file:
Then load the savegame and hit shift-o for the developer consoleCode:init 1000: python hide: config.developer = True
In the developer console, entering eveCOR should output 63 (missing the 4th foto event thus getting stuck)
to fix: type in
eveCOR = 64
Make the dev console go away with shift-o again and the game should progress past this point.
Same, it seems to be stuck. I suspect the opportunities to take selfies in the city should reappear but they don't.
ok, I managed to get past this part by doing the following:
1. Create a file devenable.rpy in the eve/game/ folder
2. add to that file:
Then load the savegame and hit shift-o for the developer consoleCode:init 1000: python hide: config.developer = True
In the developer console, entering eveCOR should output 63 (missing the 4th foto event thus getting stuck)
to fix: type in
eveCOR = 64
Make the dev console go away with shift-o again and the game should progress past this point.