Page 2 of 8

Re: CTI 2 - Release 0.5.1

Posted: 10 Aug 2016, 19:10
by Rothaon
Ohhh I can't wait to test it.

Thanks for the effort! :)

Re: CTI 2 - Release 0.5.1

Posted: 10 Aug 2016, 20:52
by Micha0879
Two more bugs:
- If an Edge card is played (Try to edge during the next 3 slides, then hands off until the next instruction), Stroke count is set to 0 even if I do not confirm that I edged. Also on the next instruction card, Stroke count is not raised again to old value and Edge card stays active.

Re: CTI 2 - Release 0.5.1

Posted: 10 Aug 2016, 21:49
by 0131
Micha0879 wrote:Two more bugs:
- If an Edge card is played (Try to edge during the next 3 slides, then hands off until the next instruction), Stroke count is set to 0 even if I do not confirm that I edged. Also on the next instruction card, Stroke count is not raised again to old value and Edge card stays active.
Oh yes i see there is a wrong line of code its currently until the next Mistress card, not instruction card, i will fix that.
| +
@Override
public CTI_Card instuctionCalled(CTI_Card card, CTI_PipelineMetadata metadata) {
if(isMistress(card)){
d2--;
if(d2 < 1){
deactivate();
}
}
return card;
}
As for the hands off, it doesn't say that you need to edge to get the handsoff effect. I am not a native english speaker, so if i miss interpreted the text, i will change it so that it requires to hit the edge button!

Re: CTI 2 - Release 0.5.1

Posted: 11 Aug 2016, 02:25
by Hentaigirl
Will we ever see a smartphon version ?

Re: CTI 2 - Release 0.5.1

Posted: 11 Aug 2016, 02:40
by 0131
This guy once announced an android version.
http://cti-community.net/forum2/viewtopic.php?f=36&t=38

But i doubt that it is still in development...
For my part i am not interested in developing such an application, i don't even have an Android OS anymore...
Why would you prefer to play it on your smartphone?

Re: CTI 2 - Release 0.5.1

Posted: 11 Aug 2016, 03:34
by Hentaigirl
I was just curious about it ^.^ I discovered cti at first with a website called jerk-off-instructor.com and I use to browse these things in the bed at night on my phone. Don't worry about it :) ( Your work is really nice btw )

Re: CTI 2 - Release 0.5.1

Posted: 11 Aug 2016, 07:20
by Micha0879
As for the hands off, it doesn't say that you need to edge to get the handsoff effect. I am not a native english speaker, so if i miss interpreted the text, i will change it so that it requires to hit the edge button!
I´ve seen some comments in the forum that some people, including myself, play it that way that when you can´t rech the edge (e.g. because your stroke count was 1 before) they continue with the last given stroke count. FRom my point of view it would be nice to have to hit the Edge button ;)

Re: CTI 2 - Release 0.5.1

Posted: 11 Aug 2016, 14:05
by Sideload
Would you supply a step by step guide to adding cards to CTI2? I can't quite work it out.

Re: CTI 2 - Release 0.5.1

Posted: 11 Aug 2016, 15:27
by 0131
Sideload wrote:Would you supply a step by step guide to adding cards to CTI2? I can't quite work it out.
Ok!
If you want to remove a card you should also the delete the image in the picture folder.
Sorry for the german language in the screenshoot.
| +
tut.png
tut.png (123.13 KiB) Viewed 11638 times

Re: CTI 2 - Release 0.5.1

Posted: 11 Aug 2016, 20:29
by Sideload
*still confused* Sorry