Jul 31, 2018
132
164
So I played the first and second part (luna drinking and the book signing) and while the art is amazing, the scenes seem mostly just a massive cock-tease. Do we actually get scenes where drunken patrons fuck luna?? That's all I'm playing for after all...

Was so dissapointed when the kissing/wanking onto luna scene was actually just a short game-over.
 

flamie

Member
Game Developer
May 8, 2019
110
79
So I played the first and second part (luna drinking and the book signing) and while the art is amazing, the scenes seem mostly just a massive cock-tease. Do we actually get scenes where drunken patrons fuck luna?? That's all I'm playing for after all...

Was so dissapointed when the kissing/wanking onto luna scene was actually just a short game-over.
There are a lot of sex scenes with the guys from the tavern, especially in endings.
 
Last edited:

doom12321

Newbie
Aug 31, 2017
69
87
So basically a huge waste of time and effort. Got it. The art is okay, its not that great. I get the concept of cartoonish but it really isnt that good. The breast and ass is okay but the face and the hands is just ugh. Almost abysmal. Do people really enjoy family guy type of drawing in porn? Is this even porn?
 
  • Angry
Reactions: Tighter

thedude2866

Member
Apr 24, 2017
112
119
JavaScript:
function unlockAll(){
    var scenes = document.getElementsByClassName("item");
    for(var i = 0; i < scenes.length;i++)
    {
        if (scenes[i].attributes["locked_scene"] != undefined)
        {
            scenes[i].attributes["locked_scene"].value = "false";
        }
    }
}
If you open up the console, paste this code in, then you can call the function unlockAll() while you're in the gallery and then you can click on any of the scenes, except the special ones with the dollar in a circle symbol.
 
  • Like
Reactions: Azero

Leiengem

Newbie
Aug 10, 2017
29
18
JavaScript:
function unlockAll(){
    var scenes = document.getElementsByClassName("item");
    for(var i = 0; i < scenes.length;i++)
    {
        if (scenes[i].attributes["locked_scene"] != undefined)
        {
            scenes[i].attributes["locked_scene"].value = "false";
        }
    }
}
If you open up the console, paste this code in, then you can call the function unlockAll() while you're in the gallery and then you can click on any of the scenes, except the special ones with the dollar in a circle symbol.
You are awesome =)
 

izzipizzi

Newbie
May 5, 2019
21
20
JavaScript:
function unlockAll(){
    var scenes = document.getElementsByClassName("item");
    for(var i = 0; i < scenes.length;i++)
    {
        if (scenes[i].attributes["locked_scene"] != undefined)
        {
            scenes[i].attributes["locked_scene"].value = "false";
        }
    }
}
If you open up the console, paste this code in, then you can call the function unlockAll() while you're in the gallery and then you can click on any of the scenes, except the special ones with the dollar in a circle symbol.
I did this and it says "undefined" and nothing happens.
 

thedude2866

Member
Apr 24, 2017
112
119
I did this and it says "undefined" and nothing happens.
You won't see any effect, but you'll be able to click on any scene in the gallery, although I'm pretty sure you'll have to renter unlockAll() after you view each scene because of how the game does things.
 

BBBBB7

Member
Dec 22, 2017
213
237
still doesn't work for me . I have information about patreon login etc. View attachment 907844
first copy paste the code to the console, then when you're in the gallery menu, just call up the function by typing unlockAll()
this is done only once per occasion, so you have to call up the function again when you want to see another scene
do note that the secret scenes (the ones with the golden coin sign) are locked to Offlaner clients only (aka the dreaded $15)
dammit they're not even animated, it's all CGs
 

rysiu77

Member
Dec 7, 2017
165
93
1605874020847.png
Still nothing happen . First i copy paste code to console then open gallery menu and type unlockall in console then try to press on any image in gallery but nothing happend.
 
1.70 star(s) 83 Votes