Wattle

Newbie
Jun 10, 2023
84
203
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.
https://f95zone.to/threads/how-to-debug-or-cheat-twine-sugarcube-variables.6553/
 

BiXsu69

Newbie
Jun 2, 2019
52
25
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.
How do I open the console on Android, in the same Google Chrome?
 

Fokusforfun

New Member
Mar 30, 2022
3
0
Found this error at the beginning of the game in the quest section:

Error: child tag <</if>> was found outside of a call to its parent macro <<if>>
 

francsco854

New Member
Apr 28, 2020
5
1
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>
 

tooldev

Active Member
Feb 9, 2018
779
728
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>
Please use the 'code' tag next time - keeps your code nicely and neat.

otherwise : If I am not mistaken you have a misplaced bracket in the bottom
1731788585159.png
 

Flood69

Newbie
Oct 1, 2024
34
10
Want to ask a few things:

Will there be sharing/companion prostitution content in the future? I'm particular about having Charlotte do those Wendigos for fun or have her work in the brothel since we're financially bound anyway

Extra scenes and fetishes for existing characters are always welcome, since we're delving into depraved stuff anyway, sloppy seconds can't be that bad in comparison

That also adds more beastiality/monster content without having the male character sissify or gay since I have my reservations about those

Also, I'd really like for to have Maddox or Eerie as companions

Cheers!

Edit: I'd also like to know if Pregnancy and Birth will be a thing here in the near future, you can pump loads into your mother here and that reminded me that Impregnation may be a good thing to add.

Charlotte and Eerie as well, there's only one location that you can have sex in when in the case of the former, you should be able to do it in any safe location, or heck find a way to convince her that it's okay to do it outside, there's a good variety of festishes to be enjoyed here but they don't go deeply in any one character, which can be a bit frustrating to people that zeroes in on a few characters at a time.
 
Last edited:

off1234

Newbie
Jun 21, 2021
21
7
Is this game not compatible with joiplay?
I tried using it but it wouldn't let me save,load,export or import saves
 

Fest43

New Member
Jan 23, 2023
6
0
Do you know if you can change the gender completely? Or if there are plans to add something like that in the future?
 

PsyTurtle

Member
Jan 16, 2022
111
73
Do you know if you can change the gender completely? Or if there are plans to add something like that in the future?
From the dev's FAQ on the game's itch page:

Q: Will/Could there be a female protagonist start option?

A: No, but it is planned that you can have a full female transformation in the late games. A female start may be possible when I'm finished most of the game.
 

Game Lord

Member
Apr 17, 2021
427
287
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.
20250125_141544.jpg

Assuming that Icy Viridian disabled this function. Not sure why when it was enabled previously?
 

PsyTurtle

Member
Jan 16, 2022
111
73
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?
Can you scroll down normally? Comments display just fine for me if I scroll down in the browser.
 

Game Lord

Member
Apr 17, 2021
427
287
Can you scroll down normally? Comments display just fine for me if I scroll down in the browser.
Yeah, I've tried that, nada. As you can see in the following screenshot, I'm already at the bottom of the page:
20250125_154952.jpg

If I click on Comments, it doesn't do anything.
If I click on View all posts, it takes me to the Dev's logs, not the user comments:
20250125_155031.jpg

I'm trying this from my phone which used to work perfectly fine on this front so not sure what changed. Don't really want to have to switch to my PC to have to post and review the comments and this issue is only occurring with this one game. Other itch.io games, I can review the comments from my phone at this time still:
20250125_155824.jpg
 

Game Lord

Member
Apr 17, 2021
427
287
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.
Thanks for responding all the same.
 

Game Lord

Member
Apr 17, 2021
427
287
Oh, I see what's happening. If I'm logged into itch.io with my itch.io user account, the comments are not loading in for Wasteland Lewdness. If I'm logged out of my itch.io account, I can view the comments on Wasteland Lewdness.

This issue is only occurring with Wasteland Lewdness. Other itch.io games, I can be logged in and don't experience this same issue. Weird.
 

Zonunbaka

New Member
Dec 1, 2022
6
2
Anyways know what is happening after i explore the bomb pit in greyfold i just died and after that whenever I tried to leave greyfold and go to another place I keep on dying and when I try to upgrade my dog in dr choppy clinic I again died is it a glitch or what Because I have been playing this game for a long time and this is the first time it happened
 
3.50 star(s) 27 Votes