Page 1 of 1

Alternatives to Firestorm

Posted: Sat May 16, 2020 2:10 pm
by Alan Bolero
Hi All

I am having problems with my Av interacting with scripted furniture. My Av does not seem to recognise the animations and just adopts the default sit position, not changing animation when interracting with menus. I am using the latest Firesotrm release and have checked that revoke is set to "Never" in my preferences and my parcel is set to allow anyone to run scripts.

I have searched Google for help and can only find information from years ago. I have installed Singularity and this prompts to allow an Av to allow an object to animate them. but it feels like a browser from 10 years ago.

Are there any suggestions that I could try to get this working in Firestorm?

Rgds
Alan

Re: Alternatives to Firestorm

Posted: Sat May 16, 2020 2:30 pm
by Ilan Tochner

Re: Alternatives to Firestorm

Posted: Sat May 16, 2020 7:41 pm
by Selby Evans
Alan Bolero wrote:
Sat May 16, 2020 2:10 pm
Hi All

I am having problems with my Av interacting with scripted furniture. My Av does not seem to recognise the animations and just adopts the default sit position, not changing animation when interracting with menus. I am using the latest Firesotrm release and have checked that revoke is set to "Never" in my preferences and my parcel is set to allow anyone to run scripts.

I have searched Google for help and can only find information from years ago. I have installed Singularity and this prompts to allow an Av to allow an object to animate them. but it feels like a browser from 10 years ago.

Are there any suggestions that I could try to get this working in Firestorm?

Rgds
Alan
SceneGate OpenSim viewer with beginner and extended modes. Summary
https://virtualoutworlding.blogspot.com ... emsim.html

Re: Alternatives to Firestorm

Posted: Tue May 19, 2020 12:41 pm
by Lotek Ixtar
Some furniture in OpenSim doesn't stop the default sitting animation before starting the custom animation, which can cause this issue. You might be able to fix this in the script, by putting the following line before llStartAnimation() is issued:

llStopAnimation("sit");

Both functions need the PERMISSION_TRIGGER_ANIMATION permission granted.

Re: Alternatives to Firestorm

Posted: Wed May 20, 2020 3:03 pm
by Alan Bolero
Hi Lotek - scripting is not my strong point but I will try your suggestion and many thanks for your advice.

Kind regards
Alan