Lianland

Archangel of Lust
Game Developer
Apr 21, 2022
135
377
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.
Thanks! I'll definitely use your work then, videos would be too long to dl every media again.
 

someoldguy

Member
Aug 8, 2017
122
170
Whn i try and run this on Edge I get an error "localStorage quota exceeded" on launch. {Windows 11 Edge]

I do not get that error when I try to run other browser games, including an earlier version of seven sins (chapter 2 ver 1.3)
 
Last edited:
May 30, 2023
60
48
What kind of mind control is in the game?
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.
 

enrfy

Newbie
Jun 14, 2017
36
19
I played the game and I like what I see so far but I have a few questions to ask about lust and the sins which I think that the mc should have asked her during the conversation in the park:
1. Can the sins procreate? Like for example now that lust possessing a human man and wrath possessing a human woman can they have children? Will the child be human or sin? Will the child be corrupted from the get go or have pure innocent soul like all humans? Will it inherit some or all of the powers of his sinful parents? What about a sin and someone from another race like could lust carry cassanova's child? Will in this case again will the child be human or a hybrid?
2. Can 1 human be a vessel for more than one sin?
3. Can sins affect each other? For example can lust make sloth fall in love with her which in turn while not change his nature but give him a motivation to be more active and less slothy to try and impress her?
4. Can the sins bring stuff to their world from other places? If so can't they try and restore their world by bringing stuff like clean water and plants and such? (I understand that it's a futile effort as their nature will just cause them to destroy it again but I am still curious about that possibility).
 
Nov 6, 2018
25
5
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.
Thanks 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 ?
 

Fulminato

Well-Known Member
Oct 17, 2017
1,429
1,214
Thanks 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 ?
open the browser console and wrtite
Code:
 SugarCube.State.variables
you will find a list of all game variables.(you need to expand the list)
for example to change player corruption to 50 is
Code:
 SugarCube.State.variables.corruption = 50
increase lauren trust by 30
Code:
 SugarCube.State.variables.laurentrust += 30
reducing lily love
Code:
 SugarCube.State.variables.lilylove -= 12
etc...
 
Nov 6, 2018
25
5
open the browser console and wrtite
Code:
 SugarCube.State.variables
you will find a list of all game variables.(you need to expand the list)
for example to change player corruption to 50 is
Code:
 SugarCube.State.variables.corruption = 50
increase lauren trust by 30
Code:
 SugarCube.State.variables.laurentrust += 30
reducing lily love
Code:
 SugarCube.State.variables.lilylove -= 12
etc...
Thanks you
 

Zirenaz

Member
Feb 20, 2020
454
443
Minor thing; After a massage from Abella it states "After 10 minutes, Abigail growls in frustration." and well, that is not her name
 
4.40 star(s) 36 Votes