HTML Sluttown USA: Hometown Corruption [v0.52] [AmusingOddity]

3.60 star(s) 30 Votes

L7Bear

Well-Known Member
May 29, 2017
1,259
2,120
498
HTML. 0.48->0.49

What if I don't have 0.48 ???

*checks my 1.07 TB of AVNs*
1751456488622.png

Then again, perhaps I should fuck off.
 
  • Haha
Reactions: HenrySapin

AmusingOddity

Member
Game Developer
May 11, 2021
426
985
216
Can I suggest uploading a torrent for this kinda of download? instead of downloadins N packs and html just a torrent would be much easier
If you just want it all in one big file, there is usually a guy that swings through and makes a compressed file. Check back in a day or so and he'll probably have done it. If he does I'll link it on the first page.

HTML. 0.48->0.49

What if I don't have 0.48 ???

*checks my 1.07 TB of AVNs*
View attachment 5002940

Then again, perhaps I should fuck off.
Yep...I need .48 myself also. Can anyone re-upload that update please??
Links for last couple of update packs.
0.47


0.48


Can confirm that the second image pack cannot be extracted.
Aw man, I made three fresh upload links. It's unpacking fine on my end, what error are you getting and what link did you use?
 

L7Bear

Well-Known Member
May 29, 2017
1,259
2,120
498
Links for last couple of update packs.
0.47
Pixeldrain

0.48
Pixeldrain
Yeah, those are only update packs.
I mentioned I last downloaded v0.13
The 0.47 update and 0.48 update are useless to me.
I would need an actual full download, not an update.
Even if someone did have v0.13>0.14>0.15>0.16>...>0.45>0.46>0.47>0.48>0.49

Nevermind. This game clearly doesn't want me.
 

Queen_Of_Darkness

Active Member
May 21, 2017
559
309
277
So wouldn't it be better to have a Online link of the playable game, for those with issues in extracting multiple files?? Those issues is exactly why I stopped downloading this game. I've played until the 0.30 series of updates, but after that whenever I extract one of the Image pack I always get a "Corrupted File" error message.

Plus: the online link of the playable game will also work as sampling of the game for new users.
 
Last edited:

Draevis

Member
Nov 30, 2019
360
222
179
I just downloaded the 0.48 to 0.49 update from GoFile and the ingame changelog only shows up to the v0.48 changelog. Did I miss something? I previously had v0.48. At least the ingame changelog showed up to 0.48 before applying this update. I really wish the game had the version number in the left-hand side panel.
 

AmusingOddity

Member
Game Developer
May 11, 2021
426
985
216
So wouldn't it be better to have a Online link of the playable game, for those with issues in extracting multiple files?? Those issues is exactly why I stopped downloading this game. I've played until the 0.30 series of updates, but after that whenever I extract one of the Image pack I always get a "Corrupted File" error message.

Plus: the online link of the playable game will also work as sampling of the game for new users.
I don't know how to build websites. If you want an online version check out mopoga.com.

I just downloaded the 0.48 to 0.49 update from GoFile and the ingame changelog only shows up to the v0.48 changelog. Did I miss something? I previously had v0.48. At least the ingame changelog showed up to 0.48 before applying this update. I really wish the game had the version number in the left-hand side panel.
That's my bad. I forgot to do the changelog again. Its on the front page if you ever need to double check it, for some reason its one thing that regularly slips my mind.
 

Draevis

Member
Nov 30, 2019
360
222
179
That's my bad. I forgot to do the changelog again. Its on the front page if you ever need to double check it, for some reason its one thing that regularly slips my mind.
That's just it. Without something in the game to tell us which version of the HTML we have, an ingame changelog, or an explicit version number, we can't easily tell which version we have. As far as I can tell, I may have downloaded V0.48 all over again.
 

Queen_Of_Darkness

Active Member
May 21, 2017
559
309
277
I don't know how to build websites. If you want an online version check out mopoga.com.


That's my bad. I forgot to do the changelog again. Its on the front page if you ever need to double check it, for some reason its one thing that regularly slips my mind.
I have an issue with mopoga.com. I have a browser extension called Twine Hacker that lets me edit Variables in a Twine/sugarcube game. But all the games on this site doesn't register in the extension.
 

Clutchfrog

Member
Jan 3, 2021
124
195
132
If you just want it all in one big file, there is usually a guy that swings through and makes a compressed file. Check back in a day or so and he'll probably have done it. If he does I'll link it on the first page.




Links for last couple of update packs.
0.47
Pixeldrain

0.48
Pixeldrain


Aw man, I made three fresh upload links. It's unpacking fine on my end, what error are you getting and what link did you use?
Was there supposed to be an HTML in .48 along with that image pack?? Just checking. If so then it was missing.
 

AmusingOddity

Member
Game Developer
May 11, 2021
426
985
216
Jup, second image pack is broken.
Downloaded and extracted just fine for me...
View attachment 5004721
Well now what the hell would be causing that? Are you getting any kind of error message I could use to narrow down the issue? Do you remember what link you used? What browser are you downloading from?

There's 3 image pack downloads but no html download?
Was there supposed to be an HTML in .48 along with that image pack?? Just checking. If so then it was missing.
Its included in the pack 3 and update only. Having it separate was causing confusion for some people.
 
Aug 10, 2017
7
4
89
Hit F12 and your browser will pop up a Javascript console window to the right of the VN. I'm going to paste this screenshot of my chromium with the javascript console open. Note that I've already done the things that I will talk about next.
View attachment 1341295

The first thing I did was type "Sugarcube.State.variables.charge" at the ">" prompt in that window and hit enter. That returns a 0 which is the current charge on the phone as you can see in the content window as "Charge: 0". Note that as you type, the console will automatically populate a popdown list with possible completions. So after typing only "Sugar" I can just hit the right arrow key and it will fill that out as "SugarCube". Then I typed ".State.var" and that was enough to let me hit the right arrow key again to have it fill out "variables". So you don't have to type all this everytime and worry about it being incorrect.

I hit the "up arrow" key to recall all of that and just typed "=40" to set it to 40. Note that the content window on the left is in suspended animation while the console is open. So that "Charge: 0" won't change to "Charge: 40" until after I close the console window by clicking the "x" gadget in its upper right and then click something to go into the next passage.

I did "up arrow" again and then used backspace to erase the ".charge". This showed all of the variables in effect for the VN but as a "closed two line tree between "{" and "}" with a small ellipses "..." at the very right. To open it up as the full scrollable list I clicked on that "..." and we see the first page full of variables and values. I can now use "up arrow" and then type out individual variable names to peek and then use "=" with a new value to poke.

Congratulations. You now know how to hack 95% of Twine games since just about everybody uses SugarCube format and don't know how to change where the variable storage is hidden.
I have no idea if someone already pointed this out (and honestly, I'm too lazy to check ), but for anyone not too familiar with SugarCube: JavaScript is case-sensitive!
So it has to be SugarCube.State.variables.charge, not Sugarcube.State.variables.charge (with a lowercase "c").
Otherwise, you’ll get an error.
 

Snugglepuff

Devoted Member
Apr 27, 2017
8,497
9,433
786
Well now what the hell would be causing that? Are you getting any kind of error message I could use to narrow down the issue? Do you remember what link you used? What browser are you downloading from?
I used the GoFile link in OP, and 7Zip.

It's likely they either had a bad download, or whatever archive tool they use needs updating.
 
3.60 star(s) 30 Votes