dupa

Author Topic: need help with hap and getting fullbody in middle  (Read 4396 times)

dgher1

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
need help with hap and getting fullbody in middle
« on: January 23, 2006, 04:52:41 am »
if some one has all the hap file and a way to get the fullbody in the middle of the player and with hal too. and do all the command in the haps.each time i load the full body that jiggles she go to the down to far.please email at dgher12@yahoo.com please and thank zip file
 

Art

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3853
    • View Profile
need help with hap and getting fullbody in middle
« Reply #1 on: January 23, 2006, 05:54:55 am »
Use the SHIFT keys in conjunction with the left and right mouse buttons to position your character in the window.

This does not work with Nadia as you will only be able to spin her around the Y-axis, not zoom in and out, etc.

Use the Search feature for Haps to locate the file in question.
In the world of AI it's the thought that counts!

- Art -

dgher1

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
need help with hap and getting fullbody in middle
« Reply #2 on: January 23, 2006, 06:19:27 am »
i done seach all hap file the one on this forum is gone.if they where zip i got them if they were with .txt beside .hap like this .hap.txt when to upload forum last night.but thanks for info on other i try it as soon as done here. but hope that some one did file that made her walking on comand in hal or sit when say it hal. or done dif thing in hal with the .hap files
 

dgher1

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
need help with hap and getting fullbody in middle
« Reply #3 on: January 23, 2006, 06:26:20 am »
that works it shift with right mouse butten thank again
 

Holllywood

  • Sr. Member
  • ****
  • Posts: 357
    • View Profile
need help with hap and getting fullbody in middle
« Reply #4 on: January 24, 2006, 01:22:10 pm »
Dgher1; You can use script similar to this to call the .hap(s)that you wish to run:

If InStr(UserSentence, " sit down.") <> 0 Then
HalCommands = "<HAPFILE>lay_down.hap</HAPFILE>"
GetResponse = GetResponse & HalBrain.ChooseSentenceFromFile(WorkingDir & "Sit Down.brn")
BlockSave=True
GetResponseBlock = True
End If
Hollywood