Search found 96 matches

by undeniable_denial
Fri Apr 12, 2024 9:24 pm
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 142
Views: 128466

Re: Here are EOS tutorials

bbb11__ wrote: Thu Apr 11, 2024 8:01 pm Is there a way to display an array as a vertical list or paragraph in EOS?
Currently it shows up as a single line and goes off the screen. And I’d rather not type out array[0], array[1], etc…

Code: Select all

var vertical_list = your_array.join("<br>");
by undeniable_denial
Sat Mar 09, 2024 12:54 am
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 142
Views: 128466

Re: Here are EOS tutorials

HerpDerp42 wrote: Fri Mar 08, 2024 2:14 pm is there any way to move pictures from one gallery to another...?
Not in the Editor afaik. I'm guessing one could edit the json file by hand, but I'm not 100% certain
by undeniable_denial
Sat Mar 09, 2024 12:21 am
Forum: The Art of Webteasing
Topic: New tease help
Replies: 4
Views: 663

Re: New tease help

I've looked into the tutorial topic but it's not really helping me anymore. I'm the author and I'm planning to write more. The thing is I'm not really sure what to write about. So I'm trying to hang out in the forum and help on a case-by-case basis, hoping to get a better picture what people need. ...
by undeniable_denial
Sun Feb 25, 2024 2:17 pm
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 142
Views: 128466

Re: Here are EOS tutorials

Now, the tease freezes earlier. I can tell you that it hangs on page "Alice", trying to load a non-existent "alice.jpg". What possibility in debugging are there to find the problem? Excessive use of console.log(some_var); and your browser's console (F12) Not much else, I don't t...
by undeniable_denial
Fri Feb 16, 2024 8:51 pm
Forum: Technical Support
Topic: Response not successful: Received status code 400
Replies: 11
Views: 1519

Re: Response not successful: Received status code 400

If it really can't be fixed, then I see only one more option: Check if people can access their progress in the development version (using the share link from the editor). I don't know if there are two seperate teaseStorages for public and edit version, but perhaps it is the same. If that works, your...
by undeniable_denial
Fri Feb 16, 2024 4:18 pm
Forum: Technical Support
Topic: Response not successful: Received status code 400
Replies: 11
Views: 1519

Re: Response not successful: Received status code 400

The tease doesn't load anymore !! Please HELP !! All players loose their progression (months of progression) ! It doesn't load because the publication failed. I bet teaseStorage is still intact, though. I'm somewhat confused, the tease 59393 seems to be your anal queen tease if I open it via EOS pr...
by undeniable_denial
Wed Feb 14, 2024 10:42 pm
Forum: The Art of Webteasing
Topic: Technical advice: keeping score.
Replies: 2
Views: 1117

Re: Technical advice: keeping score.

I'm not familiar with what you're describing, but a quick googling tells me that it's just counting how many As, Bs, Cs etc you choose and the highest wins? If that is accurate, then I believe it's enough to just do `a++;` when you press the button with answer A. In the end you would have to figure ...
by undeniable_denial
Sun Jan 07, 2024 10:45 pm
Forum: Technical Support
Topic: Metronome/Volume settings?
Replies: 2
Views: 1409

Re: Metronome/Volume settings?

All sound in teases - including metronomes - are mp3 files, so there's no trivial way to lower just the metronome's volume, other than editing the tease. The highly dynamic audio in anything porn is also something I'm struggling with (unintelligible dialog => neighborhood-waking screams) Some TVs/Re...
by undeniable_denial
Thu Jan 04, 2024 7:32 pm
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 142
Views: 128466

Re: Here are EOS tutorials

Jackall wrote: Wed Jan 03, 2024 10:19 pm Afaik there can only be one notification bar.
There can be several. Give it a unique ID like "score", then you can display your variable like this:

Code: Select all

Notification.get("score").setTitle("Score: "+myVariable+"❤️");
by undeniable_denial
Wed Dec 20, 2023 10:53 am
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 142
Views: 128466

Re: Here are EOS tutorials

I want these variables to be saved, but there are a lot of them.. Can I put them in a matrix like this: keep=[(keep1),(keep2),...]=[0,0,1,0,...] and then just save this matrix? Yes, you can. It's called "Array". keep = [0, 0, 1, 0]; //Prefill it keep[3]=1; // Results in [0, 0, 1, 1] becau...
by undeniable_denial
Thu Dec 14, 2023 10:59 pm
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 142
Views: 128466

Re: Here are EOS tutorials

[...] the picture of the woman is still displayed, whether the everyday text is not related to her. I had already tried to see if the picture disappears when a new page is inserted via Go-To; unfortunately the picture still remains there. I don't want to work with a purely black image. I think it w...
by undeniable_denial
Tue Nov 07, 2023 10:53 pm
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 142
Views: 128466

Re: Here are EOS tutorials

I remember someone got video working on Eos...was it hard? :lol: Not hard, just a lot of work. It's lots of pictures with timers inbetween (and perhaps a soundfile playing) Creating that by hand takes forever. Writing a script that generates and injects the corresponding json-code into a backuped t...
by undeniable_denial
Mon Apr 17, 2023 9:23 pm
Forum: Technical Support
Topic: tease storage wonky?
Replies: 6
Views: 1914

Re: tease storage wonky?

[...] There is one trick to see the tease storage, and if it updated correctly. [...] Interesting! Thanks for this. @OP: Are you perhaps hitting the character limit? I have encountered the behaviour you describe (it seemingly working, but not persisting a reload) on that condition. Perhaps you can ...
by undeniable_denial
Wed Mar 29, 2023 10:09 pm
Forum: Technical Support
Topic: [EOS] EOS build progress rollback
Replies: 7
Views: 1748

Re: [EOS] EOS build progress rollback

You really can't expect your computer to function properly with a full drive. Data loss is likely.

Either way I recommend regularly backing up your work, by downloading your tease as a json-file.
by undeniable_denial
Tue Nov 01, 2022 8:40 pm
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 142
Views: 128466

Re: Here are EOS tutorials

don't understand how either of these works but that gave the results I wanted! Yeah, I know, but I didn't want to write walls of text. It was also pretty late when I wrote that. Here are a few pointers, in case you want to learn more about it: What I called "lists": The technical term is ...