WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 09-13-2006, 08:17 PM
vgracie vgracie is offline
Member
 
Join Date: Sep 2006
Posts: 1
download problems & avatar action

I'm trying to download Vizard R3 Beta 2 lite to my laptop and I keep getting a 'NSIS Error' message that reads:

The installer you are trying to is corruped or incomplete. This could be the result of a damaged disk, a failed download or a virus. You may want to contact the author of this installer to obtain a new copy. It may be possible to skip this check using the /NCRC command line switch.

What is this supposed to mean?


And I am trying to make an avatar sit and stay seated.
It seems that I have to cut the 'sit' animation before it fully completes its cycle.

Is there any way that I can stop the 'sit' animation when the avatar sits on the floor?

Thank you for the assistance.
Reply With Quote
  #2  
Old 09-14-2006, 11:29 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
It means your installer might be corrupt. What is the file size of the installer?

You can have an animation freeze in the last pose after it executes. Example:
Code:
avatar.execute(SitAnimation,freeze=True)
When the animation finishes, it will freeze the last pose. When you want the avatar to stand up you have to stop the sit animation before executing the stand animation:
Code:
avatar.stopAction(SitAnimation)
avatar.execute(StandAnimation)
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 05:25 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC