Cool legs that'll be a cool feature? and I got the ramp working now, here's what I have:
PHP Code:
class UserActions
{
class OpenRamp
{
displayName = "Open Hatch";
position = "action_hatch";
onlyforplayer = false;
radius = 8;
condition = "this animationPhase ""UserRamp"" == 0";
statement = "this animate [""UserRamp"", -.90]";
};
class CloseRamp
{
displayName = "Close Hatch";
position = "action_hatch";
onlyforplayer = false;
radius = 8;
condition = "this animationPhase ""UserRamp"" == -.90";
statement = "this animate [""UserRamp"", 0]";
};
};
I'm having some difficulties with the geometry lod for the fans though. I decided to use your fans, but keep the fan case that I had, and I have to say the fans look really cool now. I'm also working really hard on the texturing which I'm still a complete newbie, I don't know how to create UV's and add details. It would be really cool if I could get the computer screens see through or holographic looking but I don't know how to do this either.