Re: Tease AI Open Beta
Posted: Thu May 21, 2015 11:09 pm
Yes, it's still giving me problems. Can you upload it on a different host?
I hope someone will do a Emlalock kind of script/module. "Uploading" a picture of the combination lock to her and be able to set a timer. Getting teased and doing tasks. Days or hours add or sub on how good you do.1885 wrote: I didn't really create scripts that have the domme lock you. The Commands for scripters to do it are there (@ChastityOn, @ChastityOff), I just haven't made any myself since I don't own a chastity device and don't have any real voice to draw from on the subject
Awesome.1885 wrote: Good call. I'll add an option that lets you verify the files are still good, but I'll also add some code to the match game that verifies the file is still good before adding it to the card pool. Should have done that already, there's just so much I'm working on fixing and adding that a couple things end up falling through the cracks
What do you use to create it?1885 wrote:
How do I create a repo with just this, and without the obj and bin folder?
Any help would be greatly appreciated
The program still has issues correctly working with dates that aren't in certain formats (or more specifically I still have problems coding the program to recognize all date formats correctly, despite making every effort to do so), so this isn't something I can really do until I get that sorted outSiepmann wrote:I hope someone will do a Emlalock kind of script/module. "Uploading" a picture of the combination lock to her and be able to set a timer. Getting teased and doing tasks. Days or hours add or sub on how good you do.
Pretty safe and unlimited possibilities.
Siepmann wrote:Don't worry, you are doing a great job here.
I have git and github for windows, obstensibly to create the repo and get it on github respectively, but I don't see anything anywhere that shows me a file tree. Just a list of all files I can't seem to do much with.123456 wrote:What do you use to create it?
On mine, I can simply left click on the files tree -> ignore these local files.
Here's another link if you want to try it - I don't know the first thing about this site, it was just one of the first ones that came up on googleLancerKnight wrote:Yes, it's still giving me problems. Can you upload it on a different host?
I really appreciate you taking the time to put your thoughts down, it means a lot to me. A lot of that flexibility is really less about foresight, and more about all the things I wanted to do with the teases I was writing but couldn't. There's still a lot of features I would like to add to the program, but it's the scripts that people make that will bring out the true potential of this program in time. I feel really good about itmrcom4t wrote:You have created a truly wonderful piece of software. The amount of flexibility you have had the forethought to build into it is remarkable. It incorporates a tremendous number of user controlled variables. The tutorials you provided are both informative and insightful. For someone who claims to be a novice programmer, you have created something that almost everyone here has been trying to find. I need to thank you for that. I was going to say "wanted to", but realized that it was the wrong phrase.
Yeah I've noticed that some people can go crazy doing this kind of thing. Fortunately, I was pretty crazy to begin with.mrcom4t wrote:With that said, the patience you have had with people after you released this is absolutely incredible. Several people have asked about things covered in your tutorials or have posted "bug" issues that are actually syntax problems with scripting. Yet, you eventually reply with a quotebox and a polite response. How you have done this for a week without snapping at someone is amazing.
mrcom4t wrote:Of course, I do have a question. I've read the tutorials and run the program several times, but I want to know about time as it relates to the domme. The chat window has timestamps and I'm curious if the program tracks time. Other than #GeneralTime are there other time commands that can be used in scripting? Can I make scripts that refers to day of the week or a certain time of day? Could I make a script that requires a task to be done before a countdown ends? My idea here is about having the domme set a schedule for basic chores. Different chores on different days throughout the week(Sunday vacuum, Monday dishes...so on). Rewards given for completion and punishments for failing to maintain the schedule. Another thought is to have an appointment with her at a set time every week for a required session. Is this already in your framework and a matter of learning the scripting or something you would have to add?
Thanks you very much, I really appreciate itDNied76 wrote:1885,
First off, longtime fan here. And I want to thank you for the OUTSTANDING work you've done on this program. I was enjoying it VERY much, until a few days ago...
However, ever since the Metronome became detached, the program locks up every time it gets to a "Start Stroking" prompt, with an error message that the computer cannot find part of the path to the Metronome...
And am NOT the most literate when it comes to programming, so I'm not at all sure what happened, if it's an issue with the program, or if it's my ineptness...
It sounds like you don't have the metronome.wav file in Audio\System. if that file is missing, that's what's causing your problem. The "Audible" option is on for the metronome by default (though it probably shouldn't be since a sound isn't included by default)DNied76 wrote:However, ever since the Metronome became detached, the program locks up every time it gets to a "Start Stroking" prompt, with an error message that the computer cannot find part of the path to the Metronome...
And am NOT the most literate when it comes to programming, so I'm not at all sure what happened, if it's an issue with the program, or if it's my ineptness...
I can confirm this issue. It appears the problem only occurs if you open the metronome prior to the first instance of the program calling it. If you open the metronome after the first instance of the metronome.exe being executed, there is no issue.DNied76 wrote:1885,
However, ever since the Metronome became detached, the program locks up every time it gets to a "Start Stroking" prompt, with an error message that the computer cannot find part of the path to the Metronome...
And am NOT the most literate when it comes to programming, so I'm not at all sure what happened, if it's an issue with the program, or if it's my ineptness...
1885 wrote: The program still has issues correctly working with dates that aren't in certain formats (or more specifically I still have problems coding the program to recognize all date formats correctly, despite making every effort to do so), so this isn't something I can really do until I get that sorted out
That's weird, I always open up the metronome right away, before even saying hello and I never have this problem. Do you get a crash report when it happens, and can you paste it here if you do?AllanM wrote:I can confirm this issue. It appears the problem only occurs if you open the metronome prior to the first instance of the program calling it. If you open the metronome after the first instance of the metronome.exe being executed, there is no issue.
It occurs for me as well when I open it first, and the metronome.wav file is in place.
I've tried this, but I didn't get consistent resultsAllanM wrote:Not sure what you're programming in, but instead of trying to get it to recognize all the different date formats, maybe try calling up the various iterations/formats of dates and create a temp conversion of them in the format you need. There should be several different ways to do this though.
Code: Select all
Stop stroking @StopStrokingI want to play a little game with you #PetNameLet start @PlayAudio[tease\01.mp3] Code: Select all
Stop stroking @StopStrokingI want to play a little game with you #PetNameLet start @PlayAudio[tease\01.mp3] @Goto(Audio)(Audio)That was fun! @ShowBoobImageKeep going! @ShowBoobImageI'm no programmer, and really have no clue if this is possible, but is there a website that the program could get a consistent date from, and then the sub just selects their time zone?1885 wrote:I've tried this, but I didn't get consistent resultsAllanM wrote:Not sure what you're programming in, but instead of trying to get it to recognize all the different date formats, maybe try calling up the various iterations/formats of dates and create a temp conversion of them in the format you need. There should be several different ways to do this though.