a3on

Member
Jun 4, 2019
125
37
no matter how many times I click the "Copy Files" button and it says that I copy all the files I can to my pen drive the number remains at 0/1 and no actual change occurs. I'm at a loss as to what to do.
i'm quite sure this is just a visual bug. you should still be able to proceed with the meeting normally.
a random faction member will do their report first (where you can choose to help or sabotage them). then after that, it's the PC's turn, whatever quest flags you've gathered should show up here in choices form.

i am also quite sure the whole "spying" thing is NOT necessary. you can still bullshit your report with social dice check.

I couldn't equip the necklace because of the collar. How do you unequip those now? I know that it was changed recently. Is it hardware store like chastity? Does that mean I'd have to get Id first or are there other options?
trying to find out about this too, anyone got any clue how to remove the collar?
 

catfood

Newbie
Feb 10, 2018
61
120
I can't start the game.
When I click on new game I get a blank page....
View attachment 4359775
Same issue, it looks to be the download from Gofile is corrupt. Redownloaded from Mega and it works fine. The html file size was different. The good one from Mega, the html file was 6,533,134 bytes. The bad html file from Gofile was 6,532,815 bytes.
 

tysssart

Member
Aug 17, 2017
149
148
Same issue, it looks to be the download from Gofile is corrupt. Redownloaded from Mega and it works fine. The html file size was different. The good one from Mega, the html file was 6,533,134 bytes. The bad html file from Gofile was 6,532,815 bytes.
The MIXDROP is also corrupt.
 
  • Like
Reactions: argent1234534545

ddaisy

Member
Jun 5, 2019
360
175
Btw, does anyone know how npc rape-iness mechanics work in this game? I feel like every time I start the game there's no point in talking to male npcs because like every second or third time I talk to them they will attempt to rape my character. I get that the city is supposed to feel unsafe but it's kind of weird how many interactions result in rape attempts. It would make sense in the slums perhaps but I'm not so sure about stuff like that happening on the main street in the middle of the day.
 
  • Like
Reactions: Yuriphoria2

SiggySky

Newbie
Jun 23, 2023
60
134
There's a new but kind of barebones milking route. A certain Thulle Deviants member wants to start their own food production and asks you to either find human cows for them or become one. You need to become a gang member to access that so a trip to the Police station seems necessary. It as a fair bit of content, but there is room for way more.
You don't strictly have to be a gang member, you can meet Andanna at the nightclub(11pm-2am)/house rave(2am-5am) and she'll give you access to the farmlands in the central slums. That lets you cut out the arrest/jail cell loop if you want to avoid it.

The content is hucow oriented, you can either recruit up to two other NPCs or volunteer yourself. If you recruit two, you can no longer volunteer. I didn't see any difference if you recruit 1 and volunteer since your hucow training loop doesn't have any other NPCs visible except for those scripted in the training.
 

ddaisy

Member
Jun 5, 2019
360
175
I ran into a bug or two bugs or something unexplained.

I was renting the 4 East Passage - Apt 7 apartment which should be 10 silver per week. Everything worked fine until I went through the pony training with Morgan and Quinn. After the training I returned the 4 East Passage apartment, but for some reason the rent went up to 20 silvers. This was weird but I assumed I just needed to pay for two weeks since I spent a lot of time at Morgan's manor. Unfortunately the next week they asked for 30 silvers and I didn't have that kind of money. Then due to not having enough to pay I was forced into an endless sex scene with Iaia the landlord dickgirl. The endless loop bug may or may not have something to do with getting a chastity cage from Andrew a few hours earlier, though nothing made it look like I need my equipment unlocked to go through the scene.
 

Badass_Badmen

Newbie
Mar 12, 2020
16
2
It seems difficult to get the quests activated in the public version. Even when I get the trust necessary, the Isaara quest, for example, doesn't initiate.

Is there something I'm missing?
 

DKORYAKIN505

Newbie
Jun 29, 2023
98
21
there is no game, you start the game and a confusing page starts.
нету игры запускаешь игру запускается путая страница
 
Jan 26, 2020
70
86
Most kinks are clear, but these confuse me as to who is doing what. Can I get an explanation of the differences between them?

watersports (others)
watersports (self)

Cum play (others)
Cum play (self)
 

f69plop

New Member
May 22, 2020
10
14
Good game, but it could benefit from optimisation.
at each version the strip action takes more an more time.
I'd love to improve the performance, but unfortunately the html is obfuscated

* * *
Found the culprit*s* it's a lot of json parse/stringify on saveData (in local storage), even some stringify(parse(savedata))
made some changes to call setSave(obj) for when saving to saveData, and getSave()

function getSave() {
if( !window.saveData ) window.saveData = JSON.parse( localStorage.getItem("savedata")) || {};
return window.saveData
}

function setSave(newSave) {
window.saveData = newSave
localStorage.setItem( "savedata", JSON.stringify(newSave));
}

so I only parse the data if we don't have it, and update the global at the same time i update the storage.

the game is WAY more responsive.

I also tweaked it a bit to allow total submission to 199 (still cap to 100 for 1 npc)
 
Last edited:
3.80 star(s) 29 Votes