Hello everyone!
I have spent some quality time at various times playing various teases, and I'm looking forward creating my own.
I'm into a choose your own adventure style of tease with multiple endings, so I am doing some work in that direction.
I have a question though: I created a couple of project with a similar logic / game structure. I don't seem to find a way however to either duplicate a tease (which I could use to create a template containing the script containing dynamic and logic, then apply to various teases), or to copy a page from a tease to an other.
More in general, any copy / paste functionality will be very welcome, but not sure if the graphic interface allows any
Any suggestion?
[EOS] Duplicate a tease / parts of a tease?
-
kneeling_gentleman
- Explorer

- Posts: 8
- Joined: Wed Nov 02, 2022 8:53 pm
Re: [EOS] Duplicate a tease / parts of a tease?
When you open a link of a tease change the
showtease
to
geteosscript
For example, this:
https://milovana.com/webteases/showteas ... d4a4294fc7
becomes this:
https://milovana.com/webteases/geteossc ... d4a4294fc7
You then right click that code it will show and save it as whatever you want.
Then go into the EOS editor and upload that file and it will be an exact duplicate of that tease.
Now for my opinions: Though this is a good tool to use for a few examples, I don't really suggest this as a starting point. It is generally really hard to interpret someone else's code and organization and can discourage you pretty quickly at the scope of everything. (diving into the deep side right away) I find getting started and getting as far as you can before you get stuck and then asking questions to the forum a style that has a higher degree of success. Either way I'm here to help in forum or PM - We need more creators!
showtease
to
geteosscript
For example, this:
https://milovana.com/webteases/showteas ... d4a4294fc7
becomes this:
https://milovana.com/webteases/geteossc ... d4a4294fc7
You then right click that code it will show and save it as whatever you want.
Then go into the EOS editor and upload that file and it will be an exact duplicate of that tease.
Now for my opinions: Though this is a good tool to use for a few examples, I don't really suggest this as a starting point. It is generally really hard to interpret someone else's code and organization and can discourage you pretty quickly at the scope of everything. (diving into the deep side right away) I find getting started and getting as far as you can before you get stuck and then asking questions to the forum a style that has a higher degree of success. Either way I'm here to help in forum or PM - We need more creators!
-
kneeling_gentleman
- Explorer

- Posts: 8
- Joined: Wed Nov 02, 2022 8:53 pm
Re: [EOS] Duplicate a tease / parts of a tease?
Thanks for the input!
I actually means something different though. I want to export the code of some of my teases (not published yet, work in progress, but I mean in principle). In short, I have a specific game mechanic in mind involving character stats and certain loops, which I plan to reuse for a few different teases. For example, I wrote a character creation page where, at the start of the tease, the user can increase certain stats (which will unlock different content based on what they choose). I already have that page working, and now I'd like to be able to use it in different teases.
I see the copy/paste function on a specific instruction. And I see the duplicate function to create a copy of the page inside the same tease. My question is: can I take logic of page, say, "character-creation" from myTeaseA and paste it into myTeaseB somehow?
Btw, many congratulations on your Trial of the Succubi tease. It's amazing and you can't be praised enough for making it!
Using the import function in the backup page I assume?Then go into the EOS editor and upload that file and it will be an exact duplicate of that tease.
I actually means something different though. I want to export the code of some of my teases (not published yet, work in progress, but I mean in principle). In short, I have a specific game mechanic in mind involving character stats and certain loops, which I plan to reuse for a few different teases. For example, I wrote a character creation page where, at the start of the tease, the user can increase certain stats (which will unlock different content based on what they choose). I already have that page working, and now I'd like to be able to use it in different teases.
I see the copy/paste function on a specific instruction. And I see the duplicate function to create a copy of the page inside the same tease. My question is: can I take logic of page, say, "character-creation" from myTeaseA and paste it into myTeaseB somehow?
Btw, many congratulations on your Trial of the Succubi tease. It's amazing and you can't be praised enough for making it!
Re: [EOS] Duplicate a tease / parts of a tease?
Sorry, I completely misunderstood. It sounds like you have more experience than I do haha! I can PM you a tool that can bring a page of one tease and merge it into another.
Beyond that, you can copy/paste a choice branch or if statement branch from one tease to another. Sometimes I load a bunch of stuff in an if statement set to true to bring it to another page. (And I want to say I remember that working cross teases)
I'm glad you like Trials of the Succubi so much, I held off on sharing the 4.0 for a while thinking Milovana servers would change to allow me to post it but here you go (I'll make an official post one day): https://milovana.com/webteases/showteas ... d5aa45c391
Beyond that, you can copy/paste a choice branch or if statement branch from one tease to another. Sometimes I load a bunch of stuff in an if statement set to true to bring it to another page. (And I want to say I remember that working cross teases)
I'm glad you like Trials of the Succubi so much, I held off on sharing the 4.0 for a while thinking Milovana servers would change to allow me to post it but here you go (I'll make an official post one day): https://milovana.com/webteases/showteas ... d5aa45c391
-
kneeling_gentleman
- Explorer

- Posts: 8
- Joined: Wed Nov 02, 2022 8:53 pm
Re: [EOS] Duplicate a tease / parts of a tease?
Thanks a lot!
I have one last question
I have one last question
How to copy / paste though in practice? Usual ctl+c / v doesn't seem to work. From the selection I can perform a copy command, but I seem to only be able to past it inside the same tease. If I click on paste on the page of the second tease, nothing happens.Beyond that, you can copy/paste a choice branch or if statement branch from one tease to another. Sometimes I load a bunch of stuff in an if statement set to true to bring it to another page. (And I want to say I remember that working cross teases)
Re: [EOS] Duplicate a tease / parts of a tease?
Then I think I misremembered the copy paste working from tease to tease. The merge tool I sent you will probably be your best bet now.
- PlayfulGuy
- Experimentor

- Posts: 1068
- Joined: Sat Jul 07, 2012 10:08 pm
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Switch
- Dom/me(s): No domme
- Sub/Slave(s): No sub
- Location: British Columbia, Canada
Re: [EOS] Duplicate a tease / parts of a tease?
Does that merge tool live somewhere on Milovana?indyc wrote: Fri Dec 06, 2024 1:46 pm Then I think I misremembered the copy paste working from tease to tease. The merge tool I sent you will probably be your best bet now.
Might be something that could be useful to a lot of others, and maybe should have it's own thread.
PG
I'd rather be stroking!
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
New tease downloader for GuideMe with EOS support.
Downloads of teases I've converted to GuideMe
Re: [EOS] Duplicate a tease / parts of a tease?
Currently it does not because I was not the creator of it (fapnip). While they let me share it with others who needed it, I think they had a reason for why they didn't post it for all to see.PlayfulGuy wrote: Sat Dec 07, 2024 10:03 pmDoes that merge tool live somewhere on Milovana?indyc wrote: Fri Dec 06, 2024 1:46 pm Then I think I misremembered the copy paste working from tease to tease. The merge tool I sent you will probably be your best bet now.
Might be something that could be useful to a lot of others, and maybe should have it's own thread.
PG

