You got real mom, sister, grandma, aunt and female cousinBefore I spend time downloading this game on my dog-ass internet connection, is the incest tag for step-relatives, or is it actually incest? Because the former isn't interesting whatsoever and not real incest.
You got real mom, sister, grandma, aunt and female cousin
You know that this game is completely fictional using porn with porn actors who are not related to each other at all in real life?View attachment 1936690
So, I downloaded the game since you replied, and I feel like you've misled me. If any of the relatives are on your mom's side, they're just step-relatives. Only relatives on your dad's side and your sister (if she's your half-sister instead of your step-sister) would be incest in this case.
I would actually have preferred it not have any of those porn clips at all. There's no consistency on the male between the different actors, and I'd prefer just having text. I'm here explicitly for the dialogue and writing, and I'm not going to rewrite someone else's porn game just to make it not step- "incest." I'm just going to find another game.You know that this game is completely fictional using porn with porn actors who are not related to each other at all in real life?
I was sure there was an option to choose in the beginning between step or blood related family but probably was removed or I'm just thinking of another game. Also there's very little reference to the fact your relatives are step relatives throughout the game, 99% of the time they're called the normal terms without "step".I would actually have preferred it not have any of those porn clips at all. There's no consistency on the male between the different actors, and I'd prefer just having text. I'm here explicitly for the dialogue and writing, and I'm not going to rewrite someone else's porn game just to make it not step- "incest." I'm just going to find another game.
This isn't on our side. The issue comes from the fact that the html is trying to load non-existent jQuery UI scripts and styles, namelyIt comes from your guys end, proof is that using online version worked. In the next update we are going to include a non-jquery alternative to avoid causing this.
./ressources/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js
and ./ressources/jquery-ui-1.9.2.custom/css/base/jquery-ui-1.9.2.custom.min.css
. Those files don't exist in your distribution of the game. In fact there is no such thing as a ./ressources/jquery-ui-1.9.2.custom/
folder.$(document).on(':passagerender', function (ev) {
let alreadyImported = false;
let scripts = document.getElementsByTagName('script');
let scriptUrl = "./ressources/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js";
for (let i = 0; i < scripts.length; i++) {
if(scripts[i].attributes.src && scripts[i].attributes.src.nodeValue == scriptUrl) alreadyImported = true;
}
if(!alreadyImported){
importStyles("./ressources/jquery-ui-1.9.2.custom/css/base/jquery-ui-1.9.2.custom.min.css");
importScripts(["./ressources/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js","./ressources/jquery-ui-1.9.2.custom/js/jquery-migrate-3.4.0.min.js"]);
}
});
$(document).on(':passagerender', function (ev) {
let alreadyImported = false;
let scripts = document.getElementsByTagName('script');
let scriptUrl = "./ressources/jquery-ui/jquery-ui.min.js";
for (let i = 0; i < scripts.length; i++) {
if(scripts[i].attributes.src && scripts[i].attributes.src.nodeValue == scriptUrl) alreadyImported = true;
}
if(!alreadyImported){
importStyles("./ressources/jquery-ui/jquery-ui.min.css");
importScripts(["./ressources/jquery-ui/jquery-ui.min.js"]);
}
});
Well you see, we made some test and it's indeed an issue for some people but for like 90% of the others the game run smoothly. We added this alternative for people who get this issue, will be available in the next update.This isn't on our side. The issue comes from the fact that the html is trying to load non-existent jQuery UI scripts and styles, namely./ressources/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js
and./ressources/jquery-ui-1.9.2.custom/css/base/jquery-ui-1.9.2.custom.min.css
. Those files don't exist in your distribution of the game. In fact there is no such thing as a./ressources/jquery-ui-1.9.2.custom/
folder.
There is however, a standard jQueryUI folder, so I tried using that instead. If anyone wants to replicate it, open the html and change lines 4308-4319 from
toJavaScript:$(document).on(':passagerender', function (ev) { let alreadyImported = false; let scripts = document.getElementsByTagName('script'); let scriptUrl = "./ressources/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js"; for (let i = 0; i < scripts.length; i++) { if(scripts[i].attributes.src && scripts[i].attributes.src.nodeValue == scriptUrl) alreadyImported = true; } if(!alreadyImported){ importStyles("./ressources/jquery-ui-1.9.2.custom/css/base/jquery-ui-1.9.2.custom.min.css"); importScripts(["./ressources/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js","./ressources/jquery-ui-1.9.2.custom/js/jquery-migrate-3.4.0.min.js"]); } });
I've just tested it on the problematic mafia overtake scene and everything seems to work.JavaScript:$(document).on(':passagerender', function (ev) { let alreadyImported = false; let scripts = document.getElementsByTagName('script'); let scriptUrl = "./ressources/jquery-ui/jquery-ui.min.js"; for (let i = 0; i < scripts.length; i++) { if(scripts[i].attributes.src && scripts[i].attributes.src.nodeValue == scriptUrl) alreadyImported = true; } if(!alreadyImported){ importStyles("./ressources/jquery-ui/jquery-ui.min.css"); importScripts(["./ressources/jquery-ui/jquery-ui.min.js"]); } });
More importantly THE GAME NOW RUNS BUTTERY SMOOTH, especially when it comes to loading saves.
If it works for some people, it's an accident. It's right there in the source code. You're trying to load something that doesn't exist.Well you see, we made some test and it's indeed an issue for some people but for like 90% of the others the game run smoothly. We added this alternative for people who get this issue, will be available in the next update.
jquery-ui-1.9.2.custom.min.js
?I think you don't get me, I have no idea why you don't have that folder because it existsIf it works for some people, it's an accident. It's right there in the source code. You're trying to load something that doesn't exist.
Possible explanations for why it works for some people are:
For your testers who did NOT have issues, have you asked them to open their browser console and see if they get an error message about being unable to load
- They installed the game over an older version that did have the custom JQueryUI folder
- They have some non-standard javascript interpreter that already has JQueryUI loaded, possibly from a browser extension
jquery-ui-1.9.2.custom.min.js
?
I see. Well I re-checked the MegaI think you don't get me, I have no idea why you don't have that folder because it exists
View attachment 1943779
I mean it was added to the game the 21th of June... either there is an issue with one of the upload I've made or you missed a patch (we sometimes publish some patches only on our discord server). We can keep tracks of the issues our players experience as long as they are playing the online version that's where the stats come from.
become_someone_v099_gif_version.zip
and it's missing the folder.
Hey, if you have some time and would be kind to develop which parts it would actually help us a lot. We would take notes of them and try to improve the game.It's my first game based on text only, but I must say that I liked it a lot, the only detail is that it felt very slow or very restrictive, but it's my point of view. 1 to 5, 3.6
See a few post above for the answerI'm having an issue on the mafia line. I have enough points to try to take over. But I get an error when i choose that. Saying that dragging isn't supported. So I'm unable to select the girls for the job. The only thing I can do is simply go back or undo changes.