Amun-Ra

Newbie
May 7, 2020
30
58
New update, lads. Bug fixing update! Surprised nobody else said anything yet, but maybe Vrelnir~Senpai will notice me again.
 

fire2244

Member
Nov 18, 2020
154
393
I've update the nsp(not-so-premium) mod for version 3.8.2, if anyone is interested.

As usual, the mod is a standalone file.



Any errors please warn me on the mod's post
 
Last edited:
  • Like
Reactions: Kaliner

empty sides

Newbie
Aug 22, 2018
36
23
good game It's suprisingly really really fun to just go with a play style and try to get the achievements without getting a bad ending spot... even if i usually per play through go through the asylum at least once and get kidnapped by remy farm...

Idk why this game is so addicting, like every time I do a lot of the same things but it doesn't get old
 

Commenting

Newbie
May 17, 2020
43
7
Oof, now that is reasonable enough.
How'd it go to 60 times? I don't remember Robin's trauma decreasing that slowly.
Sorry for the late reply, I was sleeping.
In my first playthrough I just eventually unlocked the love interest for Robin, but that just happened on it's own over weeks of playing. Now I looked at the wiki because I wanted to start it earlier. I borrowed money until she couldn't pay Bailey, then she got taken to the docs and I went there, fought and escaped, took on her debt and a few days later i noticed she had the trauma stat and it was a bit over 60%. Wiki said her trauma must be lower than 10%, so I started the "grind" and after a few days passed I noticed it only went down about 1% per day of constant interaction.
 

11037AAA

Member
Oct 20, 2018
210
121
I know, I am using cheats, but you can't cheat/change every single part of the game such as Robin's trauma.
if you really want to lower Robin's trauma, you can play around with commands on the browser's console
i can share you a command to use : but be certain to back up your save before you use it, as I can't guarantee it will won't break anything

SugarCube.State.variables.NPCName.at(16).trauma = 0

i'd personally recommend to set Robin's trauma to 1 and then wait a day, in order to prevent potential sequence breaks
 

Commenting

Newbie
May 17, 2020
43
7
if you really want to lower Robin's trauma, you can play around with commands on the browser's console
i can share you a command to use : but be certain to back up your save before you use it, as I can't guarantee it will won't break anything

SugarCube.State.variables.NPCName.at(16).trauma = 0

i'd personally recommend to set Robin's trauma to 1 and then wait a day, in order to prevent potential sequence breaks
I'll give it a try next time I play
 

Taithrah

New Member
Mar 19, 2022
6
24
I see a lot of users asking for cheats. I quickly compiled a list of console commands. There are way more you can enter, but these are just some of the ones I searched for in the console. Useful when I want to quickly make a new custom start.


These console commands should not prevent you from gaining feats.


Code:
Open the browser dev console.
Firefox Ctrl+Shift+K
Chromium Based F12


-----------------------------------------------------


You can copy and paste multiple lines in to the console.
Just keep each "cheat" on there own line.


-----------------------------------------------------


# to find more variables type the following.
# It should show an autofill after the .
SugarCube.State.variables.


-----------------------MISC--------------------------


# £
# 100000 is equal to one thousand £
SugarCube.State.variables.money=0


# Current time
# 0 is 12:00 AM
# 420 is 7:00 AM
SugarCube.State.variables.time=0


# overall game time
# 0 is the start of the game. Sunday 7:00 am
# 3650 is start of the game. Sunday 8:00 am
SugarCube.State.variables.timeStamp=0


# Players birthday month
SugarCube.State.variables.birthmonth='september'


# Players birth day
SugarCube.State.variables.birthday=3


# Awarness selected at the start
# 'innocent' or 'knowledgeable'
SugarCube.State.variables.awareselect='knowledgeable'


# NPC characters trauma
# (16) in this case is Robin
# type SugarCube.State.variables.NPCName into the console
# you will see a list of numbers for each character
SugarCube.State.variables.NPCName.at(16).trauma=0


-----------------------Body--------------------------


# Sex
# 'm' or 'f' or 'h'
SugarCube.State.variables.player.sex='m'


# Gender
# 'm' or 'f' or 'h'
SugarCube.State.variables.player.gender='m'


# Gender appearance
# 'm' or 'f'
SugarCube.State.variables.player.gender_appearance='f'


# Gender appearance naked
# 'm' or 'f'
SugarCube.State.variables.player.gender_appearance_without_overwear='f'


# Gender body
# 'm' or 'f' or 'a'
SugarCube.State.variables.player.gender_body='f'


# Gender posture
# 'm' or 'f' or 'n'
SugarCube.State.variables.player.gender_posture='f'


# Freckles
# true or false
SugarCube.State.variables.player.freckles=false


