- Jun 5, 2017
- 838
- 1,430
Is this the whole game, or just the update?You must be registered to see the links
0.8.2 FIXED, COMPRESSED
3.4GB RAR
NOTE: gofile may delete this file, staff could mirror it
Is this the whole game, or just the update?You must be registered to see the links
0.8.2 FIXED, COMPRESSED
3.4GB RAR
NOTE: gofile may delete this file, staff could mirror it
I downloaded the game with Mega from this site and for some reason I'm getting that bug when I'm trying to open the game but fortunately the compressed version worked fine so I guess the problem is solved now.Where did you download the game from? The game does not need any additional player to run properly.
Have you tried the Jewelry Store in the mall? Would be my guess.So I'm trying to meet Valery. It says I should have at least 90 in sexual attractiveness without looking like a prostitute. After checking the game files, it seems I need to buy jewelry but I don't know where to buy some. Does anyone know ?
there's no jewelry store in the mallHave you tried the Jewelry Store in the mall? Would be my guess.
I wish there was a guide telling you where to look and what you can buy... Because I feel like as soon as you start the game, you're immediately thrown in the middle of nowhere. And that's dumb not to include a jewelry store in the mall, there has to be one. I'm still searching but nothing so far.there's no jewelry store in the mall
Seems like acne cream is broken, i buy it at pharmacy but it's never in inventory... the game is still suffering from bugs... maybe will wait till next update.
There's no such thing as "acne cream" in the code. When you buy "acne cream" the amount is added to vaginal cream. It's a shit game with shit code with zillions of bugs, always has been, nothing has changed since I posted the review.A lot of bugs:
1. Acne cream became vaginal in my purse
There's no store selling jewelry and there's nothing in the code that gives you jewelry of any kind. Even if you could buy them, wearing 4 gold items of jewelry can only increase the "sexual" value by 16, as seen below, which won't help you that much.So I'm trying to meet Valery. It says I should have at least 90 in sexual attractiveness without looking like a prostitute. After checking the game files, it seems I need to buy jewelry but I don't know where to buy some. Does anyone know ?
if silv_pendant_w=1:sexual+=1
if gold_pendant_w=1:sexual+=2
if silv_earrings_w=1:sexual+=2
if gold_earrings_w=1:sexual+=3
if silv_bracelet_w=1:sexual+=2
if gold_bracelet_w=1:sexual+=3
if silv_ring_w=1:sexual+=3
if gold_ring_w=1:sexual+=5
if silv_necklace_w=1:sexual+=3
if gold_necklace_w=1:sexual+=5
if sexual<90:msg'The man gave you an appraising look. Soon he turned away. It guess you don`t look good enough...' & gt curloc
So in the end it's inconsistency errors made by the dev... He should've known that reaching 90 without wearing a hooker outfit is difficult in itself and the outfit that can get you the closest to that number is the purple dress since you can't enter the restaurant with the sportswear. Maybe swapping the value of both outfits would make more sense. And on top of that, the game is at 0.8.2 and the idea of creating a jewelry store never crossed his mind ? That's a down right here... Thanks for nothing, dev.There's no store selling jewelry and there's nothing in the code that gives you jewelry of any kind. Even if you could buy them, wearing 4 gold items of jewelry can only increase the "sexual" value by 16, as seen below, which won't help you that much.
The 'sexual' value (sexual attractiveness) needs to be over 90 as seen below and the only non-slutty outfit that might work is the black sportswear, which is ridiculous.Python:if silv_pendant_w=1:sexual+=1 if gold_pendant_w=1:sexual+=2 if silv_earrings_w=1:sexual+=2 if gold_earrings_w=1:sexual+=3 if silv_bracelet_w=1:sexual+=2 if gold_bracelet_w=1:sexual+=3 if silv_ring_w=1:sexual+=3 if gold_ring_w=1:sexual+=5 if silv_necklace_w=1:sexual+=3 if gold_necklace_w=1:sexual+=5
The only way to fix this is to reduce the value from 90 down to 70 or below. There's nothing you can do about it unless you know how to break the password and fix the code.Python:if sexual<90:msg'The man gave you an appraising look. Soon he turned away. It guess you don`t look good enough...' & gt curloc
Here, try this, I have reduced the comparison value to 60, you can wear the purple dress for the restaurant. It has some other shit too e.g. you don't die out of starvation, or sleep deprivation etc. Should also allow you to use the cream for anus, which you can't access in the inventory.So in the end it's inconsistency errors made by the dev... He should've known that reaching 90 without wearing a hooker outfit is difficult in itself and the outfit that can get you the closest to that number is the purple dress since you can't enter the restaurant with the sportswear. Maybe swapping the value of both outfits would make more sense. And on top of that, the game is at 0.8.2 and the idea of creating a jewelry store never crossed his mind ? That's a down right here... Thanks for nothing, dev.
If you haveWhere did you find the coding so I can take a look myself ?