tom271 opened this issue on Feb 20, 2011 · 17 posts
markschum posted Mon, 21 February 2011 at 12:40 AM
for any cr2 you find the BODY section and after a parameter you add this code:
valueParm DoorOpen
{
name DoorOpen
initValue 0
hidden 0
forceLimits 4
min -90
max 90
trackingScale 1
keys
{
static 0
k 0 0
}
interpStyleLocked 0
}
Then you find the channel in flap1 and flap2 that opens them and add this code to them:
interpStyleLocked 0 <<<<<<<<<<<<<<< this line is last line of parameter
valueOpDeltaAdd
Figure 1
BODY:1
DoorOpen
deltaAddDelta 1.000000
} <<<<<<<<<<<<<<<<<<<<< and this exists - add the code between
Note: Figure 1 and Body:1 are whatever is in the cr2 you edit.
You may need to change the deltaadddelta to -1 to change the direction it moves