Page 2 of 3

Re: FB: Talia's maze

Posted: Thu Oct 22, 2015 3:41 pm
by Weabols
!

Re: FB: Talia's maze

Posted: Thu Oct 22, 2015 4:14 pm
by schefflera
ricky811 wrote:excuse me shefflera but I would put a button in every page of the task for the ruined possibility..the perfect situation would be: ruined-click the button "ruined"-the task stop with a sad pic of the girl while she says "oh poor boy" or while she laughs
That's a good point. I have thought about it, but I didn't wanted to let people klick on such a button by mistake. Maybe next time. Now I'm stuck with the TeasMe version. It gives me errors, I don't know, how to fix them..
Weabols wrote:The random encounter system makes it playable in a way most mazes aren't You can legitimately just sit back and enjoy without having to cheat or find something to occupy the time when you've run into the same encounter for a third time.
That was exactly my intention, as I made the encounters appear random. Firs I thought about a "run away" button at the beginning of each girl, but that way I liked it more.

Re: FB: Talia's maze

Posted: Thu Oct 22, 2015 6:50 pm
by lestrian
schefflera wrote:
ricky811 wrote:excuse me shefflera but I would put a button in every page of the task for the ruined possibility..the perfect situation would be: ruined-click the button "ruined"-the task stop with a sad pic of the girl while she says "oh poor boy" or while she laughs
That's a good point. I have thought about it, but I didn't wanted to let people klick on such a button by mistake. Maybe next time. Now I'm stuck with the TeasMe version. It gives me errors, I don't know, how to fix them..
Hm, I tried to do it... I downloaded it with ZombieDev's version (which fixes a few of the errors) and afterwards did a global-replace of

Code: Select all

"page
with

Code: Select all

"
in the xml file. But afterwards, when leaving a room, I get an error that the page (20001..20019) is already marked as seen. Have you gotten this far? (I don't want to poke around too much in the xml file and accidentally discover something I'd rather discover when playing.)

Re: FB: Talia's maze

Posted: Thu Oct 22, 2015 7:34 pm
by schefflera
That's not the problem. Actually I fixed all the errors, but when I test it, it doesn't do, what it suppose to do...

For example:
Spoiler: show

Code: Select all

    <Page id="14" set="A">
      <Text>
        <p>text...</p>
        <p>text...</p>
        <p>text...</p>
      </Text>
      <Image id="image(1).jpg" />
      <Delay target="next02" seconds="10" style="hidden" />
    </Page>
    
        <Page id="16" set="B">
      <Text>
        <p>text...</p>
        <p>text...</p>
        <p>text...</p>
      </Text>
      <Image id="image(1).jpg" />
      <Delay target="next03" seconds="10" style="hidden" />
    </Page>
    
        <Page id="17" set="C">
      <Text>
        <p>text...</p>
        <p>text...</p>
        <p>text...</p>
      </Text>
      <Image id="image(1).jpg" />
      <Delay target="next04" seconds="10" style="hidden" />
    </Page>
    
        <Page id="page02">
      <Text>
        <p>text...</p>
        <p>text...</p>
        <p>text...</p>
      </Text>
      <Image id="image(1).jpg" />
      <Delay target="(9901..9908)" seconds="12" style="hidden" />
    </Page>
    
        <Page id="9901" if-not-set="A+B+C">
      <Text>
        <p>text...</p>
      </Text>
      <Image id="image(2).jpg" />
      <Delay target="page04" seconds="10" style="hidden" />
    </Page>
    
        <Page id="9902" if-set"A"  if-not-set="B+C">
      <Text>
        <p>text...</p>
      </Text>
      <Image id="image(2).jpg" />
      <Delay target="page05" seconds="10" style="hidden" />
    </Page>
    
    ...
    
            <Page id="9908" if-set="A+B+C">
      <Text>
        <p>text...</p>
      </Text>
      <Image id="image(2).jpg" />
      <Delay target="page04" seconds="10" style="hidden" />
    </Page>
    
    
pages 9901-9908 are differently flagged with if-set="A" if-no-set="B+C" in all different combinations.

What it should do: after you visit one or more of the first (14, 16 and/or 17) it should direct you to a specific number between 9901-9908.

What it does: It seems to randomly pick just a number between 9901 and 9908 :-(

Anybody knows how to fix that?

edit: hm, I don't get it. Now it seems to work
edit2: no, it doesn't... :chair:

Re: FB: Talia's maze

Posted: Thu Oct 22, 2015 9:05 pm
by anonymister
GREAT choice of models. Some of my favorites !!
And the audio is a bonus.
5 star tease.
Only nit-pick is I wish they gave their names when you enter the room because there are some I don't know....
Like "Hi, I'm Ebbi, and today ......"

Re: FB: Talia's maze

Posted: Fri Oct 23, 2015 4:04 am
by candii
is there even an end :\'-(

Re: FB: Talia's maze

Posted: Fri Oct 23, 2015 9:37 am
by Ambossli
I downloaded it with ZombieDev's version too. I think i fixed all errors. Most of them are that the pages weren't marked as see. An some flag thinks in the end i corrected

in the rar is the xml i correctet

Re: FB: Talia's maze

Posted: Fri Oct 23, 2015 11:52 am
by Frozen88
Great work!

Would appreciate a ruined button
and am excited for the teaseme version.

Good Luck, great tease, hope I can reach the exit soon :lol:

Re: FB: Talia's maze

Posted: Fri Oct 23, 2015 4:34 pm
by schefflera
candii wrote:is there even an end :\'-(
Oh yes, try to map, if you don't find it.
Ambossli wrote:I downloaded it with ZombieDev's version too. I think i fixed all errors. Most of them are that the pages weren't marked as see. An some flag thinks in the end i corrected

in the rar is the xml i correctet
I just tested it, and it seems to have the same missdirections as i got.
But I solved that problem, now I have an other one :D

Re: FB: Talia's maze

Posted: Fri Oct 23, 2015 5:09 pm
by Ambossli
send it to me maybe i can help

Re: FB: Talia's maze

Posted: Fri Oct 23, 2015 5:11 pm
by anonymister
One other wish would be a button to skip a room.
Sort of a "Back" button.

Re: FB: Talia's maze

Posted: Fri Oct 23, 2015 6:01 pm
by schefflera
anonymister wrote:One other wish would be a button to skip a room.
Sort of a "Back" button.
I've thought about that, but that would be to complicated, because all girls have to be seen once to show them again, and some girls have effects on other pages..
Ambossli wrote:send it to me maybe i can help
thanks, but I hope, I got it now:

TeasMe-Version:
TeasMe-Talia's maze
yay :love:
Please let me know, if there are some bugs/problems.

Re: FB: Talia's maze

Posted: Fri Oct 23, 2015 9:34 pm
by Frozen88
I think this will be a long night :-D

Re: FB: Talia's maze

Posted: Sat Oct 24, 2015 5:54 am
by justans18
Been in the maze for 2 hours, and I still can't figure out the end, tried mapping, didn't work, I love this tease and having to stroke for such long periods of time, I feel like I'm about to explode, haha, but is there anyway you can help me find the exit, I'very seen every girl. :wave:

Re: FB: Talia's maze

Posted: Sat Oct 24, 2015 2:16 pm
by schefflera
For those who have problems with mapping/getting through:
Spoiler: show
Image
After the begining with Talia you are in Room R11.
The green circle is the exit.
Don't look, when you want to map yourself. Could take out a lot of fun, while struggling through the maze!