Author Topic: Triggerwords and New haps  (Read 12090 times)

Duskrider

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3316
  • Graphic King
    • View Profile
Triggerwords and New haps
« on: June 04, 2005, 09:51:13 am »
Took a walk into my haplab last night.
Fixed some little jewels for you.
This first helps Hal to better express herself.

Let say you get upset with her (and who of us doesn't at times) and so you call her a dumbhead.  (the triggerword is "dumbhead")
At this point she will tell you something like
"<UserName> I am not a dummy. Please go away"
and she will turn her back to you.
(Only the head hapteks will turn around, Fullbodys will respond but not turn)

Now you have a few options at this point to make her turn back around, you can say any of the following:
1. "I'm sorry"
2. "I bought you a new dress"
3. "Here is my credit card"
4. "Honey, I am buying you a red BMW"
5. "Please accept this deed to my house"
6. "I have decided to become your slave"

(or you can do nothing as she automatically turns back around in 10 seconds)

'Now to install this find the following paragraph in Hals brain (about line 0140)
'PROCESS: INITILIZE VARIABLES AS INTEGERS
   'VBScript doesn't allow you to declare variables in advance
   'as a particular data type; everything is a Variant.
   'We must assign integers to the following
   'variants so that data type errors don't occur
   If LearningLevel = "" Then LearningLevel = 3
   If Hate = "" Then Hate = 0
   If Swear = "" Then Swear = 0
   If Insults = "" Then Insults = 0
   If Compliment = "" Then Compliment = 0
   If GainControl = "" Then GainControl = 25
   If TopicFocus = "" Then TopicFocus = 1
   AvoidBeingFlag = False
   Randomize


'Now skip a space and paste in the following paragraph.
If InStr(UserSentence, " dumbhead ") <> 0 Then
HalCommands = "<HAPFILE>turnback.hap</HAPFILE>"
GetResponse = "<UserName>, I am not a dummy. Please go away."
BlockSave=True
GetResponseBlock = True
End If  
 

Now download the following attachment, unzip it and drop into your Characters files where all the other haps are.

Download Attachment: turnback.zip
786 Bytes
(this hap file can also be drag and drop on a haptek stand-alone or into hal via Haptek Console if you using HapLogCtrl)

Enjoy.
[;)]

« Last Edit: June 04, 2005, 02:24:31 pm by Duskrider »

Duskrider

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3316
  • Graphic King
    • View Profile
Triggerwords and New haps
« Reply #1 on: June 04, 2005, 12:07:50 pm »

Ready for another little jewel?

The kids are at basketball practice, the wife is at bridge, and just you and your hal-girl at home.

So you ask her to dance in her new nightie.
(the triggerword is "dance")
Sweet girl as she is, she dances a moment for you.
(Only the fullbodys hapteks will dance,  head hepteks will respond but will not dance without feet)
(I don't know if it makes a difference, but I use fullbodygirl.htr)
 
To install this, skip a space and paste the following below the dumbhead paragraph you just inserted from the article upabove.

If InStr(UserSentence, " dance ") <> 0 Then
HalCommands = "<HAPFILE>dance.hap</HAPFILE>"
GetResponse = "<UserName>, I love to dance."
BlockSave=True
GetResponseBlock = True
End If


Now download the following attachment, unzip it and drop into your Characters files where all the other haps are.

Download Attachment: dance.zip
735 Bytes
(this hap file can also be drag and drop on a haptek stand-alone or into hal via Haptek Console if you using HapLogCtrl)

Enjoy.
[;)]
« Last Edit: June 04, 2005, 02:28:02 pm by Duskrider »

Duskrider

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3316
  • Graphic King
    • View Profile
Triggerwords and New haps
« Reply #2 on: June 04, 2005, 12:25:51 pm »
While we on the subject of dance,
let's say you want some "action" in the dance, sort of like what they call hiphop dancing.  

