dupa

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.


Topics - Gooth

Pages: [1]
1
Ultra Hal 7.0 / no lip sync
« on: July 17, 2011, 12:31:59 pm »
lips not syncing in hal is driving me crazy. I had a fully lip synced version of hal and i accidentally deleted the haptek player in the control panel, uninstall. ever since lip sync has stopped working. I downloaded the haptek player several times. it has created a Haptek file in C:/programe file (x86) [where it was before] but lip sync will not work now. I don't think it is installing properly as the Haptek player is no longer visible in the control panel/uninstall. I've tried all the usual things like running Haptek SAPI config but nothing seems to work.

can someone help as this is driving me nuts!!!!!

2
Programming using the Ultra Hal Brain Editor / animations
« on: September 02, 2010, 05:35:55 pm »
hi...got to grips with making some basic animations within .hap files but how do you sting hap files together to get several movements? i.e. i've got hal to dance but would like her to spin around after say 5 seconds and then continue dancing. i can get the dance and spin in one motion but no time delay and only one action started by inputting one key word (dance)


3
Programming using the Ultra Hal Brain Editor / Randomize clothes
« on: August 26, 2010, 04:28:43 pm »
I've been trying in vain to write some VBScript that will randomise what clothes the full body will wear at start up. I thought it would be nice to have my character to randomly wear something different every time i turned her on.

I am using a vrHaptek plugin and have tried altering the start up script using the RANDOMIZE function but got nowhere.

Randomize
Select Case int(rnd()*6)
Case 1
   \settexture [tex= bodyskins/startuppic1.jpg]
Case 2
   \settexture [tex= bodyskins/startuppic2.jpg]
Case 3 etc......
End Select
 
\translate  [x= 0 y= 5 z= 5 ]
\Rotate [x= 0 y= 0 z= 0 ]

The script above is a slight variation of the original script that just pulled a standard skin for the full body forward.

Can anyone help????

Pages: [1]