Try submitting to Derek in the intro (or find him in Greyfold).how does feminization work exactly? I know you can just pay for it at the clinic but is there a organic way to do it?
Try submitting to Derek in the intro (or find him in Greyfold).how does feminization work exactly? I know you can just pay for it at the clinic but is there a organic way to do it?
https://f95zone.to/threads/how-to-debug-or-cheat-twine-sugarcube-variables.6553/Trying to cheat in some money to speed things along and less headaches. I'm using Brave browser tried the "SugarCube.state.variables" but doesnt seem to do anything for me, i tabbed over to console to enter it and it just said "undefined" and if i need to put it in the elements where do i put it? Or is there another method to add money. I tried cheat engine. but its not simple values, and depending on the coding i know it can be a few variables... if someone knows the cheat engine method that would probably be the easiest way. And if no one knows, oh well ill live.
How do I open the console on Android, in the same Google Chrome?If you use google chrome (probably possible in all browsers, but i've only used google chrome) you can open the console (press f12 when ur in the game) and paste: SugarCube.State.variables and press enter. That gives you all the variables, so you can adjust stats, money etc. Not sure if that's what you're after.
Please use the 'code' tag next time - keeps your code nicely and neat.I wanted to know if there is a way to integrate this code into the game and make it work:
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Histórico do Jogo</title>
<style>
#ui-bar-history {
display: flex;
gap: 10px;
}
button:disabled {
opacity: 0.5;
}
</style>
</head>
<body>
<div id="ui-bar-history">
<button id="history-backward" tabindex="0" title="Voltar no histórico do jogo" aria-label="Voltar no histórico do jogo" disabled="" aria-disabled="true" type="button">⬅</button>
<button id="history-forward" tabindex="0" title="Avançar no histórico do jogo" aria-label="Avançar no histórico do jogo" disabled="" aria-disabled="true" type="button">➡</button>
</div>
<script>
// Funções para ativar e desativar botões
function enableButton(buttonId) {
const button = document.getElementById(buttonId);
button.removeAttribute('disabled');
button.removeAttribute('aria-disabled');
}
function disableButton(buttonId) {
const button = document.getElementById(buttonId);
button.setAttribute('disabled', '');
button.setAttribute('aria-disabled', 'true');
}
// Exemplo de como usar as funções
setTimeout(() => {
enableButton('history-backward');
enableButton('history-forward');
}, 2000); // Ativa os botões após 2 segundos
</script>
</body>
</html>
It's an HTML game made in Twine. You can just play it in a web browser on mobile.Is this game not compatible with joiplay?
I tried using it but it wouldn't let me save,load,export or import saves
From the dev's FAQ on the game's itch page:Do you know if you can change the gender completely? Or if there are plans to add something like that in the future?
Can you scroll down normally? Comments display just fine for me if I scroll down in the browser.Is anyone else able to view the comments for this game on the itch.io site? They are no longer appearing for me when clicking on the Comments link at the bottom of the page.
Assuming that Icy Viridian disabled this function. Not sure why when it was enabled previously?
Yeah, I've tried that, nada. As you can see in the following screenshot, I'm already at the bottom of the page:Can you scroll down normally? Comments display just fine for me if I scroll down in the browser.
Never mind, I just used a different browser on my phone and that one brings up the comments. Should have tried that first before posting here.Can you scroll down normally? Comments display just fine for me if I scroll down in the browser.