FAP Online Creation

Member
Game Developer
Dec 2, 2022
113
277
It appears you can't advance beyond 49 with the characters in the latest build. Completing the Lust and Trust dialogues are not increasing the maximum Lust and Trust values.
By clicking on the 'Information(?)' button, you will find that fulfilling the trust and lust dialogues is not the only requirement!
 

FAP Online Creation

Member
Game Developer
Dec 2, 2022
113
277
Game-breaking error (Cannot progress) when completing Elfie's 99 Trust scene:

Code:
FAPOCALYPSE.html:134884 Error: <<script>>: bad evaluation: Cannot read properties of undefined (reading 'variables')
    <<script>>
      UIBar.stow(true);
      SugarCube.State.variables.gui_interface.angelaButtonEnable = false;
      /*SugarCube.State.variables.gui_interface.mapButtonEnable = false;*/
      SugarCube.State.variables.gui_interface.inventoryButtonEnable = false;
    <</script>>
Clearing the error just returns you to the scene, and clicking "Next" repeats the error. If there's a way to escape, I haven't found it.
We are investigating the issue. Currently, we are unable to reproduce the bug, but we appreciate your report. Thank you!
 

LordGil

Newbie
Jul 5, 2017
53
46
No real sex content whatsoever yet. Game is looking good but there's no reason to play it as of now.

To unlock all the scenes you can just run
Code:
for (let scene_key in SugarCube.State.variables.scenes.list) {
    SugarCube.State.variables.scenes.list[scene_key].seen = true;
}
in the console
 
  • Like
Reactions: xoxo1001

hardfacing

New Member
Jun 28, 2023
7
2
By clicking on the 'Information(?)' button, you will find that fulfilling the trust and lust dialogues is not the only requirement!
I'm aware, I've also engaged in every available action with the girls, including the river and barn scene available, and the various extra scenes in the bathroom, kitchen, and shower.

Code:
{
    "name": "Elfie",
    "location": {
        "morning": {
            "section": "district.sub.shelter.sub.bedroomElfie",
            "description": "Her room"
        },
        "afternoon": {
            "section": "district.sub.shelter.sub.livingroom"
        },
        "evening": {
            "section": "district.sub.shelter.sub.bathroom1"
        },
        "night": {
            "section": "district.sub.shelter.sub.kitchen"
        },
        "default": {
            "section": "district.sub.shelter.sub.bedroomElfie",
            "description": "Her room"
        }
    },
    "control": true,
    "desc": "This is Elfie. She is the younger sister of the family.",
    "age": 18,
    "role": "Younger Sis",
    "cup_size": "38 B",
    "bordercolor": "#90226b",
    "backgroundcolor": "rgb(75, 50, 75)",
    "image": [
        "ressources/icons/10.jpg"
    ],
    "image_set": 0,
    "stats": {
        "vari_dominance": {
            "tease": 0,
            "handjob": 0,
            "titsjob": 0,
            "blowjob": 0,
            "vaginal": 0,
            "anal": 0
        },
        "trust": 49,
        "trust_max": 49,
        "lust": 49,
        "lust_max": 49,
        "trustCondition": [
            [
                "EA2",
                99
            ],
            [
                "EA3",
                174
            ],
            [
                "EA4",
                249
            ],
            [
                "EA5",
                374
            ],
            [
                "EA6",
                499
            ],
            [
                "EA7",
                749
            ],
            [
                "EA8",
                999
            ],
            [
                "EA9",
                1499
            ],
            [
                "EA10",
                1999
            ],
            [
                "EA11",
                3499
            ],
            [
                "EA12",
                4999
            ],
            [
                "EA13",
                7499
            ],
            [
                "EA14",
                9999
            ],
            [
                "EA15",
                null
            ]
        ],
        "lustCondition": [
            [
                "EB2",
                99
            ],
            [
                "EB3",
                174
            ],
            [
                "EB4",
                249
            ],
            [
                "EB5",
                374
            ],
            [
                "EB6",
                499
            ],
            [
                "EB7",
                749
            ],
            [
                "EB8",
                999
            ],
            [
                "EB9",
                1499
            ],
            [
                "EB10",
                1999
            ],
            [
                "EB11",
                3499
            ],
            [
                "EB12",
                4999
            ],
            [
                "EB13",
                7499
            ],
            [
                "EB14",
                9999
            ],
            [
                "EB15",
                null
            ]
        ]
    }
}
 

