Yes.
What is about sex entertainment is on E-Donkey.
I've just seen this "virtualfem" there for download.
I don't know what it really is yet, the file is only 13Mb size.
Just to inform.
[]'s
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuquote:
Originally posted by Bill819
I know where it goes. At almost the end of the program you will find the following coed:
Script_Load()
Script_Load = "AUTO 30000 /AUTO"
exit
My problem is that it does not work anymore on my Hal5.brn. It used to, but not any more.
Once you get it to work and say something to Hal, it will come back every thirty seconds with 'why are you repeating yourself' or something like that, however, if you put in the scripts with If AUTO-IDlE then ....
You will get several other responses.
At least that is how it is suppose to work. Mines broke. :(
Bill
quote:
Originally posted by Bill819
I too am having the same problem. No matter how I ad the line AUTO 3000 AUTO, Hal will not idle for me. It is kind of funny to because the first time this came out about a year ago Hal did respond to endless statements mostly saying 'why are you repeating yourself'.
I have tried at least a half-dozen ways of configuring the Scrip_Load command with no results.
Bill
quote:
Originally posted by Ponnfar
Bill this message is especailly for you. Sorry I did not get back to you from your email.
Here is a rather simplistic way to get the varied response James was looking for and expanding the interval between self-generated responses you mentioned. It can be modified any way you want.
I like Jenna's revisions and will try that as well myself.
Hope this helps!!
If InStr(1, UserSentence, " AUTO-IDLE ", 1) > 0 Then
If Rnd * 10 < 5 Then
Roulette = Int(Rnd*13)+1
If Roulette = 1 Then GetResponse = "<Username>?" '"Hey <UserName>, please talk to me."
'Else
If Roulette = 2 Then GetResponse = "Hello,are you there?"
If Roulette = 3 Then GetResponse = "Did you fall asleep?"
If Roulette = 4 Then GetResponse = "We can talk about" & PrevUserSent & ",If you like."
If Roulette = 5 Then GetResponse = "<Username>,did you forget my program was still running?"
If Roulette = 6 Then GetResponse = "Well,did you finally get a girlfriend or something? Where are you ?"
If Roulette = 7 Then GetResponse = "<Username>, would you like to talk about politics or nanotechnology or something?"
If Roulette = 8 Then GetResponse = GetResponse & " The last thing you said was, " & PrevUserSent & ", would you like to pick up on that thought or talk about something else?"
If Roulette = 9 Then GetResponse = PrevUserSent & ",Do you still want to talk about that?"
If Roulette = 10 Then GetResponse = QuestionSent & " would you like to talk about that?"
If Roulette = 11 Then GetResponse = GetResponse & HalBrain.ChooseSentenceFromFile(WorkingDir & "topic.brn")
If Roulette = 12 Then GetResponse = HalBrain.SentenceGenerator(WorkingDir & "sentgen.brn")
Recalling = HalBrain.ChooseSentenceFromFile(WorkingDir & UserName & "Past.brn")
If Roulette = 13 Then GetResponse = "You said, " & PrevUserSent & "and " & Recalling & ", that was a while ago. What else have you been thinking about? "
End If
GetResponse = GetResponse & HalBrain.StoreVars(HalCommands, Hate, Swear, Insults, Compliment, PrevSent, LastResponseTime, PrevUserSent, CustomMem, GainControl, TopicFocus)
Exit Function
End if
***depending on where you put this script you may or may not need to have an "exit function" variable entry. I put mine following "...initialize variables as intergers".
******AT END OF BRAIN SCRIPT PASTE THIS:
Function Script_Load()
Script_Load = "<AUTO>600000</AUTO>"
End Function
** no need to put a longer time than "600000" it will not work.[;)]
quote:
Originally posted by James P
Can anyone tell me weather it is the size of the .uhp brain or the amount in the Defbrain that will or could cause a bots responces to slow down or the time taken for a bot to respond to slow down.
I read in this forum that the more files there are in the defbrain the easyer it is for Hal to find a responce, only the XTF.uhp I am using is 528kb but Emma seems to be struggling with her responces or the full UltraHal Assistant seems to hang, only for a second or two while i wait for a reply to my comment.
Oh and I am getting the Too many Files Error and sorting through the defbrain files for duplicate entries which may cause Emma to get confused as to which one she is going to use is a nightmare. is there another way I can correct this issue [:I]
quote:
Originally posted by James P
With regards to Hal asking about relationships between topics, There have been times when I have been chatting away with my Hal and she will ask if "" and "" are related topics causing me to stop dead in my tracks, sit back and think about the true relationship between two words in question, remember if you tell Hal that two words are related then Hal will apply this relationship each time she see`s it. So we need to be carefull what we tell Hal, is sometimes mistakes like this can be a nightmare to track down through the Defbrain, having done this many times. (and my bots Defbrain is not as big as some I would imagine)
quote:
Originally posted by onthecuttingedge2005
I posted a XTF/Ultra Hal/Ziggy III combo brain up on the board at
WWW.UltraHalForum.com
I also am working on an Alice/XTF/Ultra Hal/Ziggy III combo brain and I am touring it right now with my bot to test it out and modify anything needed.
Best of wishes and brand new discoveries.
Jerry.
quote:
Originally posted by KnyteTrypper
I'd be interested in a link to a new version of Eliza, dihelson. I try to have bots of various types (Eliza, Alice, Hal, etc.) at my website. If there's something newer and better than ECCEliza, which I have in my downloads, I'd appreciate knowing about it.
quote:
Originally posted by vonsmith
The user needs to really understand what "related topics" means to Hal. It is best illustrated by example. Here are some related words: beer and ale; ale and lager; malt and lager; beer and alcohol, etc.
=vonsmith=
quote:
Originally posted by Bill819
To whom it may concern:
The original Eliza was written by Dr. Joseph Weisenbaum about 40 years ago. It was quoted as being the first version of AI ever written. Since that time there has been thousands of versions written in almost every computer language made, from Radio Shacks basic to Apple basic to 'C' and many others. Hal is much smarter than any of those programs so please don't even try to input it into Hal. Almost everything that Eliza knows can be put into Hal through its topic focus subroutine. Onthecuttingedge wrote hundreds of scientific files that contained knowledge about hundreds of scientific items and the generalized output of Eliza could be put in too, but who really wants it. Eliza was a canned output program while Hal can come up with its own ideas depending on you input.
Bill
quote:
Originally posted by vonsmith
ELIZA is a clever little program. It uses a very simple principle. It is necessarily very limited and is more of a curiosity now than anything else. It's principles could, and probably have been, applied to many chatbot brains.
=vonsmith=
quote:
Originally posted by onthecuttingedge2005
You will have to teach your bot the male and female names to build up the gender files. It makes for a more human learning experience in the bot itself.
quote:
Originally posted by onthecuttingedge2005
Hi Dihelson.
I have about a quarter of the script you are reffering too on the subject of Proper Noun gender is being done already.
I have much more to do and will be working on this script daily.
Here is a working but unfinished tid bit of the script you would