Thatguy

I exist.
Uploader
Respected User
Aug 5, 2016
1,682
4,609
Pretty sure the Queen and the Succubus are both going to have very limited content. That being said if the Ghroza romance route is the same as it was when I last went for it, she'll probably have the longest possible route if the dev doesn't find another way of handling her.
 

lockerxx

Conversation Conqueror
May 10, 2017
7,201
15,619
easy way to get the queen.go for the black elf,order execute her,enjoy.
nice path.
 
Aug 30, 2019
77
17
type this into renpy console to unlock everything:

for button in g.buttons.values():
for bimg in button.images:
for cnd in bimg.conditions:
if isinstance(cnd, store._m1_00gallery__GalleryUnlockCondition):
for iimg in cnd.images:
renpy.game.persistent._seen_images[(iimg,)] = True
where to put that? where is console?
 

Ra87

Member
Aug 16, 2018
149
38
type this into renpy console to unlock everything:

for button in g.buttons.values():
for bimg in button.images:
for cnd in bimg.conditions:
if isinstance(cnd, store._m1_00gallery__GalleryUnlockCondition):
for iimg in cnd.images:
renpy.game.persistent._seen_images[(iimg,)] = True
Could you post the console screen with the changes and where to insert them?
 

Jorge12

Newbie
Donor
Dec 24, 2017
46
26
Just wondering how many Endings are needed?. I mean I thought the game was fully completed by the 6.0 Download it again and IDK how to keep the saves due to finding all the gallery is hard. Can anyone update the GCI download link and create a Mod like Lain?. Where you play and have the walkthrough in-game to avoid mistakes.. + Just some random thoughts, a good DLC it would be epic without a continuation. I will learn how to mod games because I have a really good mod for this one. This is my second game after Behind the dune which I consider my favorites. Number 3 Where the heart is 4-Sisterly Lust. 5-Summertime saga.
 

Prinplup

Member
Aug 6, 2016
155
300
Could you post the console screen with the changes and where to insert them?
Just keep hitting enter after each one and dont change the indentation the console gives.
Console should look like:

for button in g.buttons.values():
for bimg in button.images:​
for cnd in bimg.conditions:​
if isinstance(cnd, store._m1_00gallery__GalleryUnlockCondition):​
for iimg in cnd.images:​
renpy.game.persistent._seen_images[(iimg,)] = True​

Then mash the enter button until its done
 
  • Like
Reactions: Camrin91 and Ra87

ouda

Member
Apr 30, 2018
171
65
sandy don't show up in the castle with jerremi when the character cum in her in the begining with red orb help please or it is a bug?
 

crewfalcons

Active Member
Donor
May 17, 2017
584
2,642
It's been so long since I played this that when I started this latest version up I realized we've finally switched to Ren'Py and was pleasantly surprised (y)
 
  • Like
Reactions: Gabaw
4.10 star(s) 83 Votes