EOS Offline Player [development thread]

Webteases are great, but what if you're in the mood for a slightly more immersive experience? Chat about Tease AI and other offline tease software.

Moderator: 1885

PrezidenteDev
Explorer
Explorer
Posts: 9
Joined: Sat Jul 06, 2019 4:48 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

EOS Offline Player [development thread]

Post by PrezidenteDev »

Hi guys!

I started to write an EOS Offline Player.
The first alpha release will be coming soon.
I just wanted you to know about it.

Here is the road map:
(yeah I don't really know about EOS features, so I will definitely miss some of them)

Core functions:
Spoiler: show
  • Download tease file (done)
  • Download tease pictures (done)
  • List local teases (done)
  • Load tease from local folder (done)
  • Tease functions:
    Spoiler: show
    • image (done)
    • say (done)
    • goto (done)
    • timer (done)
    • choice (done)
    • end
    • prompt
    • eval
    • if
    • enable
    • disable
User friendly additions:
Spoiler: show
  • Faster image gallery download
  • Indicate the download progress
  • Working directory picker (we have to talk about this when the core functions are working)
EOS advanced functions:
Spoiler: show
  • Audio
  • Notification
  • JS
I will add more functions to these lists later. (especially during development when I face some new EOS feature)

Edit:
Tips & code download here:
viewtopic.php?p=278713#p278713
viewtopic.php?p=278714#p278714
Last edited by PrezidenteDev on Wed Apr 29, 2020 3:22 pm, edited 9 times in total.
goodman854
Explorer
Explorer
Posts: 27
Joined: Sat Jun 18, 2011 10:18 am

Re: EOS Offline Player [development thread]

Post by goodman854 »

Very nice I look forward to this. It's been a long time coming.
FATALES
Explorer At Heart
Explorer At Heart
Posts: 256
Joined: Wed Oct 21, 2015 2:41 pm
Gender: Male
Sexual Orientation: Straight
Location: Slovakia

Re: EOS Offline Player [development thread]

Post by FATALES »

Very good.
mangoman
Explorer At Heart
Explorer At Heart
Posts: 355
Joined: Tue Apr 27, 2010 9:12 pm
Gender: Male
Sexual Orientation: Straight
I am a: Slave
Location: Krakosia
Contact:

Re: EOS Offline Player [development thread]

Post by mangoman »

I would think that the user Shattered can tell you more about the Features, if you want or need to know. :-)
PrezidenteDev
Explorer
Explorer
Posts: 9
Joined: Sat Jul 06, 2019 4:48 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: EOS Offline Player [development thread]

Post by PrezidenteDev »

paswis wrote: Sun Jul 07, 2019 12:21 pm I would think that the user Shattered can tell you more about the Features, if you want or need to know. :-)
Thank you! :-)
I will contact him when I need someone to clarify some features.
Roblsforbobls
Explorer At Heart
Explorer At Heart
Posts: 272
Joined: Tue May 21, 2019 2:27 am
Gender: Male
Sexual Orientation: Asexual
I am a: Switch

Re: EOS Offline Player [development thread]

Post by Roblsforbobls »

Aaaay very nice! :-D
PrezidenteDev
Explorer
Explorer
Posts: 9
Joined: Sat Jul 06, 2019 4:48 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: EOS Offline Player [development thread]

Post by PrezidenteDev »

I think the half of the core functions are completed.
e.g. the `A Day with Anjelica & Lily` tease is fully playable right now :thumbsup: :thumbsup:
mangoman
Explorer At Heart
Explorer At Heart
Posts: 355
Joined: Tue Apr 27, 2010 9:12 pm
Gender: Male
Sexual Orientation: Straight
I am a: Slave
Location: Krakosia
Contact:

Re: EOS Offline Player [development thread]

Post by mangoman »

is it possible with your offline player to swap pictures? i.e. when I dont like a certain model of a tease, can I just put a different picture in the folder with the same name and it shows up in your player? thats what I did with GuideMe for nearly every tease cuz I have the habit of only jerking to certain girls :lol:
User avatar
Trusfrated
Explorer At Heart
Explorer At Heart
Posts: 465
Joined: Mon Nov 08, 2010 8:41 am
Gender: Male

Re: EOS Offline Player [development thread]

Post by Trusfrated »

Thank you so much for doing this!

I think a feature many veteran GuideMe users would appreciate is the option to skip timers. I hope you will be able to eventually add this functionality. :whistle:

