Page 1 of 1
How to create .xml through Nyx without publishing?
Posted: Fri Dec 26, 2014 9:25 pm
by Captnfappin
I'm a pleb. So I want to create a TeaseMe that uses videos.
I want to create the tease on nyx (because I'm bad at scripting from scratch). Export it as a .xml through TeaseMe WITHOUT PUBLISHING. Can I do that? Or should I just publish an empty tease really quick, then export through TeaseMe, then unpublish.
I figure, if i can edit other webteases that were off nyx. I want to just create the base of the webtease on nyx, then add videos in later through philos offline editor for the TeaseMe.
Thanks.

Re: How to create .xml through Nyx without publishing?
Posted: Fri Dec 26, 2014 11:02 pm
by philo
Captnfappin wrote:I'm a pleb. So I want to create a TeaseMe that uses videos.
I want to create the tease on nyx (because I'm bad at scripting from scratch). Export it as a .xml through TeaseMe WITHOUT PUBLISHING. Can I do that? Or should I just publish an empty tease really quick, then export through TeaseMe, then unpublish.
I figure, if i can edit other webteases that were off nyx. I want to just create the base of the webtease on nyx, then add videos in later through philos offline editor for the TeaseMe.
Thanks.

It is unclear what you are actually trying to do.
you can create a new tease directly in the editor and there are options to generate multiple pages which you can then edit.
teaseme and the guideme download can only download published teases, so you would need to publish / download / unpublish if you used nyx
Re: How to create .xml through Nyx without publishing?
Posted: Fri Dec 26, 2014 11:13 pm
by Captnfappin
Ok, when I hit new page and type in the page name is it suppose to show up on the pageview tab? It doesn't show up on mines. What am I doing wrong?
Re: How to create .xml through Nyx without publishing?
Posted: Fri Dec 26, 2014 11:19 pm
by Captnfappin
I've been trying to make it straight off the editor, but no pages show up. So I assumed to get the pages on the pageview tab. I had to create the .xml from scratch with all of the pageview information already in there.
I'm bad at explaining this stuff.
Re: How to create .xml through Nyx without publishing?
Posted: Sat Dec 27, 2014 12:47 am
by philo
Captnfappin wrote:I've been trying to make it straight off the editor, but no pages show up. So I assumed to get the pages on the pageview tab. I had to create the .xml from scratch with all of the pageview information already in there.
I'm bad at explaining this stuff.
There is documentation for the editor here
http://code.google.com/p/tease-me-editor/w/list
if you do file new on the menu it should create a new tease you can then add pages
Re: How to create .xml through Nyx without publishing?
Posted: Sat Dec 27, 2014 1:00 pm
by Nezhul
If you want to go with it however, the good move would be to make the first page of a teas blank and pointing nowhere, then publish it, download, and unpublish straight away.
Re: How to create .xml through Nyx without publishing?
Posted: Sat Dec 27, 2014 8:17 pm
by Sexytimes 5
I don't see why you would have to publish a tease to get a TeaseMe script started even if the editor doesn't work for you. You obviously have the TeaseMe program which you can use as an editor if the philo editor doesn’t suit you for some reason.
Here is a blank template to get started. You can copy/paste and delete as needed. Put the project in your teases folder and make sure it works as you go. Simply use the tutorial xml and other tease xml's that utilize some of the code you want to use and paste them in and enter your media names.
Here is a sample video code if it helps.
Code: Select all
<Page id="27s3"> <Text> <p>"Come on boy! Stroke to the boobs."</p> </Text> <Video target="28" start-at="0:00:16" stop-at="0:01:17" id="big_boob_aerobics_cyber_480.wmv" /> <Button target="27s2">STOP</Button> </Page>
Blank TeaseMe xml:
https://mega.co.nz/#!PxYQBCqR!7LN_Ebi8V ... RNNU9tDG8A
