Our game is not a familiar visual novel. This is an erotic sandbox with survival elements. The game is actively developing and it will depend on you what it will be in the final.
Installation:
1- Extract and run.
Developer: SunSity
Censored: No
Version: v3.50
Language: English
Genre: 3dcg, anal sex, bdsm, corruption, drugs, exhibitionism, groping, handjob, humiliation, lesbian, male domination, male protagonist, oral sex, rape, romance, sandbox, sex toys, spanking, sleep sex, voyeurism
Changelog 3.50:
New NPC – Kate.
New magazines in the sex shop.
New romantic interaction – Cowgirl Reverse
New random street event – Sleeping Beauty.
New cinema activity – Cinema Molister.
The work area is now a fully-fledged location where you can meet a new NPC.
New clothing in the Editor.
The clothing editor has been reorganized (the clothing list is now split into pages).
New fantasy character – Ana de Armas.
Fixed several bugs.
- Support Developer of this game:
- Patreon
Download for Windows/ Linux
- swipe down to hide the ui
- swipe left to roll back
- swipe right to start skipping of text
- swipe 2x left&right to open the game menu
- swipe up&down to toggle a small window with memory usage information
- longpress the save file thumbnail in the save/load screen to delete this slot






Anonymous
A prolapsed anus is nature’s way of telling you you’re wrong.
Saul Goodman
I told your mom that but she insisted that I continue doing her butt until I creampie
Anonymous
That’s fine. She’s a whore anyway, like all women.
Anonymous
Forced is the only way incels can get any without paying for it like a simp, cucked to their own perverted cult.
LordTex
How to mod to make SunSity less grindy or Remove the grind
There is 2 methods. Both are required to remove the grind.
**Method 1: This method is Used to change Player stats.
To use the cheatcodes you need to unlock develper mode.
Just search in Google “how to unlock Developer mode in renpy games”
*One time use:
open Console by pressing Shift+O then type the cheat codes one by one.If console is not opening then first unlock developer mode or console. Instructions are above.
GG.dict_skill[‘Writing_pract’] = 10 #Practical writing skill
GG.dict_skill[‘Writing’] = 10 #Writing skill
GG.dict_skill[‘Programming_pract’] = 10 #Practical programming skill
GG.dict_skill[‘Programming’] = 10 #Programming skill
GG.dict_skill[‘Intelligence’] = 10 #intelligence
GG.dict_skill[‘Talk’] = 10 #Talk
*Repeated use:
you have to use these codes repeatedly whenever nessasary
GG.money = 999999 #Money
GG.pep = 100 #Stamina
GG.eff = 1.0 #Efficiency
GG.immun = 100 #Immunity
GG.joy = 100 #Joy
GG.water = 100 #Water
GG.food = 100 #Food
**Method 2:This method is used to change NPC(Girls) stats. [Important] Before making any changes, read method 2 throughly once or twice and have a back up of the game or my_calls.rpy .
In the folder where the Executable(Game app) is ,there is a folder named “game”, navigate(go) into it.There find the file called “my_calls.rpy”.open it with Notepad.
Press F3 or go to edit -> find next.
*Search for “if topic == ‘romantic’:”
you will get the following result or something similar.
if topic == ‘romantic’:
# Любовь к ГГ увеличение
$ npc.dict_skill[‘Love’] = npc.dict_skill[‘Love’] + 0.04
talker ‘You had a nice romantic conversation.’
play sound “sounds/level_UP.mp3”
‘{color=#5fe624}Love: + 0.04{/color}’
now change the 0.04 to 3 in both the places. If you dont find 0.04 and find some other number , no problem just change whaterver number there is to 3.After change it should look like this->
if topic == ‘romantic’:
# Любовь к ГГ увеличение
$ npc.dict_skill[‘Love’] = npc.dict_skill[‘Love’] + 3
talker ‘You had a nice romantic conversation.’
play sound “sounds/level_UP.mp3”
‘{color=#5fe624}Love: + 3{/color}’
Next click F3 to go to the next code snippet(paragraph).
[Important]There will be multiple Search Results for “if topic == ‘romantic’:”.
So you will have to change the numbers in all the required code Snippets(paragraphs).You can go to the next code snippet by clicking F3.
You dont have to make the change for all the code snippet just make changes in “+ 0.004” (0.004 is just an example it can be any number) if it exists.
[Important] After clicking F3 to go to the next code snippet if you dont find the “+ 0.004” or something similar to the above mentioned code snippet,You will have to scroll a little bit and find it.if you dont find it after scrolling a bit then that means there is nothing to change here, just move on to the next code snippet by pressing F3. Dont forget to save your changes.
In v3.35 you just have to make changes in 2 code snippets out of 3 code snippets which shows up in the search.
Now you have removed the grind for Love Stat.
Similarly we will do it for the other npc stats like given below.
*save changes then,
press F3 and search for “if topic == ‘friendship’:”
Scroll a bit down then find the code snippet given below
# Навык общения увеличение
$ GG.dict_skill[‘Talk’] = GG.dict_skill[‘Talk’] + 0.01
# Настроение ГГ увеличение
$ GG.joy = GG.joy + 0.1
# Отношение к ГГ улучшение
$ npc.dict_skill[‘Friend/Anger’] = npc.dict_skill[‘Friend/Anger’] + 0.04
# Исследованность нпс увеличивается
$ npc.dict_skill[‘Exploration’] = npc.dict_skill[‘Exploration’] + 0.04
Change 0.04 to 3 after change it should look like this.
# Навык общения увеличение
$ GG.dict_skill[‘Talk’] = GG.dict_skill[‘Talk’] + 0.01
# Настроение ГГ увеличение
$ GG.joy = GG.joy + 0.1
# Отношение к ГГ улучшение
$ npc.dict_skill[‘Friend/Anger’] = npc.dict_skill[‘Friend/Anger’] + 3
# Исследованность нпс увеличивается
$ npc.dict_skill[‘Exploration’] = npc.dict_skill[‘Exploration’] + 3
press F3
you will find the code snippet given below
# Дружеский разговор
if topic == ‘friendship’:
# Навык общения увеличение
$ GG.dict_skill[‘Talk’] = GG.dict_skill[‘Talk’] + 0.01
# Настроение ГГ увеличение
$ GG.joy = GG.joy + 0.1
# Отношение к ГГ улучшение
$ npc.dict_skill[‘Friend/Anger’] = npc.dict_skill[‘Friend/Anger’] + 0.04
# Исследованность нпс увеличивается
$ npc.dict_skill[‘Exploration’] = npc.dict_skill[‘Exploration’] + 0.04
char_GG ‘- What is up.’
char_npc ‘- OK.’
talker ‘A little friendly conversation is always good.’
play sound “sounds/level_UP.mp3”
‘{color=#5fe624}Friend/Anger: 0.04 {p=0}Exploration: + 0.04{/color}’
change all the 0.04 to 3 it should look like this
# Дружеский разговор
if topic == ‘friendship’:
# Навык общения увеличение
$ GG.dict_skill[‘Talk’] = GG.dict_skill[‘Talk’] + 0.01
# Настроение ГГ увеличение
$ GG.joy = GG.joy + 0.1
# Отношение к ГГ улучшение
$ npc.dict_skill[‘Friend/Anger’] = npc.dict_skill[‘Friend/Anger’] + 3
# Исследованность нпс увеличивается
$ npc.dict_skill[‘Exploration’] = npc.dict_skill[‘Exploration’] + 3
char_GG ‘- What is up.’
char_npc ‘- OK.’
talker ‘A little friendly conversation is always good.’
play sound “sounds/level_UP.mp3”
‘{color=#5fe624}Friend/Anger: 3 {p=0}Exploration: + 3{/color}’
Press F3 and continue the same process of scrolling a little bit and changing the values
In v3.35 i had to change 4 out of 4 code snippets from the search.
now you have removed the grind for “Friend/Anger” and “Exploration” stat.
save and continue.
* search for “npc.dict_skill[‘Depravity/Modesty’] = npc.dict_skill[‘Depravity/Modesty’]”
you get the following code
label end_touching_actions(npc):
play sound “sounds/level_UP.mp3”
$ npc.dict_skill[‘Submission’] = npc.dict_skill[‘Submission’] + 0.04
$ npc.dict_skill[‘Depravity/Modesty’] = npc.dict_skill[‘Depravity/Modesty’] + 0.04
talker ‘{color=#5fe624}Submission: +0.04 {p=0}Depravity: +0.04 {/color}’
Change all 0.04(remember 0.04 is just an example it can be any number) to 5. you get the following
label end_touching_actions(npc):
play sound “sounds/level_UP.mp3”
$ npc.dict_skill[‘Submission’] = npc.dict_skill[‘Submission’] + 5
$ npc.dict_skill[‘Depravity/Modesty’] = npc.dict_skill[‘Depravity/Modesty’] + 5
talker ‘{color=#5fe624}Submission: +5 {p=0}Depravity: +5 {/color}’
click F3 and change the values. Dont forget to scroll up and down a little bit if you dont find the value.
In v3.35 I changed 3 out of 3 Code snippets from search. In the last search result there is no submission value to change .
now you have removed grind for ‘Submission’ and ‘Depravity/Modesty’.
LordTex
In talk option, talk about friendship and romantic topics to increase love ,friend, and exploration stat.
Pat on the head to increase depravity and submission