shark_inna_hat

Active Member
Game Developer
Dec 25, 2018
705
2,733
I think the next update is ~40-50% done. There's about new 50-60 images done, probably ~30-40 still need to be done. The plot is written for most of Friday and that's where it diverges. There are path for staying at school for the weekend (with a nice gangbang, and a secret tentacle spook scene) that's already written (at least for the first night), there's a path for staying in the park (with some wolf action if you're into that sort of thing) - that is also mostly done (for the first night). The stay at Lenards, pretend to be a maid and get banged path, stay at a hotel, get banged by strangers path, go to the slums get banged by everyone path and finaly the go to Marco and play d&d path are still only planned.

I might have planned too much for this one update.
 

Sharinel

Active Member
Dec 23, 2018
519
2,151
If you know anything about Foxy Di's body of work you'll soon realise that there is more chance that it is getting banged by D&D figures than anything else
 
  • Like
Reactions: DaGecko

DaGecko

Newbie
Feb 27, 2019
79
109
Yes! Getting banged by D&D figures!! ... or D&D players! (sad that sex with the players seems more unrealistic than sex with mythical / imaginary creatures - maybe just too much PTSD from my own D&D years!!)

oooo... strip D&D! wait! (shudder) ok, maybe not - just imagined the folks I used to play with in various stages of undress and I must now go dunk my head in bleach (urp... threw up a bit there)
 
  • Haha
Reactions: L7Bear

Arikania

Active Member
Feb 10, 2023
738
281
I tried to become a member on their site, but I couldn't, because I can only pay via PayPal, which their site doesn't allow. Neither do they have the game on Patreon or itch.io.

I played the HTML version of Sluted 0.9, but I would prefer to have the Electron version, and qualify for updates.

What do the devs advise me to do?
 

shark_inna_hat

Active Member
Game Developer
Dec 25, 2018
705
2,733
I tried to become a member on their site, but I couldn't, because I can only pay via PayPal, which their site doesn't allow. Neither do they have the game on Patreon or itch.io.

I played the HTML version of Sluted 0.9, but I would prefer to have the Electron version, and qualify for updates.

What do the devs advise me to do?
You can send some $ via itch.io, I know it's just the engine part that's available there, but with (somewhat)- real-porn and animal stuff I'd get banned if I post the full game there. PM me and I'll send you an invite to the discord and a link to the dev branch repo on dropbox.

The Electron version... didn't I post a link to that? Oh well, I'll post a DIY kit so anyone can turn the html version to a exe, you just need to copy all the files from the html version. But that will have to wait a few hours until I get home - you guys don't send me enough money and I have to do irl work on weekends to buy food :p
 

shark_inna_hat

Active Member
Game Developer
Dec 25, 2018
705
2,733
Electron Do It Yourself Kit:


Instructions:
1. Download the html version of the game
2. Download the above kit or a different/more recent Electron build right of the official repo:

3. Unzip the kit/electron app to any dir
4. Unzip the html version of the game into /resources/app so that index.html is located in sluted_electron_kit/resources/app/index.html
5. Run the exe (sluted.exe from the kit or electron.exe)

If you're using the default/official Electron build and don't want to download my stuff, you will need a few tiny scripts to make it run (these are included in the DIY kit):
You don't have permission to view the spoiler content. Log in or register now.
 

Arikania

Active Member
Feb 10, 2023
738
281
Thank you for replying back at me. It is highly appreciated!

1) I had to use some modifications to your instructions because I use Linux instead of Windows. Installing electron 21 directly from the Manjaro repo worked fine :D

That is, the game started just fine. Are there any other assets that I need from the DIY?


2) There are more lewd games on itch.io, so you may presume wrongly about your game getting banned. You may want to consult the itch.io moderators about it, and have them decide for themselves.

As far as I know, you do need to censor the pictures that you post on the public page, though (or was that Patreon?).


3) You could consider to create a Patreon page for your games. I myself would gladly join it! If you do have one, please provide me with the link!


4) slutED is very much my kinda game, and the fetishes are like tailor-made for me. I am really all praise about the game!

I'm wondering if there are updates, or if they are due? I'm looking for such games for a long time now! My version (v0.9-xms-1.12.6) ended rather abruptly after the second porn shoot and being scolded by the Head Master along with the biology teacher, and I so much want to see the story continue!
 

Arikania

Active Member
Feb 10, 2023
738
281
I created the JSON and JS files that you listed in your thread, and put them into the same directory as the index.html. Still, the game freezes at times when playing with electron 21.

Should I still start the game via the .html file, or should I start by running one of the JS programs?

Kindly,
A.
 

shark_inna_hat

Active Member
Game Developer
Dec 25, 2018
705
2,733
I created the JSON and JS files that you listed in your thread, and put them into the same directory as the index.html. Still, the game freezes at times when playing with electron 21.

Should I still start the game via the .html file, or should I start by running one of the JS programs?

Kindly,
A.
If you want to run it via electron, you should probably use the electron executable/binary.
The js scripts basically tell electron to just open index.html and to check if any links that the game tries to open in an external browser start with 'https' and not say '/etc/passwd'.

I'm not using linux these days myself and I've never actually run electron on it, so I'm not sure how good or bad it runs. There could be errors either in the game, in the framework or some compatibility issues - hard to tell without any error messages (I think shift+ctrl+i should still show the developer tool on electron as it does on chrome - check there for error messages).

As for the updates.... working on it :|
 

Arikania

Active Member
Feb 10, 2023
738
281
Naturally, I do use the electron binary (or "ELF", as we use it in Linux). At the moment, I open the game with the command:

Code:
electron index.html
Is that correct?
 

DaGecko

Newbie
Feb 27, 2019
79
109
Soooo... 50% done (on next update)?

That means it will be ready tomorrow, right? :ROFLMAO:

Just kidding, of course! ... I know that really means day after tomorrow!

No, I never worked as a manager at Innotech, nor walked around with a coffee mug... why do you ask?

<sorry, lack of sleep has left me a bit... silly? sarcastic? ... something like those>
 

shark_inna_hat

Active Member
Game Developer
Dec 25, 2018
705
2,733
Naturally, I do use the electron binary (or "ELF", as we use it in Linux). At the moment, I open the game with the command:

Code:
electron index.html
Is that correct?
If you got the game and the extra .js scripts in wherever_you_have_electron/resources/app, than just running electron should load the index.html, but like I said - I'm not fluent in linux ;)

To be honest, I don't expect the game to run any better in Electron compared to Firefox, Chrome, Opera or even Edge, and browsers are probably safer to run Strange Things You Found on the Internet in anyway.
 

Arikania

Active Member
Feb 10, 2023
738
281
I'm now playing it again on FireFox, where it works fine. In Electron, the game doesn't give me sound at all. Obviously not something that the dev can do something about, I'm just mentioning it.

But I installed my electron via the repo, so it's an install for not just any specific application. It's intended to be used by all web applications that I wish to run with it. So I may have issues about work directories and such. I'll look further into it, and when I got it working perfectly, I may post a how-to here for other Linux users.

But frankly, the game being in HTML format does cause issues regarding savegames and such. It's doable, but not really convenient.
 
4.50 star(s) 68 Votes