# Penis
# true or false
SugarCube.State.variables.player.penisExist=true


# Penis size
# -2 to 4
SugarCube.State.variables.player.penissize=0


# Testicles
# True or False
SugarCube.State.variables.player.ballsExist=true


# Testicle size
# 0 to 4
SugarCube.State.variables.player.ballssize=0


# Vagina
# true or false
SugarCube.State.variables.player.vaginaExist=false


# Breast size
# 0 to 12
SugarCube.State.variables.player.breastsize=0


# Butt size
# 0 to 8
SugarCube.State.variables.player.bottomsize=0


-------------------Current State---------------------


# Pain
# 0 to 100
SugarCube.State.variables.pain=0


# Arousal
# 0 to 10000
SugarCube.State.variables.arousal=0


# Fatigue
# 0 to 2000
SugarCube.State.variables.tiredness=0


# Stress
# 0 to 10000
SugarCube.State.variables.stress=0


# Trauma
# 0 to 5000
SugarCube.State.variables.trauma=0


# Control
# 0 to 1000
SugarCube.State.variables.control=0


# Allure
# This is controlled by other factors and wont stick via this command
SugarCube.State.variables.allure=0


# Alcohol
# 0 to 1000
SugarCube.State.variables.drunk=0


# Drugs
# 0 to 1000
SugarCube.State.variables.drugged=0


# Hallucinogens
# 0 to 1000
SugarCube.State.variables.hallucinogen=0


----------------Core Characteristics-----------------


# Purity
# 0 to 1000
SugarCube.State.variables.purity=0


# Beauty
# 0 to 10000
SugarCube.State.variables.beauty=0


# Physique
# 0 to 20000
SugarCube.State.variables.physique=0


# Willpower
# 0 to 1000
SugarCube.State.variables.willpower=0


# Awareness
# 0 to 1000
SugarCube.State.variables.awareness=0


# Promiscuity
# 0 to 100
SugarCube.State.variables.promiscuity=0


# Exhibitionism
# 0 to 100
SugarCube.State.variables.exhibitionism=0


# Deviancy
# 0 to 100
SugarCube.State.variables.deviancy=0


----------------------Skills-------------------------


# Skulduggery
# 0 to 1000
SugarCube.State.variables.skulduggery=0


# Dancing
# 0 to 1000
SugarCube.State.variables.danceskill=0


# Swimming
# 0 to 1000
SugarCube.State.variables.swimmingskill=0


# Athletics
# 0 to 1000
SugarCube.State.variables.athletics=0


# Tending
# 0 to 1000
SugarCube.State.variables.tending=0


--------------------Sex Skills-----------------------


# Seduction
# 0 to 1000
SugarCube.State.variables.seductionskill=0


# Oral
# 0 to 1000
SugarCube.State.variables.oralskill=0


# Vaginal
# 0 to 1000
SugarCube.State.variables.vaginalskill=0


# Anal
# 0 to 1000
SugarCube.State.variables.analskill=0


# Hands
# 0 to 1000
SugarCube.State.variables.handskill=0


# Feet
# 0 to 1000
SugarCube.State.variables.feetskill=0


# Buttocks
# 0 to 1000
SugarCube.State.variables.bottomskill=0


# Thighs
# 0 to 1000
SugarCube.State.variables.thighskill=0


# Chest
# 0 to 1000
SugarCube.State.variables.chestskill=0


# Penile
# 0 to 1000
SugarCube.State.variables.penileskill=0




----------------School Performance-------------------


# Science
# -1 to 4
SugarCube.State.variables.sciencetrait=0


# Maths
# -1 to 4
SugarCube.State.variables.mathstrait=0


# English
# -1 to 4
SugarCube.State.variables.englishtrait=0


# History
# -1 to 4
SugarCube.State.variables.historytrait=0


# Science Daily Progress
# 0 to 3
SugarCube.State.variables.science_star=0


# Science Daily Progress
# 0 to 3
SugarCube.State.variables.maths_star=0


# Science Daily Progress
# 0 to 3
SugarCube.State.variables.english_star=0


# Science Daily Progress
# 0 to 3
SugarCube.State.variables.history_star=0


---------------------Traits--------------------------


# Asphyxiophilia
# 0 or 1
SugarCube.State.variables.choketrait=0


# Bitch
# 0 or 1
SugarCube.State.variables.bestialitytrait=0


# Cum Dump
# 0 or 1
SugarCube.State.variables.ejactrait=0


# Milk Addict
# 0 or 1
SugarCube.State.variables.milkdranktrait=0


# Plaything
# 0 or 1
SugarCube.State.variables.molesttrait=0


# Orgasm Addict
# 0 or 1
SugarCube.State.variables.orgasmtrait=0


