Offline Teases (TeaseMe)
Moderator: 1885
Re: Offline Teases (TeaseMe)
nope... v0.1.3 isn't out yet...
its as beta on github. Use at your own risk... Official and stable release version is posted at the beginning of this thread. actual release version is v0.1.2 hotfix
Try GuideMe to play Milovana Teases offline or create your own offline teases with highres images and videos...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
Re: Offline Teases (TeaseMe)
It would be nice to have some sort of counter in Teaseme with the ability to print that counter back in the <Text> field. For example, you could set a counter named "fails" and it would add one each time the player clicked on a button that would add to that fails counter.
You could also write a custom text, or even determine what page to go to if the counter is <= 4 or <=4 for an example.
It would also be nice if the text could say something like 'You failed x times" and it would write out the counter in text as well.
You could also write a custom text, or even determine what page to go to if the counter is <= 4 or <=4 for an example.
It would also be nice if the text could say something like 'You failed x times" and it would write out the counter in text as well.
Re: Offline Teases (TeaseMe)
Hi, i asked before about if it was possible to incorporate video in a teaseme. Ive got the video in the resource folder of the tease but can't work out the command to insert it into a page. I know how to do this with a websitee such as xhamster etc, just use scr but changing the web address for the file location doesnt work. Closest i've got is for the page to ask me to download the vid. Can anyone help please? I'm looking for the exact term to insert for eg for a file named home.flv on my c drive
Also when you open up pages that have more than a page full of text you cant read the bottom of the page or scroll down. Can this be sorted via a command? Ive tried stretching the text to almost full screen and its still missing the bottom
Also when you open up pages that have more than a page full of text you cant read the bottom of the page or scroll down. Can this be sorted via a command? Ive tried stretching the text to almost full screen and its still missing the bottom
-
meson1
- Explorer

- Posts: 93
- Joined: Sun Sep 26, 2010 3:28 pm
- Gender: Male
- Sexual Orientation: Straight
Re: Offline Teases (TeaseMe)
You put the file into same folder all your tease pictures go in. Then in the xml file you use:basil731 wrote:Hi, i asked before about if it was possible to incorporate video in a teaseme. Ive got the video in the resource folder of the tease but can't work out the command to insert it into a page. I know how to do this with a websitee such as xhamster etc, just use scr but changing the web address for the file location doesnt work. Closest i've got is for the page to ask me to download the vid. Can anyone help please? I'm looking for the exact term to insert for eg for a file named home.flv on my c drive
Also when you open up pages that have more than a page full of text you cant read the bottom of the page or scroll down. Can this be sorted via a command? Ive tried stretching the text to almost full screen and its still missing the bottom
<Video id="nameofvideofile" />
Like this:
Code: Select all
<Page id="page11"> <Text> <p>Watch this.</p> </Text> <Video id="video1.wmv" /> <Delay target="page12" seconds="276" style="normal" /> </Page>Re: Offline Teases (TeaseMe)
Thanks, turned out i had it above the <text>, put it below and it tries to play. Says thatflv doesnt match, do i want to play it anyway. I put yes and it doesnt play even though i have flv player on my computer. Do i have to install special codecs on teaseme?
-
meson1
- Explorer

- Posts: 93
- Joined: Sun Sep 26, 2010 3:28 pm
- Gender: Male
- Sexual Orientation: Straight
Re: Offline Teases (TeaseMe)
FLV vids play for me in TeaseMe. But I'm not sure what it is that's making them work.
I do have the K-Lite codec pack installed. Maybe it's that.
I do have the K-Lite codec pack installed. Maybe it's that.
Re: Offline Teases (TeaseMe)
Just converted it to wmv and still not playing, think i may have done something else wrong, just checking now
<Pages>
<Page id="start">
<Text>
<p class="text">Hi T </p>
</Text>
<Image id="1.jpg" />
<Button target="2">Continue</Button>
<Video id="home.flv" />
</Page>
also tried like
<Pages>
<Page id="start">
<Text>
<p class="text">Hi T </p>
</Text>
<Video id="home.flv" />
<Image id="1.jpg" />
<Button target="2">Continue</Button>
</Page>
and tried the wmv file instead. With flv it looks like its trying to play but when you click use the extension nothing comes up. Thanks for the help btw
<Pages>
<Page id="start">
<Text>
<p class="text">Hi T </p>
</Text>
<Image id="1.jpg" />
<Button target="2">Continue</Button>
<Video id="home.flv" />
</Page>
also tried like
<Pages>
<Page id="start">
<Text>
<p class="text">Hi T </p>
</Text>
<Video id="home.flv" />
<Image id="1.jpg" />
<Button target="2">Continue</Button>
</Page>
and tried the wmv file instead. With flv it looks like its trying to play but when you click use the extension nothing comes up. Thanks for the help btw
- Takenaga
- Explorer At Heart

