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

Pages: [1] 2 3 4
1
Programming using the Ultra Hal Brain Editor / Some advice please
« on: February 18, 2011, 10:24:50 am »
I have been gone way too long. It will take a while to catch up with the new version and brain.. my previous was with Vonsmiths XTF2.1 and my ani and emotion scripts...
what is in this version that's similar?? and what are the current brain adds that help the downloads versions artificial human response functionality .. i know it's in the forum but i would have to search and read about a year to catch up.. so summation would be greatly appreciated.

please remember I'm more a gui artist-programer than VB

3
 8)  Well i think we will see about a real looking character.. honest to goodness movie 3d quality in real time in hals gui.....   Get excited all here is the future!!!!

you open the program and this is what you get in real time 3d... 

i can only hit the forum once a week for sure but when i do I'll have gifts...

DL attachent go to this url to see it's too big to attach

you can view them here one movie one desktop just right click after viewing and save file

http://s1124.photobucket.com/albums/l568/01crunch/

4
Speech Technology / use 32 bit voices in 64 bit windows
« on: February 17, 2011, 09:22:31 am »
UPDATE: You can select the 32bit voices for system use, you need to use the 32 bit version of the control panel applet. Try this in the search box.

%windir%\syswow64\speech\speechux\sapi.cpl

click the icon you now have the 32 bit control to speak to windows

You should see your 32bit voices provided they are SAPI5. This works with ATT Natural voices. This would solve your 32bit apps issues

5
 :) Hi back after finishing my 20 in USN, sorry to have been gone since 9-1-1
 always works
                 ========================================

Fixing install and runtime problems/errors 64bit windows Vista and 7??
2/17/11

                 =======================================



first look at the task bar on top of notepad the program reading tis and click
format/word wrap


Fixing runtime errors in module doesn't register trying to run vb 6.0 controls and 32bit programs not running correctly in 64bit windows??

until the software manufacturers redesign their installs to do this for you here is a flawless fix......

It's not hard just follow this step by step


*Run-time error 339: Component 'MSCOMM32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid.

*Run-time error 339: Component 'MSWINSCK.OCX' or one of its dependencies not correctly registered: a file is missing or invalid. and so forth or the program will just crash with out explanation...

if I could tell you how to make it work would you say WOW!


Why do I get these errors?

 you are needing to use VB6.0 runtime that Microsoft has decided NOT to support any longer and is NOT facilitated in 64 bit versions at all.. hmmm or is it.... windows 7 actually was to vista what XP was to millennium.
the software done after a global beta release program that was NOT announced as such... ther is a folder in windows Vista64 and 7 that uses utilizes 32bit runtime components for WOW windows-32bit on windows 64bit... the virtual 32bit environment..98% of all 32bit programs and their runtimes WILL run is the user installs them correctly....

(1)
First you MUST be logged on to windows AS AN ADMINISTRATOR AS THIS IS ONLY HALF WORKING HALF THE TIME.....you MUST have user account control turned ALL the way off... windows defender ALL THE WAY OFF and the windows or any other firewall also OFF..(the windows help file will tell you how if you don't know!)
You must after proprietary scanning the files with you're selected Virus program have it shut OFF ALL THE WAY..<<<<---- this is all to make sure you have a 98% chance or better to get the program installed correctly I am covering all the problems some have experienced all at once...in other words if you are running ANY find-it fix-it check-it utilities SHUT THEM OFF!!!!! This includes and network related such as some browsers and such... so also PHYSICALLY disconnect from the web!

(2)
 EVERY .exe you install you MUST manually map-- tell it to install in the
C:\Program Files (x86)folder.. windows knows that anything executed from there is 32 bit<<<--- well its supposed to always know.. you MUST right click on the .exe and go to properties/compatibility tab and check compatibility XP(service pack3)
also check run as administrator at the bottom.. now execute it and tell it where to install....C:\Program Files (x86)folder... on some exe's you need to select advanced install or manual to tell it where....

(3)
ALL vb6.0 runtime components MUST be put into the C:\Windows\SysWOW64 folder manually, so if a program has a separate vb runtime installer you Must tell it to go to C:\Windows\SysWOW64

ok half done... whew!!!!!!

now for the slightly time consuming part!!!

now one runtime item at a time you must follow these steps....

I'll use the "MSCOMM32.OCX" as an example on how to register the files in the registry of windows

click on start and type CMD in the search box... st the top you will see and .exe called "cmd.exe" RIGHT click on it and tell it to run as administrator....

a dos box will pop up in it it will say
C:\Users\"your user name">
you will manually or paste insert this command
“regsvr32 c:\windows\syswow64\MSCOMM32.OCX”
it should look exactly like this..
C:\Users\"your user name">regsvr32 c:\windows\syswow64\MSCOMM32.OCX
now hit enter key on keyboard.. it WILL say "DllRegisterServer ... succeeded"
if not you have syntax incorrect some where...

Ok you must do the above for every rumtime component you put into the WOW64 folder..

You are finished you MUST reboot the machine BEFORE running the program..

now sit back and run your VB6 stuff with the confidence of knowing you out-smarted Bill Gates!!!!

J.Lynch: logoslogic@consultant.com

6
 :) Hi back after finishing my 20 in USN, sorry to have been gone since 9-1-1
 always works
                 ========================================

