fsck

Member
Aug 3, 2017
407
480
Alright I put on the post and sent him a direct message. So it should be fixed in 3 to 5 years.
Actually fsck DS actually pushed out a silent bugfix and it didn't take 5 years. :LOL:
:unsure: Wow, it seems DS is receptive to direct messages

Here's the changelog for all the bugfixes I did for 0.28:
You don't have permission to view the spoiler content. Log in or register now.
This is, I hope, a complete list of bugs in Kate playthrough all in one place (unless I missed something).

Seeing as he's going to start working on a Kate update after part 2 comes out, maybe you could let him know about all these bugs? If he fixes them, we might actually be treated to a Kate update that isn't completely borked :) whenever it eventually rolls out...

I'm formatting the list in a way it's easy to copy-paste:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Deleted member 237822

Well-Known Member
Oct 8, 2017
1,177
1,545
:unsure: Wow, it seems DS is receptive to direct messages

Here's the changelog for all the bugfixes I did for 0.28:
You don't have permission to view the spoiler content. Log in or register now.
This is, I hope, a complete list of bugs in Kate playthrough all in one place (unless I missed something).

Seeing as he's going to start working on a Kate update after part 2 comes out, maybe you could let him know about all these bugs? If he fixes them, we might actually be treated to a Kate update that isn't completely borked :) whenever it eventually rolls out...

I'm formatting the list in a way it's easy to copy-paste:
You don't have permission to view the spoiler content. Log in or register now.
sent it too him we shall see if it gets fixed.
 
  • Like
Reactions: fsck

Dragon59

Conversation Conqueror
Apr 24, 2020
6,699
10,960
Pretty obvious you did not get that I was joking with you and you failed to get the joke - zooooom, parted your hair even.
There's something very special about people who praise their own jokes. It's not a flattering approach. It's not a way to earn respect.

Especially when the joke is to make the "teller" look like a fool. In this case, pretending that they didn't understand that someone was talking about when photos that had been shared by the author would appear in the game. Pretty basic concept, and you expected us to all realize you weren't that naive.
 
D

Deleted member 1691628

Guest
Guest
Especially when the joke is to make the "teller" look like a fool. In this case, pretending that they didn't understand that someone was talking about when photos that had been shared by the author would appear in the game. Pretty basic concept, and you expected us to all realize you weren't that naive.
Wasn't meant that way at all and further explained to said person what I had meant in a post after as I was not trying to make them look like a fool, only joking with them since I did not realize it was a translation barrier. To add, I apologize if it seemed that way, but I meant no harm.
 

fsck

Member
Aug 3, 2017
407
480
So we can't download this for MAC?
It runs fine on linux, so it should, in theory, run fine on macs too.

Simplest solution would be to run it with wine.

There's a slightly more complicated way to get it running natively using electronjs, but I don't know the steps required to set it up on a mac.
 

TY4352

New Member
Apr 27, 2020
3
0
Just started playing the Max route for the first time. Having some issues starting the second erotica session with Lisa. The quest hasn't split into the three sections yet but just instructs me to talk to her after midnight. Unfortunately, there are no dialogue options. Has anyone had similar issues?
 

fsck

Member
Aug 3, 2017
407
480
Running on Linux I used this post: https://f95zone.to/threads/urban-voyeur-v0-7-0-gold-cesar-games.3079/page-33#post-3616154
A little tricky but I guess not more tricky than times I tried with wine.
Only downside is for now I need to be ROOT to have it running, see if I can figure that one out.
If you want to run it on linux without root, this worked for me:

Bash:
# Download and extract Glamour-0.29

# Optionally, apply my bugfix from https://f95zone.to/threads/glamour-v0-29-offline-dark-silver.10579/post-4110864

cd Glamour-0.29/resources/
mkdir glamour
asar e app.asar glamour
cd glamour/
ln -s ../../game .
npm install electron@7 electron-is-packaged
./node_modules/electron/dist/electron .

# If images don't load, close and run previous command again :P

# Subsequently, to start the game:

cd Glamour-0.29/resources/glamour/
./node_modules/electron/dist/electron .
You will need to install npm and asar from your distro's package manager.
 
2.60 star(s) 186 Votes