- Posts: 456
- Joined: Sun Dec 04, 2011 12:58 pm
- Gender: Male
- Sexual Orientation: Straight
- Location: Netherlands
Re: Offline Teases (TeaseMe)
@artis:
Yes, definitely a nice feature. I'm experimenting with variables and I expect it to be there in the next two versions.
@basil371:
Does the FLV-file play normally when you open it directly in Windows Media Player?
Yes, definitely a nice feature. I'm experimenting with variables and I expect it to be there in the next two versions.
@basil371:
Does the FLV-file play normally when you open it directly in Windows Media Player?
Re: Offline Teases (TeaseMe)
@basil731
First of all: Don't use a image and a video on the same page. In this cases TeaseMe shows the image and plays the video in the background (you only hear the audio from the video). Best way to learn TeaseMe is to play the tutorial and look at the xml-script of the tutorial.xml to understand how it works. Most things are explained there. Another educated guess: You normally play your videos with vlc media player? vlc comes with his own codecs, but TeaseMe uses the windows media player. If your windows media player can play the file, TeaseMe can play it too. Best way to be sure to have all the needed codecs is to install the K-Lite Codec Pack on your computer.
First of all: Don't use a image and a video on the same page. In this cases TeaseMe shows the image and plays the video in the background (you only hear the audio from the video). Best way to learn TeaseMe is to play the tutorial and look at the xml-script of the tutorial.xml to understand how it works. Most things are explained there. Another educated guess: You normally play your videos with vlc media player? vlc comes with his own codecs, but TeaseMe uses the windows media player. If your windows media player can play the file, TeaseMe can play it too. Best way to be sure to have all the needed codecs is to install the K-Lite Codec Pack on your computer.
Try GuideMe to play Milovana Teases offline or create your own offline teases with highres images and videos...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
Re: Offline Teases (TeaseMe)
Thanks D3vi0n, that was the main problem. Windos media wont play flv and when i tried the wmv i converted tio i also had the pic on the same screen. Works now ive deleted the image. Is there a way to not autoplay it though, it starts as soon as im on the page before ive had chance to read the text. On websites you can either have it autoplay or load up but not run until someone pushes the play button, not sure if this can be done as its not on the tutorial.
Re: Offline Teases (TeaseMe)
Why not use 2 pages (first as instruction, second to play the video)?
Try GuideMe to play Milovana Teases offline or create your own offline teases with highres images and videos...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
Re: Offline Teases (TeaseMe)
Yeah, thought about that but im testing this out on a downloaded tease that had a vid and an image on it. For instance this may be page 2 and theres already a page 3 to 40 something. If i move the vid to page 3 i'll have to renumber all the others as well. I could do it i suppose. Any news on the autoplay of vids and also i asked earlier if theres a way to make the screen so you can scroll down using some sort of command. On the original one page you had to scroll down 3 times so on teaseme you lose all the base, maybe a page full.
Re: Offline Teases (TeaseMe)
I don't understand. Why do you have to rename all the pages? If the pic and instruction is on page2, make a new page2video (or something else) and play the video there. Then link from page2video to page3
Try GuideMe to play Milovana Teases offline or create your own offline teases with highres images and videos...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
Look at Hearts Club or Pilgrim Quest or My Succubus if you wanna see whats possible with GuideMe...
Re: Offline Teases (TeaseMe)
I thought the pages had to follow each other numerically. I mean that if i had made another page i couldn't call it page 3 as theres already one but i thought if i called it page 50 then it would only appear at the end, after page 49 i mean
-
meson1
- Explorer

- Posts: 93
- Joined: Sun Sep 26, 2010 3:28 pm
- Gender: Male
- Sexual Orientation: Straight
Re: Offline Teases (TeaseMe)
You can call the pages absolutely anything you like. You can call them bill, bob, jane and frederick if you like.
