DenbaJba

Member
Dec 3, 2018
117
140
It's such a pity to see a game like this being abandoned. Ok, I was not entirely satisfied with the gameplay, because it was clunky and strange and the collisions were not working yet, but if the creator just polished the controls, the animations and the relationship system it would be a great game.
A game with a huge potential thrown in the thrash bin. Really sad.
 

Icebird

Member
Sep 22, 2017
401
288
Do any of the existing mods add more story/ambient quests?
Not much, close to zero as I know. In my work I handle this with unlockable events, most of them hidden until the gameplay progress.
Wroting exact quests somekind difficult and need attention in planning. I had plans to implement some earlier (like corrupting police chief, or get an underground plastic surgeon to unlock the clinic) but I scrapped them and used events instead.
 
  • Thinking Face
Reactions: Spamwise

Giantguy8854

Newbie
Jan 30, 2024
15
31
That’s all folks… time for a break lol. Hope you guys enjoy! I’ll upload more ladies next time.

*Also any tips on how to create hairstyles are welcomed!*
 
  • Like
Reactions: R0y

LeGenie

New Member
Jan 23, 2022
5
0
I'm having some issues with a mod I am trying to make.
If anyone can spare a moment of their time and knowledge, it's a simple choice that I want to add. For some reason, it always autos to 0 when I select choice 1. Add to that, it then ignores my if/else statements and plays both as if the if/else statement didn't even exist.

I am using Notepad++

this is the mod...

Code:
WHAT: ALL
WHERE: home
WHEN: 16-24
WHO: Actor = getRelative();
OTHER:

    SceneStart()
    Actor.dress()
    Actor.show(2)
    "My <Actor.relationship> and I just watched a history documentary about royal families during the medieval period together on TV."
    Player(Happy):: "Wow, I can't believe people used to ..."
    0:: "Be married off to seal alliances"
    1:: "Marry their <Actor.relationship>s"
    
    If 0
        Actor(Sad):: "Yeah it's a shame that women used to be used as nothing more than pawns in the diplomacy game."
    Else
        Actor(Embarrassed):: "..."
        "Wow, that conversation just got awkward real quick ..."
        Player():: "Don't tell me you wish it was possible?"
        Actor():: "I.. please don't judge me if I say this"
        0:: "Sure you can tell me anything."
        1:: "Oh nah I will judge the fuck out of you, it's what family does."
        
        
        If 0 {
            Actor(Happy):: " Well we all know you are somehow the prettiest girl in the world... how could anyone not want you"
            Player(Happy):: "Okay okay fair point does that mean you want me?"
            Actor()::"... everyone does Genie"
            Player()::" Oh I can't give you that but I might be able to give you a close second?"
            Actor:arousal +=30
            Actor:mood += 20
            If Actor:arousal >60
                Actor():: " I will take anything you offer no joke"
                "I notice their dick getting hard through their pants"
                "I reach into their pants and pull out their meat... might as well satisfy them"
                Filter(Handjob)
                Sex(Actor, Player)
                Actor():: you are literally the best <Actor.relationship> in the world"
                " I lick their nut off my fingers and say... I know"
            Endif }
        Elseif 1{
            If Actor: arousal >70
                Actor():: "Why do you have to be so MEAN"
                Player():: " cuz I'm cool like that, what do you want from me ho"
                Actor():: "That is it I've had enough.. I BLAME YOU FOR WHAT I'M ABOUT TO DO"
                Player()::" No... NO BACK OFF FUCKER"
                    Filter(Aggressive, anal, Anal)
                    TalkNonConsensual()
                    SexNoAffair(Actor, Player)
                    masochist += 15 
                Player():: " Oh god what have you done, you bitch!"
                Actor():: "Relax it was just anal... you're cool like that aren't you? your words, not mine!"
                Player():: " I hate you so much right now"
                " I slapped them and went to my room... honestly it was some of the best anal in my life I think I like being forced by my family. I'll never admit it tho"
            Endif
        Endif }
                
        Actor: mood += 100
        mood+= 100
        Actor:incest += Random(0, 30)
    Endif
    
    SceneEnd()
    timeout(2, family_history_incest)
 

larsV

Member
Jan 13, 2018
203
70
Do any of the existing mods add more story/ambient quests?
well some mods do add something more to the gameplay/story,but no quests (exsample if you download ravengers scenes and add the folders roommates,police,and fighting you will get more scenes, and in the folder leading to action grab the maid stuff)
 
  • Sad
Reactions: Spamwise
3.30 star(s) 116 Votes