SexGameSluts — Who Will You Fuck First? Play Now!
x

Sith1ord

Newbie
Sep 30, 2017
24
21
168
there's a line of code to shift it between image pack and server-based images at line 40144-40147, but they changed the image paths sufficiently that swapping $imagePath to the pack for 1.5.1.06 only fixes about 80-90% of the images
 

junkanon

Newbie
Aug 13, 2016
85
124
237
According to the Patreon page, it's been confirmed by the hosting company that Female Agent is being targeted with a DDoS attack.

I just want to know why. I wanted to play 1.6 with images, you know. Seeing my Kate. Watching her being harassed.
 
  • Like
Reactions: PinkBishop

Zedire

Active Member
Jun 3, 2018
723
1,792
230
I wonder if it doesn't make more sense to just have the game link to a downloadable image folder like earlier versions to completely circumvent issues like this in future? I realize it might give the developer less control over changing images on a whim and having them instantly reflected in the game, but at least people could continue to play the game without it being largely unplayable.
It seems too easy though, so maybe I'm just not seeing the bigger, more important picture here.
 

Nerra

Active Member
Apr 13, 2018
641
826
244
I wonder if it doesn't make more sense to just have the game link to a downloadable image folder like earlier versions to completely circumvent issues like this in future? I realize it might give the developer less control over changing images on a whim and having them instantly reflected in the game, but at least people could continue to play the game without it being largely unplayable.
It seems too easy though, so maybe I'm just not seeing the bigger, more important picture here.
It would seem the developers wanted a small file size for downloading, and the easiest way to do that is not to include images.
But with the DDoS attack on their site I think they should just start including the image pack with the file.

I wonder who the hate-filled person(s) are attacking their site.
 

prodigy

Member
Sep 7, 2016
303
332
303
It would seem the developers wanted a small file size for downloading, and the easiest way to do that is not to include images.
But with the DDoS attack on their site I think they should just start including the image pack with the file.

I wonder who the hate-filled person(s) are attacking their site.
Are you sure? Are you saying that downloading them directly is somehow less efficient than downloading them to browser cache and redownloading them every time you clean history? What weights more 1kg of feather or 1kg of stone? It would have sanse if he updated game more frequently but as all we know that is not even imaginable.

My guess for reason could be it is inefficient way of tracking interest.
Or ground work for some drm measure. Doubtful.
But my bet would be simple laziness/convenience, his not audience.
 
Last edited:

PinkBishop

Member
Oct 29, 2017
137
94
230
It would seem the developers wanted a small file size for downloading, and the easiest way to do that is not to include images.
But with the DDoS attack on their site I think they should just start including the image pack with the file.

I wonder who the hate-filled person(s) are attacking their site.
A male teen with anger tantrums mixed with covid19 cabin fever should be enough I guess?
 

Prawnboy99

Member
Jul 21, 2018
145
101
53
Seems images are still down, we really need that image pack. It's been a couple days now since I downloaded it, yet still can't enjoy it.
 

Anita Deek

Member
Feb 14, 2018
300
251
276
I uploaded the image pack I have along with the 1.15.06 and 1.6 launchers. Hopefully someone who can code this can make it so that the 1.6 uses the imagepack. As it was said by Sith1ord this would fix only 80-90% of missing images - which I think is still better than nothing.
Link: - 79.4mb.
 

boobthief

Member
May 25, 2017
490
1,246
339
I uploaded the image pack I have along with the 1.15.06 and 1.6 launchers. Hopefully someone who can code this can make it so that the 1.6 uses the imagepack. As it was said by Sith1ord this would fix only 80-90% of missing images - which I think is still better than nothing.
Link: here - 79.4mb.
To use the image pack locally, copy the imagePack folder to the same location as the game HTML file.

Open the game file in your browser as normal and go to your browser's console. In Chrome that's Ctrl + Shift + J on Windows or Ctrl + Option + J on Mac.

Paste:

JavaScript:
SugarCube.State.variables.imagePath = 'imagePack/'
Enjoy the images!



If you want to edit the game file, remove the comments /* ... */ around the imagePack/ line and add them to the website line like this:

JavaScript:
/* if this is the image pack version */
<<set $imagePath to "imagePack/">>

/* if this is the web image version */
/* <<set $imagePath to "http://www.femaleagentgame.com/wp-content/uploads/">> */
(You may still need to do the first console part if you're loading a saved game).
 
3.50 star(s) 126 Votes