To be clear, this update includes both v0.15.0 (which was previously patron-exclusive) and v0.15.1, so it's a pretty huge update. It's actually the second largest update I've ever released.> Debtor's prison
> Romance content
I'll pass. Cool that some story branches are wrapped up.
It's mostly just futa->female and vice versa. There's some other stuff, but it's mostly low on the tf scale.What kind of transformation content is included? I've seen the tranformation tag, but nothing is explained.
Probably not. It would be hard to do because the content and code are pretty mixed together unfortunately. A translator would need to be a programmer willing to learn about the game's engine and systems and willing to do a lot of work. Plus the game is almost 600,000 words long at this point.Will you include other languages at some point?
The game is not made with RPG Maker. You can try the web browser version of the game in a modern web browser, and use your web browser's translation features. I use a lot of English idioms and expressions, though so YMMV.游戏引擎是 rpgmv.v8 吗?为什么 mtool 不能翻译
And you've bought the cauldron from the marketplace?For some reason, "Alchemy" do not appear in my Home after the prologue
Oh, i didn't know you had to do that, sorryAnd you've bought the cauldron from the marketplace?
I know. Thank you for your answerThe game is not made with RPG Maker. You can try the web browser version of the game in a modern web browser, and use your web browser's translation features. I use a lot of English idioms and expressions, though so YMMV.
Good question lol. I didn't think of that. I guess I'll have to add a way for him to re-add the debt status.I got a full save and I can't go back into debt so I'm stuck in a limbo for Gerald's quest what do I do??? I accidentally got Charlotte to bail me out instead of getting auctioned
??? What did you even download to think that? Patreon version gets one week of exclusivity on new updates, extra cosmetics, and a built-in cheat menu. That's it.I wish this game wasn't 90% locked behind a patreon wall
I think I must have by chance clicked every exclusive outfit but none of the others.??? What did you even download to think that? Patreon version gets one week of exclusivity on new updates, extra cosmetics, and a built-in cheat menu. That's it.
//Decrypt Game:
game = Document.parseHTMLUnsafe(LZString.decompressFromBase64(jQuery("subc-data").text()));
passages = Array.from(game.querySelectorAll("subc-passage"));
gdata = passages.map(p => {
const ed = ' ' + JSON.stringify({
position: p.getAttribute("position"),
size: p.getAttribute("size"),
});
return `:: ${p.getAttribute("name")}` + (p.hasAttribute("tags") ? (" [" + p.getAttribute("tags").trim() + ']') : "") + (ed ? ed : "") + '\n' + p.textContent + '\n';
}).join('\n');
function export_game(s = gdata) {
const g = document.createElement("a"),
data = URL.createObjectURL(new Blob([ s ], { type: "text/html" }));
g.href = data;
g.download = document.title + ".twee";
g.click();
URL.revokeObjectURL(data);
return g;
} //export_game
export_game();
Bro what? Could you maybe play the game?I wish this game wasn't 90% locked behind a patreon wall
That was already resolved, see the posts a little later.Bro what? Could you maybe play the game?
It works in JoiPlayCan be this play in Joiplay? Because it looks an html game or nah?