Page 1 of 1

[EOS] Duplicate a tease / parts of a tease?

Posted: Thu Dec 05, 2024 2:10 pm
by kneeling_gentleman
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?

Re: [EOS] Duplicate a tease / parts of a tease?

Posted: Thu Dec 05, 2024 2:18 pm
by indyc
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!

Re: [EOS] Duplicate a tease / parts of a tease?

Posted: Thu Dec 05, 2024 2:30 pm
by kneeling_gentleman
Thanks for the input!
Then go into the EOS editor and upload that file and it will be an exact duplicate of that tease.
Using the import function in the backup page I assume?


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?

Posted: Thu Dec 05, 2024 3:36 pm
by indyc
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

Re: [EOS] Duplicate a tease / parts of a tease?

Posted: Thu Dec 05, 2024 8:49 pm
by kneeling_gentleman
Thanks a lot!

I have one last question
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)
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.

Re: [EOS] Duplicate a tease / parts of a tease?

Posted: Fri Dec 06, 2024 1:46 pm
by indyc
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.

Re: [EOS] Duplicate a tease / parts of a tease?

Posted: Sat Dec 07, 2024 10:03 pm
by PlayfulGuy
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.
Does that merge tool live somewhere on Milovana?
Might be something that could be useful to a lot of others, and maybe should have it's own thread.

PG

Re: [EOS] Duplicate a tease / parts of a tease?

Posted: Sat Dec 07, 2024 11:37 pm
by indyc
PlayfulGuy wrote: Sat Dec 07, 2024 10:03 pm
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.
Does that merge tool live somewhere on Milovana?
Might be something that could be useful to a lot of others, and maybe should have it's own thread.

PG
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.