Show Posts

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.


Messages - menis2com

Pages: [1]
1
Ultra Hal Assistant File Sharing Area / skin
« on: December 21, 2005, 03:21:28 pm »
The jpg wont load for some reason so use a blank jpg or an all black pic.


2
Ultra Hal Assistant File Sharing Area / skin
« on: December 21, 2005, 03:18:24 pm »
This is the original skin with some changes. The buttons are in the four corners. Replace the uhp in the ultra hal folder, and the jpg in the skin folder.




Download Attachment: LrgeChar.uhp
2.58 KB

3
Programming using the Ultra Hal Brain Editor / Alice/Hal
« on: April 23, 2004, 10:55:21 pm »
So I've been messin with this combo brain for a few week trying to find out exactly where the answers come from and 90 percent of the time they both answer, but for some reason once and a while Alice doesn't answer, and I don't know why. But it is pretty cool. I think the two together are smarter then one alone, but thats just me.
menis2com

4
Ultra Hal Assistant File Sharing Area / Alice and Hal combined
« on: April 11, 2004, 12:25:09 pm »
Combining Alice and Hal

First, copy the files from your "DefBrain" folder to the "alice" folder

Then, make a new brain or copy the one you are using.

Inside the brain change this:

'Type=Brain
'Name=Ultra Hal 5 XTF v1.2                      
'Language=VBScript
'DataFolder=DefBrain

To this:

'Type=Brain
'Name=Alice for hal                    
'Language=VBScript
'DataFolder=Alice

Then change this:

    Set HalBrain = CreateObject("UltraHalAsst.Brain")
    Set WN = CreateObject("UltraHalAsst.WordNet")


To this:


    Set Alice = CreateObject("HalAlice.PlugIn")
    GetResponse = Alice.Respond(UserSentence, UserName, WorkingDir, "data\bot.ini", "loglocaluser.txt")
    Set HalBrain = CreateObject("UltraHalAsst.Brain")
    Set WN = CreateObject("UltraHalAsst.WordNet")
    Set Alice = HalBrain
    Set Alice = Nothing


Then Change the name of your alice.uhp to alice1.uhp or just move it to another folder.

Then change the name of your new alice Hal combo brain (wich was Ultra Hal 5 XTF v1.2.uhp, in my case) to alice.uhp.

Thats it, Well you'll have to select the Alice for Hal brain but it should worK.

When Alice doesn't know an answer then Hal will speek, and sometimes when they both know the answer you get both answers, it's kinda cool. I use the XTF brain and Hal still makes funny faces and tells jokes. Alice doesn't tell jokes she just sais "I'm not a jokebot I'm a chatterbot". But Hal overrides and tells a joke at the end of alice's comment about being a chatterbot.
Another funny thing is when Alice doesn't know something she says "ask the open directory" but if hal knows then he will answer too.

Well try it out and let me know what happens.
Menis2com  



5
YES, Thank you Vonsmith, I think that I was writing to the same .brn file too many times, I combined the Auto-Topic Brain with the XTF Brain by mistake. I thought I put it in another script.
Thanks for the help.

6
Hello, I am using Hal 5.0 the free version with the XTF brain And I have 500mb of ram. I also combined alot of other scripts that I have found on this forum (thank you all for the postings) into one very large brain. The Brain worked for about an hour or so then when I hit enter I get the error message "too many files". Is there a limit on how many XTF files you can have in one folder or a limit on how many files the script can access? I deleted the script and I'm going to start over again so it really doesn't matter but I would still like to know why that error happened. Any help would be much appreciated. Thanks.
Also I was wondering if there is a way of running through two scripts to get one getresponse? That way I don't have to have such a large script.Just a thought. And thanks again everyone for all those scripts.  

7
Does anyone know what that means or can tell me what to do about it?
Please.     error code 67   "too many files"
 Thank you.

8
Does anyone know what that means or can tell me what to do about it?
Please.     error code 67   "too many files"
 Thank you.

Pages: [1]