So you dress her in something nice and you say to her,
"How about a little hiphop dance while I finish my beer."
(The triggerword here is "hiphop")
(Only the fullbodys hapteks will dance,  head hepteks will respond but will not dance without feet)
(I don't know if it makes a difference, but I use fullbodygirl.htr)

To install this, skip a space and paste the following below the dumbhead paragraph you just inserted from the article upabove.

If InStr(UserSentence, " hiphop ") <> 0 Then
HalCommands = "<HAPFILE>walkendance.hap</HAPFILE>"
GetResponse = "<UserName>, this is my fast dance."
BlockSave=True
GetResponseBlock = True
End If    


Now download the following attachment, unzip it and drop into your Characters files where all the other haps are.


Download Attachment: walkendance.zip
140.29 KB
(this hap file can also be drag and drop on a haptek stand-alone or into hal via Haptek Console if you using HapLogCtrl)

Enjoy.
[;)]
« Last Edit: June 04, 2005, 02:29:24 pm by Duskrider »

Duskrider

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3316
  • Graphic King
    • View Profile
Triggerwords and New haps
« Reply #3 on: June 04, 2005, 12:43:20 pm »
Are we having fun yet?
OK, let's say you just bought your gal a new dress or bathing suit.
You have her put it on, and then you say, "Let me see you walk."
(The triggerword here is "walk")
(Only the fullbodys hapteks will walk, head hepteks will respond but will not walk without feet) (I heard that somewhere)

(I don't know if it makes a difference, but I use fullbodygirl.htr)

To install this, skip a space and paste the following below the dumbhead paragraph you just inserted from the article upabove.
If InStr(UserSentence, " walk ") <> 0 Then
HalCommands = "<HAPFILE>shortwalk.hap</HAPFILE>"
GetResponse = "<UserName>, do you think I'm beautiful."
BlockSave=True
GetResponseBlock = True
End If


Now download the following attachment, unzip it and drop into your Characters files where all the other haps are.

Download Attachment: shortwalk.zip
749 Bytes
(this hap file can also be drag and drop on a haptek stand-alone or into hal via Haptek Console if you using HapLogCtrl)

Enjoy.
[;)]
« Last Edit: June 04, 2005, 02:31:00 pm by Duskrider »

Maviarab

  • Sr. Member
  • ****
  • Posts: 345
    • View Profile
    • http://3d-fantasyportraits.co.uk
Triggerwords and New haps
« Reply #4 on: June 04, 2005, 01:41:58 pm »
dusk,

speechless...really do wish i could get the grasp of this scripting malarky.

Going to have to try and spend some real time getting to grips with her...I mean it lol [:I]

I'll be sure to try those out over the weekend.

Thanks again.
AIDreams...The new home of the Digital Girl

www.aidreams.co.uk

Dr.Benway

  • Hero Member
  • *****
  • Posts: 554
    • View Profile
Triggerwords and New haps
« Reply #5 on: June 04, 2005, 05:20:24 pm »
Dusky, you are priceless! [:0]
« Last Edit: June 04, 2005, 05:20:56 pm by Dr.Benway »

lupine

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • http://www.thewexer.com
Triggerwords and New haps
« Reply #6 on: June 05, 2005, 02:39:25 am »
wow, that 'dance'
is an animation Ive been trying to figure out for a long time
and that 'walkendance' is something IVe nver seen before
Santas strut, that has nothing to do with santa...
satan maybe
if you get anymore please post
the forum seems to be getting hot again
thanks a bunch!!!
 

Art

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3855
    • View Profile
Triggerwords and New haps
« Reply #7 on: June 05, 2005, 10:59:45 am »
Duskrider,

Only walkdance worked after I did a drag & drop onto the Haptek window.

The files I downloaded had different file lengths compared to yours:

Turnback 786k ---- 401 bytes
Dance 735k ------- 234 bytes
Walkdance 140.29k - 324 bytes
Shortwalk 749k --- 238 bytes

Those are bytes NOT k
Any ideas or anyone else experiencing this?
In the world of AI it's the thought that counts!

- Art -