Thanks again! :wave:
ImageImage
PrezidenteDev
Explorer
Explorer
Posts: 9
Joined: Sat Jul 06, 2019 4:48 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: EOS Offline Player [development thread]

Post by PrezidenteDev »

paswis wrote: Sun Jul 14, 2019 6:16 pm is it possible with your offline player to swap pictures? i.e. when I dont like a certain model of a tease, can I just put a different picture in the folder with the same name and it shows up in your player? thats what I did with GuideMe for nearly every tease cuz I have the habit of only jerking to certain girls :lol:
After it downloads the gallery, you can change the pictures.
Spoiler: show
BUT if the creator uploads extra galleries, you will download those too,
and its kinda impossible to locate which one is used in the tease.
Spoiler: show
(impossible means you have to open the "minified" json and find the gallery links)

step by step:
  1. download
  2. open tease directory (it has jpgs, folders (galleries), and the tease file: <tease name>.json)
  3. open json file (with a text editor)
  4. copy a folder's name and use the editor's find function
    if there are matches, then the actual gallery is used, so simply replace the pictures in the folder (with the same names)
PrezidenteDev
Explorer
Explorer
Posts: 9
Joined: Sat Jul 06, 2019 4:48 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: EOS Offline Player [development thread]

Post by PrezidenteDev »

Trusfrated wrote: Mon Jul 15, 2019 12:04 am Thank you so much for doing this!

I think a feature many veteran GuideMe users would appreciate is the option to skip timers. I hope you will be able to eventually add this functionality. :whistle:

Thanks again! :wave:
actually you are right, I like that "feature" too :smile:
i will add it before the first release.
mangoman
Explorer At Heart
Explorer At Heart
Posts: 355
Joined: Tue Apr 27, 2010 9:12 pm
Gender: Male
Sexual Orientation: Straight
I am a: Slave
Location: Krakosia
Contact:

Re: EOS Offline Player [development thread]

Post by mangoman »

PrezidenteDev wrote: Sat Jul 27, 2019 6:22 am
paswis wrote: Sun Jul 14, 2019 6:16 pm is it possible with your offline player to swap pictures? i.e. when I dont like a certain model of a tease, can I just put a different picture in the folder with the same name and it shows up in your player? thats what I did with GuideMe for nearly every tease cuz I have the habit of only jerking to certain girls :lol:
After it downloads the gallery, you can change the pictures.
Spoiler: show
BUT if the creator uploads extra galleries, you will download those too,
and its kinda impossible to locate which one is used in the tease.
Spoiler: show
(impossible means you have to open the "minified" json and find the gallery links)

step by step:
  1. download
  2. open tease directory (it has jpgs, folders (galleries), and the tease file: <tease name>.json)
  3. open json file (with a text editor)
  4. copy a folder's name and use the editor's find function
    if there are matches, then the actual gallery is used, so simply replace the pictures in the folder (with the same names)
very nice, cant wait to try all these new eos teases that I cant do right now because the girls dont do much for me :innocent:
AleWanKenobi
Explorer
Explorer
Posts: 14
Joined: Sun Jul 07, 2019 11:49 pm

Re: EOS Offline Player [development thread]

Post by AleWanKenobi »

Any update?
PrezidenteDev
Explorer
Explorer
Posts: 9
Joined: Sat Jul 06, 2019 4:48 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: EOS Offline Player [development thread]

Post by PrezidenteDev »

Sorry for the lack of updates.
I realized there is a huge feature set that I cannot cover in my preferred programming language. :weep:
My initial enthusiasm was broken. But I have a plan. I don't promise anything.
Either I will execute my evil plan till XMas or I've never been here. :blush:

Edit:
Spoiler: show
The eval function is too complex to implement in my dumb code. (But maybe I have a workaround.)
LoRemen

Re: EOS Offline Player [development thread]

Post by LoRemen »

Hello PrezidenteDev,

Quintessentially, in order of precedence:
  1. May i join your development party ?
  2. May i get a copy of your code ?
  3. Please don't vanish on XMas :no: , at least tell me how you're retrieving text and images with only an EOS Tease link to go at.
I previously automated the download and archiving of HTML Teases, but can only archive EOS Teases as links.
You seem to have developed exactly what i want, and if not, your progress may help me anyway.
I offer you aid in development (granted i like your choice of programming language :unsure: ;-) )

Appreciate any response!
Post Reply