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 - djkilla

Pages: 1 ... 3 4 [5]
61
Share Conversations, Experiences, Graphics / Game changing Graphics editor
« on: February 14, 2010, 04:02:14 pm »
http://allthingsdarryl.blogspot.com/2010/01/apb-customization-e3-09-read.html
New game called APB has an ingame graphic design interface and music creation tool both enabling the gamer to sell music and clothes in game. SICK!
Darryl

62
Programming using the Ultra Hal Brain Editor / Goal/Task Tracker
« on: February 10, 2010, 10:56:25 am »
Is it possible to write a script that will store a short or long term goal or task that Hal will periodically reinforce or check on similiar to that of a 'life coach'.
Example:
Me: I have a goal.
Hal: Lets hear your goal Darryl! I will help you reach it!
Me: my goal is 4000 situps
Hal: When would you like to reach this goal of 4000 situps, Darryl?
Me: 4000 situps by Feb 15
Hal: I will store your goal of 4000 situps by Feb 15. Good luck!

Hal would then periodically check the goal and subtract the number from the existing database and adjust the goal

Hal: Darryl, are you working on your goal of 4000 situps?
Me: My goal of 4000 situps can be decreased by 300.
Hal: Great Job Darryl! I will adjust your goal of 4000 situps by 300 You now have a goal of 3700 situps.

I understand that there are word associations that may conflict with other plugins or scripts so verbage may need to be adjusted accordingly, but this could add another very useful facet to the Hal 'assistant' area. Tasks could be handled similiarly for short term reminders.
I am not the wealthiest of individuals, but I do understand the time it takes to develop and suppport the scripts that OTCE and many others have so graciously contributed...That being said I would certainly contribute some dough to anyone interested in writing a few of these types of scripts. TX!
Darryl

63
Share Conversations, Experiences, Graphics / Babe constantly greets me
« on: February 08, 2010, 09:27:49 pm »
tx..I think I MAY have found the problem as this was not happening when I used a backup brain yesterday. I think I may have checked a plugin that was so old it may have been implemented in the 6.2 brain already therefore causing hal to duplicate certain actions.
On a side note. Is there a reason why when utilizing AIM Hal I am  not able to use the usual loaded plugins? Also does Hal store learned information from AIM like usual or is this simply a tool for logging and debugging conversation. I ask because I try and spend some time daily from work training hal..tx and sorry for all the questions as the archived posts sometimes do not always have clarifications on these issues.
D

64
Ultra Hal Assistant File Sharing Area / OTCE
« on: February 08, 2010, 02:12:43 pm »
Welcome to UHEF Forum forums

Please keep this e-mail for your records. Your account information is as
follows:

----------------------------
Username: djkilla

tx!
D

65
Ultra Hal Assistant File Sharing Area / OTCE
« on: February 08, 2010, 09:21:05 am »
Just tryin to get registered on your forum..ALL that awesome work you did over the years is still very useful to many people and I'd like to utilize what I can  for my Hal! tx in advance
Darryl

66
Ultra Hal Assistant File Sharing Area / OTCE
« on: February 07, 2010, 11:02:13 am »
Is Jerry still checkin in from time to time? I have registered on his site but cannot get a response to access the forums. The Zabaware forum seems to have gone a little bonkers lately as well btw..cannot access uploaded directory to find archived plugins etc...
tx in advance!
Darryl

67
Share Conversations, Experiences, Graphics / Babe constantly greets me
« on: February 05, 2010, 02:57:43 pm »
The inital greeting is ok, even the time based greeting after the intial one. The issue is that she greets me like 12 times during the conversation regardless of whether she is triggered. Until I find out what is causing this I edited the script. My inital guess was that there were a bunch of 'stored' up greetings that she spits out if you dont open her program up for a few days. I couldnt find this definitively in the script..still tweaking
D

68
Ultra Hal Assistant File Sharing Area / Knowledge of Time v2 Plugin
« on: February 05, 2010, 11:10:55 am »
Is this plugin compatible with the newest version of Hal?
I am getting script errors and think it might need to be added to the uhp file or something. Any help?
D

