- Mar 3, 2018
- 1,572
- 494
Thanks! I'll definitely use your work then, videos would be too long to dl every media again.Lianland Love the game! I see you're refining some of the old content in this update including removing some water marks from images. Feel free to use any of the files from the mod I created if you want to remove watermarks from the video clips as well. It would save you a lot of time if cleaning up watermarks from the videos is on your to do list.
That's sad and a shame. But it's ok. You are the creator/developer!Hi! Nope, it isn't planned.
Your character has a series of interrelated abilities to induce lust and hypnotize people. This will often be scripted, sometimes it's the player's choice to do it or not, or you will get to choose in which direction you steer somebody's changes.What kind of mind control is in the game?
Current output seems to be about 2-3 times per year.How often is this updated? So much content is here.
ooooooooooffffCurrent output seems to be about 2-3 times per year.
Thanks for your reply.well i'm late and i hope you have solved it already.
love/corruption points for the MC are "passive". They change with your in game choices. Mainly choices related to your interaction with women.
open the browser console and wrtiteThanks for your reply.
Actually, since I'm not playing using the walkthrough, I must have missed something at some point. As a result, at one point, it tells me I don't have enough points to see certain parts of the game.
So my question was more about how to change the player's corruption and lust variables without having to restart the game from the beginning ?
SugarCube.State.variables
SugarCube.State.variables.corruption = 50
SugarCube.State.variables.laurentrust += 30
SugarCube.State.variables.lilylove -= 12
Thanks youopen the browser console and wrtite
you will find a list of all game variables.(you need to expand the list)Code:SugarCube.State.variables
for example to change player corruption to 50 is
increase lauren trust by 30Code:SugarCube.State.variables.corruption = 50
reducing lily loveCode:SugarCube.State.variables.laurentrust += 30
etc...Code:SugarCube.State.variables.lilylove -= 12