Quickpawmaud

Active Member
Jul 4, 2019
537
278
164
Welp my mistake for assuming the game would just stay equally broken as before. Why did he add "health"? Game was already grindy as shit. Now if you use the "november" cheat which is like a necessity imo you just perma die. The amount of triggers in the code for this is so many I was going to try removing the entire health mechanic and maybe post a version here but it is not worth the effort for this game. The premise of the game was already that if your lust gets too high you die but now if your lust gets too high your health goes down and you also die. The november cheat was supposed to remove this mechanic and keep lust at 101 but now that triggers -5 health every refresh so you constantly die. I don't understand why the dev even bothers with this game anymore? Like at least there is a bit more effort into the other two.
 
  • Like
Reactions: myuri78

Anewrai

Member
Dec 6, 2019
214
96
104
Welp my mistake for assuming the game would just stay equally broken as before. Why did he add "health"? Game was already grindy as shit. Now if you use the "november" cheat which is like a necessity imo you just perma die. The amount of triggers in the code for this is so many I was going to try removing the entire health mechanic and maybe post a version here but it is not worth the effort for this game. The premise of the game was already that if your lust gets too high you die but now if your lust gets too high your health goes down and you also die. The november cheat was supposed to remove this mechanic and keep lust at 101 but now that triggers -5 health every refresh so you constantly die. I don't understand why the dev even bothers with this game anymore? Like at least there is a bit more effort into the other two.
theres a cheat cat which gives you 69 lives
 

Quickpawmaud

Active Member
Jul 4, 2019
537
278
164
theres a cheat cat which gives you 69 lives
That is pointless as you just die over and over but I discovered a solution. It is actually pretty simple but I spent way too much trial and error doing more complicated solutions first which is quite frustrating. "&lt;&lt;set $sisterWeed += 1 &gt;&gt;</tw-passagedata><tw-passagedata pid="140" name="PassageFooter" tags="nobr" position="32,538" size="100,100">&lt;&lt;if $player.lust &gt;= 100&gt;&gt;" search for this line of code in the html file and change 100 to 1000 or whatever other number high number and no more health drain and no errors. 1753999542471.png
 

Quickpawmaud

Active Member
Jul 4, 2019
537
278
164
Been looking through the code to try to find the trigger for DLC0 but not sure what it could be. Seems like it should work based on what is there but it does not. I already have all the images for it from previous versions and there doesn't seem to be another variable locking it since DLC2 works. Is very strange. Idk I am terrible at coding. I should really stop looking at this file I am making no progress lol.
 

Bilbringi

Newbie
Jan 20, 2023
94
96
62
v1.27 Offline is out now

Changelog:

v1.27
- Added new location shady office in outskirts
- Added new quest establishing a shady office in the outskirts if you're wanted
- Added 5 new scenes of unethical conduct by your employees (shady office)
- Added 3 new scenes seduced by assistant (shady office)
- Added 5 new scenes managing your office (shady office)
- Added 3 new misc text descriptions (shady office)
- Added 4 new entry dialogue lines (roommate's room)
- Changed police background image
- Changed 'eat dinner option' to 'grab some snacks' to avoid confusion in the kitchen
- Fixed small UI bugs
v1.26
- Added 2 new entry dialogues (roommate's room)
- Added 1 new scene having a threesome with the landlady (roommate's room)
- Added 2 new scenes having a threesome with the other roommate (roommate's room)
- Added 7 new random events-scenes (roommate's room)
- Added 3 new misc text descriptions (roommate's room)
- Added random passive roommate lust increases
- Changed roommate interaction UI
- Changed roommate bedroom UI
- Fixed roommate correct mentions
- Fixed small bugs
 
  • Like
Reactions: Amuranth and NSkell

damiandik

Member
Apr 12, 2021
104
57
111
That is pointless as you just die over and over but I discovered a solution. It is actually pretty simple but I spent way too much trial and error doing more complicated solutions first which is quite frustrating. "&lt;&lt;set $sisterWeed += 1 &gt;&gt;</tw-passagedata><tw-passagedata pid="140" name="PassageFooter" tags="nobr" position="32,538" size="100,100">&lt;&lt;if $player.lust &gt;= 100&gt;&gt;" search for this line of code in the html file and change 100 to 1000 or whatever other number high number and no more health drain and no errors. View attachment 5097230
Can you tell me how do I get to this page of code? I can't find it
 

damiandik

Member
Apr 12, 2021
104
57
111
That is pointless as you just die over and over but I discovered a solution. It is actually pretty simple but I spent way too much trial and error doing more complicated solutions first which is quite frustrating. "&lt;&lt;set $sisterWeed += 1 &gt;&gt;</tw-passagedata><tw-passagedata pid="140" name="PassageFooter" tags="nobr" position="32,538" size="100,100">&lt;&lt;if $player.lust &gt;= 100&gt;&gt;" search for this line of code in the html file and change 100 to 1000 or whatever other number high number and no more health drain and no errors. View attachment 5097230
Ok I did what you said. But it doesn't work. Am I doing something wrong?
 

Quickpawmaud

Active Member
Jul 4, 2019
537
278
164
Ok I did what you said. But it doesn't work. Am I doing something wrong?
You have to open the html file in an editor like notepad++. I would just upload my edited file here but it won't let me upload html files. Assuming you did that part correctly then the game physically cannot trigger health loss from lust being too high as the trigger condition will never activate so you just play the game. To be clear only change the "= 100" at the end and add a 0 to make it 1000 so the last part is "= 1000&gt;&gt; " everything else stays the same you are only adding a single 0 to the code.
 
Last edited:

damiandik

Member
Apr 12, 2021
104
57
111
You have to open the html file in an editor like notepad++. I would just upload my edited file here but it won't let me upload html files. Assuming you did that part correctly then the game physically cannot trigger health loss from lust being too high as the trigger condition will never activate so you just play the game. To be clear only change the "= 100" at the end and add a 0 to make it 1000 so the last part is "= 1000&gt;&gt; " everything else stays the same you are only adding a single 0 to the code.
Yes I am pretty confident I did that way and I am still dying. I did it in 1.26 dlc version. Wait let me show you a sc
 

Quickpawmaud

Active Member
Jul 4, 2019
537
278
164
Yes I am pretty confident I did that way and I am still dying. I did it in 1.26 dlc version. Wait let me show you a sc
1755146256926.png This is what it should look like I suggest just overwriting that file with the one from the zip file for a fresh start. You don't have pretty print and I am ape brain so idk what is wrong with it.
 

Bilbringi

Newbie
Jan 20, 2023
94
96
62
Viagra Cheat Mod for Small Town DLC v1.29

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
DLC 0 -

DLC 2 -
 
Last edited:
  • Like
Reactions: kulbak and Tchlu

remacart

New Member
Jul 18, 2025
11
32
32
This is really cool and helpful but I'm struggling understand the instructions. How do we get to the first screenshot? I attempted to use the devtools console and type in "hashstr" but that didn't work. Or do we click on something in the source? (Thanks again!)
In devtools, just put hashStr or window.hashStr.

What the starting code bro nothing works
1.28
start: ╢q0Dco
advanced: みzao
 
  • Like
Reactions: screamss
2.60 star(s) 32 Votes