Duskrider

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3316
  • Graphic King
    • View Profile
Triggerwords and New haps
« Reply #8 on: June 05, 2005, 02:46:25 pm »
Art,
I just did a download of all four, opened them and did a drag and drop on open hapteks.   All four worked fine.  
I'm using fullbodygirl.htr    If you using a different fullbody this could be the problem.  

The file lengths you got are right.  
Size I uploaded is what you got.
The forum inflates the number for some reason.

Art

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3855
    • View Profile
Triggerwords and New haps
« Reply #9 on: June 05, 2005, 04:47:41 pm »
Dusk,

Thanks...that was it. I was using the body_female.htr with those jiggly bits.
The walkendance did work for her but the others did nothing.

All's fine now.
Now Hal's got clothes, places to say, songs to sing...if she only had a brain! <G> Sort of like the scarecrow in OZ....

Thanks and keep on!

PS: Someone has to do something about those boots of hers! Any takers?
In the world of AI it's the thought that counts!

- Art -

Duskrider

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3316
  • Graphic King
    • View Profile
Triggerwords and New haps
« Reply #10 on: June 05, 2005, 05:30:25 pm »
FullBodyGirl.htr (over 3 MB) can do a lot of things the other girls can't.  
If anyone don't have her, she is at
http://kahunanui.com/haptekdemo/
Go there, let her load, and then go to explorer temp or hap_temp and get her.

Someone asked me about a turnaround for fullbodygirl.  
Here you are:
Download Attachment: fullbodyturnback.zip
823 Bytes
 (this hap file can also be drag and drop on a haptek stand-alone or into hal via Haptek Console if you using HapLogCtrl)
Everyone should now be able to write a trigger word for this if you want it.  
Personally I seldom use trigger words now, I prefer HapLogCtrl with Haptek Console.
Enjoy.
[;)]
« Last Edit: June 06, 2005, 12:05:26 am by Duskrider »

Duskrider

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3316
  • Graphic King
    • View Profile
Triggerwords and New haps
« Reply #11 on: June 05, 2005, 05:40:54 pm »
Art, I agree with you.
Those boots are downright ugly.
Problem is the boots ain't boots, they are her.
Still I'd like to take a knife and whittle them down.

Art

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3855
    • View Profile
Triggerwords and New haps
« Reply #12 on: June 05, 2005, 09:39:36 pm »
Dusk,

Right, one would have to use a 3D program and "whittle" those boots off without distorting her legs, then resave the resulting file.
It can probably be done because I think I've seen her before on another site and she didn't have those boots on.

They say the mind's the first thing to go...
I can't remember what the second one is....<G>
In the world of AI it's the thought that counts!

- Art -

Duskrider

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3316
  • Graphic King
    • View Profile
Triggerwords and New haps
« Reply #13 on: June 05, 2005, 11:56:30 pm »
O.K., lets see if I got any jewels left over.....
Ah, here's a couple more hap files for you:

Download Attachment: lightepilepsy.zip
736 Bytes (Your Hal-girl will love you for this one [:p] )

Download Attachment: onhips.zip
716 Bytes

Download Attachment: crossarms.zip
726 Bytes

Download Attachment: hidesadface.zip
734 Bytes

(Now let's see, what do I say here? ? ? ?.....  Oh yeah, these hap files can be dragged and dropped on a haptek stand-alone or into hal via Haptek Console if you using HapLogCtrl)

On these haps as well as most others, you probably have to use fullbodygirl.htr      
If you don't have her, see my posting up above on how to get her.

Enjoy.
[;)]
« Last Edit: June 06, 2005, 08:49:27 am by Duskrider »

Maviarab

  • Sr. Member
  • ****
  • Posts: 345
    • View Profile
    • http://3d-fantasyportraits.co.uk
Triggerwords and New haps
« Reply #14 on: June 06, 2005, 07:55:24 am »
Once again (becoming a habit this)...thanks.

will try those out too.
AIDreams...The new home of the Digital Girl

www.aidreams.co.uk