lockerxx

Devoted Member
May 10, 2017
8,105
17,983
913
easy way to get the queen.go for the black elf,order execute her,enjoy.
nice path.
 

Prinplup

Member
Aug 6, 2016
156
311
286
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
 
Aug 30, 2019
79
17
92
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
147
37
99
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
97
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
156
311
286
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
190
72
226
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
590
2,680
340
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

Yamemai

Well-Known Member
Nov 1, 2017
1,228
779
316
I'm not getting the option to keep Dabna(dwarf) as my slave after buying her. This a bug I'm assuming?
Nah, probably route got taken out after the port from Tyranno to Renpy, because there was only like 1, or 2, scenes for her, and the Devs is trying to 'finish' the game. Another route that is gone is the Mom+Aunt one, IIRC.
 
Last edited:
4.10 star(s) 83 Votes