# Fucktoy
# 0 or 1
SugarCube.State.variables.rapetrait=0


# Prey
# 0 or 1
SugarCube.State.variables.tentacletrait=0


# Tasty
# 0 or 1
SugarCube.State.variables.voretrait=0

If you don't care about feats and want to start with a massive feat boost, and wont be flagged as cheating. The quickest solution I found was to just edit the local storage. Only do this if your ok with editing browser cookies.
While on the main menu for making starting a new character, open the browsers dev tools.
Storage tab with Firefox and Application tab with a Chromium based browser.
In Local Storage, look for or create the following key if it does not exist. dolFeats
Paste everything in the code box below into the key value for that key, then reload the page.
You must then start a new game for it to take affect.
You should end up with unlocked feats and VrelCoins.

JSON:
{
    "Pocket Change":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Money Maker":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Tycoon":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Millionaire":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "It Belongs in a Museum":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Fully Covered":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Being a Boy":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Being a Girl":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Being a Hermaphrodite":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Being an Orphan":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Stressful Challenge":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Long Stressful Challenge":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Billboard":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "A Living Canvas":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Farmhand":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Farmer":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Cultivator":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "The Rival Farm":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "The Rival Estate":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Heroic Victory":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Five in a Row":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Distinction":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Distinctive":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Distinguished":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Science Fair Winner":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Maths Competition Winner":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Rich Hearts":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Most Aware":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Most Innocent":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "No More Control":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Thief":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "May I have this Dance?":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Aquanaut":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Seductress":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Green Fingered":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Majordomo":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Swift":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Alluring":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Sex Specialist":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Perfect Record":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Perfect Sub":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Defying the Odds":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Hawker":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Vendor":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Merchant":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Twisted Desire":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Served Hot":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Sadomasochist":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Shining Reputation":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Social Butterfly":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Anti-Social Moth":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Teachers Pet":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Teachers Nightmare":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Robin the Lover":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Robin's Song":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Whitney the Tsundere":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Delinquent Antics":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Giddy Up":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Kylar the Obsessed":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Eden the Lonely":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Avery the Moneybags":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Leighton the Shady":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Alex the Robust":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Great Hawk the Terror":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Wren the Sly":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Great Wolf the Alpha":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Sydney the Pure Hearted":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Harper the Hypnotist":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Morgan the Lost":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Love Triangles":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Love Trapezoids":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Ballroom Show-off":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Under the Table":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Pub Crawl Victors":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Mason's Secret":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Mason's Shame":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Animal Tender":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "I Spy":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "First Kiss":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "A Crime Most Foul":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Longing":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Pagan Rite":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Neko":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Wolf":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Cattle":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Harpy":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Fox":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Angel":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Fallen Angel":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Demon":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "A Special Trait":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "A Special Trait Collector":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Broodmother Host":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Top Broodmother Host":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Broodmother Zoologist":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Miracle of Life":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "First Fatherhood":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Hail Mary":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Bicycle Mother":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Life Comes in Threes":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Diversity of Life":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Life begins when you least expect":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Broken Dam":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Seed Spreader":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Producer of Lewd Fluids":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Literally Buckets":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Feeling Full":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Head Chief":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Locked In Gold":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Bailey's Trouble Maker":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Leighton's Nightmare":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Alex's Partner":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Harper's Bane":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Laughingstock":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "You're the Laughingstock":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "The Endless Deep":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Wet and Ruined":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Head of the Pack":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Top of the Food Chain":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Illicit Science":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Mouth Sealed Shut":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Neck Deep":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Seedy":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Pride of the Farm":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Dawn to Dusk":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Runaway Cattle":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Equine Rescue":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "A Thunderous Response":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "A Lewd Adventure":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Sour Dealing":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Rear Passenger":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Cornered Rogue":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Pain Rider":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Submerged":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Farm Protector":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "A Knot to Remember":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Wrong Size":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Idle Hands":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Stolen Technology":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Spelunking":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "X Marks the Spot":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Buried Treasure":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Abnormal Mollusc":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Leverage":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Flurry":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Under the Ice":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "A Festive Home":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "In Red Light":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Oh Bother":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Employee Benefits":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Not Like the Movies":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Slippery":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "High Reflection":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Schism":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Catch the Wind":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Trading Dignity":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Playing with Fire":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Firestarter":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Dealing":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "To Watch the Fields":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Reliable Employer":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Into the Sunset":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Bent Copper":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Social Contract":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Institutionalised":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Breaker":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Time and Pressure":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "More than a Number":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Friends in the Sky":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Not Meant to be Caged":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Slip Through the Backdoor":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Life of the Party":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Belle of the Ball":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Breaking the Stone":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Pound Alpha":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Pound Runt":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Pounded Pound":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Pound Liberator":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "The Value of Pain":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Free Booze":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Bewitching Echoes":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Dark Delvings":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Lurker Beyond":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Down Below":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Bridging the Past":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Safe Trail":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Field Work":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Concrete Woodland":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "School Green":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Hookah Master":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Sins of the Past":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Panic Room":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Lost World":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Prehistoric Landscape":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Face of a Guardian":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Wild Monarch":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Naturalised":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Gilded Spear":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Defy the Night":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Withering Truth":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Lost Heirloom":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Max Those Shots":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Opened Pandoras Box":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Brothel Provider":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Opened Pandoras Cocks":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Ear Slime Lover":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Ear Slime Amalgam":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "The Path to Redemption":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "A New Life":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Negotiator":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "Curious Attire":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "My Collection of Feats":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
    "My Timeless Collection of Feats":  "Sun Jan 1 2023 12:00:00 GMT-0400 (Eastern Daylight Time)",
  "points": 383,
  "specialClothes": {
    "witchdress":"unlocked",
    "christmasdress":"unlocked",
    "jinglebelldress":"unlocked",
    "sleevelessjinglebelldress":"unlocked",
    "serafuku":"unlocked",
    "vampirejacket":"unlocked",
    "slutshirt":"unlocked",
    "christmasshirt":"unlocked",
    "bellydancer'stop":"unlocked",
    "christmastrousers":"unlocked",
    "bellydancer'sbottoms":"unlocked",
    "loincloth":"unlocked",
    "witchhat":"unlocked",
    "christmashat":"unlocked",
    "chefhat":"unlocked",
    "fedora":"unlocked",
    "holypendant":"unlocked",
    "darkpendant":"unlocked",
    "stonependant":"unlocked",
    "christmaslegwarmers":"unlocked",
    "witchshoes":"unlocked",
    "mummyfacewrap":"unlocked",
    "mummytop":"unlocked",
    "mummyskirt":"unlocked",
    "cowbell":"unlocked",
    "featheredhairclip":"unlocked",
    "catsuit":"unlocked",
    "holystole":"unlocked",
    "minisnowman":"unlocked",
    "cowbra":"unlocked",
    "cowpanties":"unlocked",
    "cowsocks":"unlocked",
    "cowsleeves":"unlocked",
    "bellydancer'sveil":"unlocked",
    "rose":"unlocked",
    "scarecrowshirt":"unlocked",
    "scarecrowhat":"unlocked",
    "skeletonmask":"unlocked",
    "skeletonoutfit":"unlocked",
    "classyvampirejacket":"unlocked",
    "bellydancer'sshoes":"unlocked",
    "futuristicbodysuit":"unlocked",
    "daisy":"unlocked",
    "esotericspectacles":"unlocked",
    "spiritmask":"unlocked",
    "ragtop":"unlocked",
    "ragskirt":"unlocked",
    "minipumpkin":"unlocked",
    "gakuran":"unlocked",
    "classicserafuku":"unlocked",
    "sailorribbon":"unlocked",
    "islandermask":"unlocked"
  }
}
If I don't update this in a while, you can find new feats in the source code. "game\04-Variables\feats.js"
You can find special clothing to unlock at "game\overworld-town\loc-shop\widgets.twee"

