These forums are CLOSED. Please visit the new forums HERE
Strangely rotating doors |
|
SirCorn Alter
Registered User
Join date: 23 Jul 2009
Posts: 27
|
02-07-2010 21:40
For some reason, my single-prim doors that open on touch work fine when the building is unlinked, but turn in random directions when it is linked. I can't figure out how to fix this. Resetting the scripts does not work.
|
Osprey Therian
I want capslocklock
![]() Join date: 6 Jul 2004
Posts: 5,049
|
02-07-2010 21:53
Void Singer has a nice, simple script for linked doors here: /54/11/355866/1.html#post2645831
_____________________
|
Void Singer
Int vSelf = Sing(void);
![]() Join date: 24 Sep 2005
Posts: 6,973
|
02-07-2010 22:05
if it's multi prim, the script you are using may not be able to handle being linked (some use get root rotation)
if it uses something like the Timeless Linked Door script, those can be finicky if you don't clear out the prim description (where it saves old settings) mine won't have that problem, the only issue it shows is if you reset it when it's in the open position. but once set up it should never have to be reset, even if you later change the house to a different location/rotation. _____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |
SirCorn Alter
Registered User
Join date: 23 Jul 2009
Posts: 27
|
02-07-2010 22:30
if it's multi prim, the script you are using may not be able to handle being linked (some use get root rotation) if it uses something like the Timeless Linked Door script, those can be finicky if you don't clear out the prim description (where it saves old settings) mine won't have that problem, the only issue it shows is if you reset it when it's in the open position. but once set up it should never have to be reset, even if you later change the house to a different location/rotation. Is there a way to modify it so that the doors auto-close after a set time? _____________________
DEKO - Low priced modern housing.
https://www.xstreetsl.com/modules.php?name=Marketplace&MerchantID=393101 |
Void Singer
Int vSelf = Sing(void);
![]() Join date: 24 Sep 2005
Posts: 6,973
|
02-07-2010 23:13
yes...
CODE
remeber to use a halfcut root prim, I suggest a box pathcut start 0.375, end 0.875 or 0.625 (realistic hing action on the second) ETA: updated for absolute safety, compiled and checked _____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |
SirCorn Alter
Registered User
Join date: 23 Jul 2009
Posts: 27
|
02-07-2010 23:16
Thanks for your help.
_____________________
DEKO - Low priced modern housing.
https://www.xstreetsl.com/modules.php?name=Marketplace&MerchantID=393101 |
Osprey Therian
I want capslocklock
![]() Join date: 6 Jul 2004
Posts: 5,049
|
02-07-2010 23:23
/me says tentatively...
I think the first "integer" should be "float." *runs away* _____________________
|
Void Singer
Int vSelf = Sing(void);
![]() Join date: 24 Sep 2005
Posts: 6,973
|
02-07-2010 23:24
updated and fixed for safety
_____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |