3.40 star(s) 5 Votes

lockerxx

Devoted Member
May 10, 2017
8,095
17,961
913
how i get the threesome with the asian and the blonde girl (the girl from the sallon not the daughter of the mayor)
 

Crouching Koala

New Member
Apr 28, 2017
14
18
191
Starting the game with start.exe(Pale Moon): Save/loading works, but no sound.
Starting the game with index.html(Firefox): Audio works, but save/loading does not.

Tried both in admin mode.
 

ibreezer

New Member
Nov 4, 2017
1
4
81
For those who want highest possible resolution/canvas, update index.html
inside "C:\S\Bin\Palemoon\s"

and change
Code:
<body>
<center>
<br />
        <br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<div id="gameContainer" style="width: 1050px; height: 700px; margin: auto"></div>


        <br />

</div>
      
</body>
to
Code:
<body>
<center>
<div id="gameContainer" style="width: calc(100vh * 1.5); height: 100vh; margin: 0"></div>
    </center>      
</body>
 

shadypro

Newbie
Game Developer
Jan 2, 2017
91
418
206
For the pictures:
They are stored in the subfolders of ..\Bin\Palemoon\s\
The cryptic files there contain the media of the game.
It is possible to extract them by using for example tools like the Dragon unPACKer (with the Hyper Ripper option)
that searches for media files that are hidden in bigger files.
But that would be checking over 500 separate files for single pictures and i'm to lazy to do that
Also, they are totally without any order and are named like this
f6c3f1e630a5eff0ca200440550e9dc6_-0000000001.jpg
View attachment 59467

Maybe someone else knows an easier,faster way to do this.
Copy all the files from \Bin\Palemoon\s\ that don't have any extension into a new folder and run a quick command "ren * *.jpg" in this new folder. That will do the trick.
No idea regarding animated scenes though.
Actually the easiest way (I know of) is this:
1. Using forfiles /S /M rename - to rename all files to .jpg
2. Then for /r to copy all .jpg to new folder.

Here is the result:
PS: Enjoy! :)
 

Brontozaurio

Member
Nov 11, 2017
150
120
213
can you get to the "forest road patrol"? everytime i finish the trip it gets me back to the city :teary:
 

windyp

Newbie
Aug 5, 2016
89
54
295
Weird, the game work completely fine for me with sound and save. Some bug with the animation though
 

ggnore

Newbie
Jun 22, 2017
33
5
108
Hey i'm getting this error message:

"The browser could not allocate enough memory for the WebGL content. If you are the developer of this content, try allocating less memory to your WebGL build in the WebGL player settings."

Any guidance on how to resolve this? thanks
 
3.40 star(s) 5 Votes