Fixing install and runtime problems/errors 64bit windows Vista and 7??
2/17/11

                 =======================================



first look at the task bar on top of notepad the program reading tis and click
format/word wrap


Fixing runtime errors in module doesn't register trying to run vb 6.0 controls and 32bit programs not running correctly in 64bit windows??

until the software manufacturers redesign their installs to do this for you here is a flawless fix......

It's not hard just follow this step by step


*Run-time error 339: Component 'MSCOMM32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid.

*Run-time error 339: Component 'MSWINSCK.OCX' or one of its dependencies not correctly registered: a file is missing or invalid. and so forth or the program will just crash with out explanation...

if I could tell you how to make it work would you say WOW!


Why do I get these errors?

 you are needing to use VB6.0 runtime that Microsoft has decided NOT to support any longer and is NOT facilitated in 64 bit versions at all.. hmmm or is it.... windows 7 actually was to vista what XP was to millennium.
the software done after a global beta release program that was NOT announced as such... ther is a folder in windows Vista64 and 7 that uses utilizes 32bit runtime components for WOW windows-32bit on windows 64bit... the virtual 32bit environment..98% of all 32bit programs and their runtimes WILL run is the user installs them correctly....

(1)
First you MUST be logged on to windows AS AN ADMINISTRATOR AS THIS IS ONLY HALF WORKING HALF THE TIME.....you MUST have user account control turned ALL the way off... windows defender ALL THE WAY OFF and the windows or any other firewall also OFF..(the windows help file will tell you how if you don't know!)
You must after proprietary scanning the files with you're selected Virus program have it shut OFF ALL THE WAY..<<<<---- this is all to make sure you have a 98% chance or better to get the program installed correctly I am covering all the problems some have experienced all at once...in other words if you are running ANY find-it fix-it check-it utilities SHUT THEM OFF!!!!! This includes and network related such as some browsers and such... so also PHYSICALLY disconnect from the web!

(2)
 EVERY .exe you install you MUST manually map-- tell it to install in the
C:\Program Files (x86)folder.. windows knows that anything executed from there is 32 bit<<<--- well its supposed to always know.. you MUST right click on the .exe and go to properties/compatibility tab and check compatibility XP(service pack3)
also check run as administrator at the bottom.. now execute it and tell it where to install....C:\Program Files (x86)folder... on some exe's you need to select advanced install or manual to tell it where....

(3)
ALL vb6.0 runtime components MUST be put into the C:\Windows\SysWOW64 folder manually, so if a program has a separate vb runtime installer you Must tell it to go to C:\Windows\SysWOW64

ok half done... whew!!!!!!

now for the slightly time consuming part!!!

now one runtime item at a time you must follow these steps....

I'll use the "MSCOMM32.OCX" as an example on how to register the files in the registry of windows

click on start and type CMD in the search box... st the top you will see and .exe called "cmd.exe" RIGHT click on it and tell it to run as administrator....

a dos box will pop up in it it will say
C:\Users\"your user name">
you will manually or paste insert this command
“regsvr32 c:\windows\syswow64\MSCOMM32.OCX”
it should look exactly like this..
C:\Users\"your user name">regsvr32 c:\windows\syswow64\MSCOMM32.OCX
now hit enter key on keyboard.. it WILL say "DllRegisterServer ... succeeded"
if not you have syntax incorrect some where...

Ok you must do the above for every rumtime component you put into the WOW64 folder..

You are finished you MUST reboot the machine BEFORE running the program..

now sit back and run your VB6 stuff with the confidence of knowing you out-smarted Bill Gates!!!!

J.Lynch: logoslogic@consultant.com

7
Ultra Hal 7.0 / attempt at new flaming thread! lol
« on: February 02, 2008, 02:39:20 am »
ok I've been gone a while i realize.. but have more questions than i have been able to get answers for by trying to catch up in this forum so i beg all of your forgiveness if i ask already answered questions... and yes there will be new Haleena skins and characters coming soon i hope..

1 I D-L ed the new Hal 6.1 free trial.. trying it on a vista machine..
1 it seems to have many of the features that were invented by VonSmith incorporated.. in His XTF brain but many of the great scripts such as filtering "LY words and others are missing and what is there is a bit different though same ideas and no credit given to Him..(I know this must have been a mistake as Rob has always been great aat giving credit where it is due....

2 will this brain also work with the other mentioned functions or is compatability why they are missing... this new brain is smarter than my aged haleena but mixes up contecxt and pronoun reversal is a big step backward.....
3 I cannot get it to run any of my other hap characters.... Rob did you take away it's ability to have us run our own characters unless we also purchase your add-on... if so shame on you....

 and ... at the risk of really ticking you off... and i hope i do not as you know i have helped development and supported you for a few years.. i think you are brilliant and this is the best AI ....

 How can we get the functionality of sence the XTF's gave us with the new better topic focus and database goodies in this new brain... yes since I have not seen any recent post's from vonsmith either i figure he left or like i was have been too busy... so can't ask him... Hal members.. help me with these lame questions I'm sure manay of you who have gone through hal since version 3.5 also have thses questions..
thank you.

8
have fun all




9
Ultra Hal 7.0 / crunches fullbod textures leathern2.jpg
« on: February 04, 2005, 12:13:43 pm »
ok trying this new board. below you will find the full bod female textures ready for your girls....
Sorry I've been and still am burried in work... will be here more as soon as this darn job is finished!

Enjoy all....
Crunch















Insert Image:

10
Ultra Hal 7.0 / crunches fullbod textures grnlngr.jpg d load
« on: February 04, 2005, 11:49:12 am »
ok trying this new board. below you will find the full bod female textures ready for your girls....
Sorry I've been and still am burried in work... will be here more as soon as this darn job is finished!

Enjoy all....
Crunch



Insert Image:

11
Ultra Hal 7.0 / crunches textures crystalgrn.jpg
« on: February 04, 2005, 11:44:37 am »
ok trying this new board. below you will find the full bod female textures ready for your girls....
Sorry I've been and still am burried in work... will be here more as soon as this darn job is finished!

Enjoy all....
Crunch[8D]





Insert Image:

12
Ultra Hal 7.0 / Crunches Textures blklngr
« on: February 04, 2005, 11:39:45 am »
ok trying this new board. below you will find the full bod female textures ready for your girls....
 Sorry I've been and still am burried in work... will be here more as soon as this darn job is finished!

Enjoy all....



Insert Image:






13
Ultra Hal 7.0 / Virtual Girl or Boy friend Hal
« on: December 23, 2004, 07:17:23 am »
Ok, off from work for the holidays, had a bit of Christmas cheer and bored, figured what the heck lets stir things up!!

So.... If some of you do not like this topic or think it is redicuus please do not say anything to stiffle the others creativity please.

If you could have anything you wanted added to Hal that would make him in your opinion the Perfect Virtual Girl or Boy friend what would it be?????

please do not be limited by whatyou think is possible dream...
also please no one flame anyone elses idea's I'm just wondering what might be hoped for...

Have fun all [8)]

14
Ultra Hal 7.0 / Merry Christmas Preview Gift Next-Gen Hap
« on: December 22, 2004, 08:28:49 am »
Merry Christmas Everyone
Just wishing everyone a Happy Holiday and I was hoping I would have these imported into .hap files b4 now but Haptek is slow in response.... so best gift I can give you is a Preview!

I just finished the 3rd of all 3 new next-generation 3d models for hal.

Haleena,Crystal and Jackie
Wish everyone a Merry Christmas


Crunch [^]











Download Attachment: gen2_xtmas.jpg
125.65 KB

15
I am still working on the plug-in that will allow on the fly changing of the lighting and position in hal using the haptek characters......
But>>>>>>>>>

until I get it done here.......

for those of you who have successfully changed the normal1,2 &3 files to load your characters skins do this....

open those same files click at the end of where you put the settexture string and give 2 returns...(2 spaces.)
then insert this string.

SetLight[i0= 1 i1= 2 f0= -1 f1= 1 f2= -0.7  ]

and yes that first slash is a back slash..... all the spaces have to be exact.. so copy this and past it in...
you will see the skin textures better in the girls....

Have fun
[8D]

Pages: [1] 2 3 4