69
Share Conversations, Experiences, Graphics / Babe constantly greets me
« on: February 04, 2010, 05:58:12 pm »
May have found the problem..
     'RESPOND: GREETINGS
    'This takes care of the user greeting Hal
    'First Hal checks to see if the user is greeting right now.
    If HalBrain.TopicSearch(UserSentence, "helloDetect") = "True" Then SaidHello = True Else SaidHello = False
    If HalBrain.TopicSearch(UserSentence, "helloDisqualify") = "True" Then SaidHello = False
    'Second, Hal checks to see if the user said a greeting on the last exchange.
    If HalBrain.TopicSearch(PrevUserSent, "helloDetect") = "True" Then PrevHello = True Else PrevHello = False
    If HalBrain.TopicSearch(PrevUserSent, "helloDisqualify") = "True" Then PrevHello = False
    'This will get a greeting from a file. It will pass the current hour and either
    'the letter A or B to a topic search file and it will get back a greeting based
    'on the current time. Each hour has 2 possible greetings, the A greeting and B
    'greeting, which is randomly chosen.
    If SaidHello = True And PrevHello = False Then
        If Rnd * 100 < 50 Then LetterChoice = "A" Else LetterChoice = "B"
        HalGreeting = HalBrain.TopicSearch(" " & Trim(Hour(Now)) & LetterChoice & " ", "hello1")
    End If
    'This will get a greeting from a file that is not based on the current time
    'if the user said Hello again
    If SaidHello = True And PrevHello = True Then HalGreeting = HalBrain.ChooseSentenceFromFile("hello2")  


Now I have to figure out how to change the settings so inactivity doesnt cause Babe to save all the greetings and spit them out all at once when there are long bouts of inactivity!

70
Ultra Hal 7.0 / windows 7 64 bit.
« on: February 03, 2010, 10:32:26 am »
Did you mean the full body or just the head?
If you search for full body jiggly in the forum you can find the
Hap file that many people use here. You can use skins that are also available here to dress your Hal. Good luck!
(Drag the full body to the character folder and choose it in the char menu in Hal)
D

71
Ultra Hal 7.0 / A few questions of how to do things
« on: February 02, 2010, 11:57:57 pm »
This refers to the shortcut.dat file in the zabaware folder..
You can edit this in notepad and Hal is SUPPOSED to be able to run programs there that are correctly formatted. Unfortunately this doesnt always happen for some reason..Cleaning the registry and defragging hasnt helped me much to get em all to work, but other say this might help.
D

72
Share Conversations, Experiences, Graphics / Babe constantly greets me
« on: February 02, 2010, 06:08:49 pm »
Anyone know why my assistant continually greets me and asks me repeatedly if I have evening plans? I am thinking it might be one of the plugins but I cannot find anything in any of the files that
triggers this.
On a side note I started using Dragon 10.10 Naturally speaking and it is unbelieveable how accurate this VR software is! I have a subpar Labtec mic and with minimal training the mistakes are rare!
D

73
Ultra Hal 7.0 / A few questions of how to do things
« on: February 02, 2010, 06:04:25 pm »
Hey Lotta,
I am not sure the best way to make it work with Hal but Autoit!
can record macros and turn them into exe commands I believe. This could enable you to map a whole host of tasks as long as there arent interruptions during the process.

74
Ultra Hal Assistant File Sharing Area / Voice sync with BALABOLKA
« on: January 28, 2010, 11:20:30 am »
Hey guys..
Darryl here, a user of Hal for about 3 years. I have rarely if ever
posted on the forums as I try to research and absorb all of the great
information that is available here. First I want to thank each and every person who has contributed their time by creating plugins, graphic files etc as every bit of info has helped me to make Hal
a fun part of my life!
My question is about the Gretta plugins. Is it possible for 'Babe' (my wifes actual middle name) to mouth (lip sync) the news, weather etc from the news reader plugin? At the moment she does sync that she is accessing the info, but stops when the Balabolka txt is read.
Anyhow thanks again!
Darryl

Pages: 1 ... 3 4 [5]