Amahl Farouk

Well-Known Member
May 13, 2018
1,314
2,426
what sized monitor would you need to be able to read the frikin TINY font on, and well done for chosing a font color that is practically invisible, and kudos for not including ANY ability to alter the font size, and an AMAZING job at turning off the zoom in function on chrome

If the devs ambition was to make an unreadable game and remove any ability to enlarge the text, then I say job well done

ffs, do some testing on a few different computers before announcing your pride in the new UI

pisses me off when devs disable functionality in my fekin browser
 

ezreal666

New Member
Jan 21, 2018
10
0
When you click the button what happens? Is it red? If yes, that means you got every answer wrong. If it's green, that means something is off and well have to fix it.
I think every answers wrong are caused by browser translation. If you choose to translate,such as chrome, the answer will be displayed wrong/red no matter which one you choose.
 

FAP Online Creation

Member
Game Developer
Dec 2, 2022
113
277
I'm aware, I've also engaged in every available action with the girls, including the river and barn scene available, and the various extra scenes in the bathroom, kitchen, and shower.

Code:
{
    "name": "Elfie",
    "location": {
        "morning": {
            "section": "district.sub.shelter.sub.bedroomElfie",
            "description": "Her room"
        },
        "afternoon": {
            "section": "district.sub.shelter.sub.livingroom"
        },
        "evening": {
            "section": "district.sub.shelter.sub.bathroom1"
        },
        "night": {
            "section": "district.sub.shelter.sub.kitchen"
        },
        "default": {
            "section": "district.sub.shelter.sub.bedroomElfie",
            "description": "Her room"
        }
    },
    "control": true,
    "desc": "This is Elfie. She is the younger sister of the family.",
    "age": 18,
    "role": "Younger Sis",
    "cup_size": "38 B",
    "bordercolor": "#90226b",
    "backgroundcolor": "rgb(75, 50, 75)",
    "image": [
        "ressources/icons/10.jpg"
    ],
    "image_set": 0,
    "stats": {
        "vari_dominance": {
            "tease": 0,
            "handjob": 0,
            "titsjob": 0,
            "blowjob": 0,
            "vaginal": 0,
            "anal": 0
        },
        "trust": 49,
        "trust_max": 49,
        "lust": 49,
        "lust_max": 49,
        "trustCondition": [
            [
                "EA2",
                99
            ],
            [
                "EA3",
                174
            ],
            [
                "EA4",
                249
            ],
            [
                "EA5",
                374
            ],
            [
                "EA6",
                499
            ],
            [
                "EA7",
                749
            ],
            [
                "EA8",
                999
            ],
            [
                "EA9",
                1499
            ],
            [
                "EA10",
                1999
            ],
            [
                "EA11",
                3499
            ],
            [
                "EA12",
                4999
            ],
            [
                "EA13",
                7499
            ],
            [
                "EA14",
                9999
            ],
            [
                "EA15",
                null
            ]
        ],
        "lustCondition": [
            [
                "EB2",
                99
            ],
            [
                "EB3",
                174
            ],
            [
                "EB4",
                249
            ],
            [
                "EB5",
                374
            ],
            [
                "EB6",
                499
            ],
            [
                "EB7",
                749
            ],
            [
                "EB8",
                999
            ],
            [
                "EB9",
                1499
            ],
            [
                "EB10",
                1999
            ],
            [
                "EB11",
                3499
            ],
            [
                "EB12",
                4999
            ],
            [
                "EB13",
                7499
            ],
            [
                "EB14",
                9999
            ],
            [
                "EB15",
                null
            ]
        ]
    }
}
Well, that's interesting. We are trying to reproduce this bug but, on our end, we are able to pass every step without any problem. Could you, and anyone experiencing this bug, share information with us on our Discord server? Here is the link to it: .
 
2.80 star(s) 45 Votes