2024-01-16 - Updated feats and special clothing - 0.4.5.3
 
Last edited:

Madeni

Member
Oct 17, 2021
231
245
I've been playing for some time and I feel like I'm not making much noticeable progress.

Is there a "tips" thread/post somewhere ? Not a complete wiki that gives solutions, but something to get me started and understand what I'm doing.
 

madchef

Well-Known Member
Jan 10, 2020
1,106
1,960
While this update is a much needed expansion on the lewd stuff, the implementation of sex toys has turned multiple partners sex encounters into a hot mess, not in a good way.

You don't have permission to view the spoiler content. Log in or register now.

The least the devs should do is to group sex toys into at least two categories: 'penetratives' and impact toys. It may be funny at first but reading again and again passages about the PC's tits whipped with anal beads and their orifices fucked with riding crops quickly loses its charm and you can't help but perceive those lewd misadventures of the Orphan as some juvenile porn spoof. Introduction of spanking implements requires some BDSM-specific scenes / sessions, as these are not sexual encounter aids like other toys can be: different mindset and setting need to be provided for their use, even when not purely disciplinary, but intentionally lewd.

Also, there are inconsistencies regarding capacity and availability of orifices. As you can see above, the PC is enjoying triple anal penetration. Yet, she can only insert two fingers up her butt when masturbating and if any partner starts the scene with putting a finger up her butt, the orifice becomes inaccessible to anything else.
 
4.50 star(s) 186 Votes