Author Topic: [RESOURCE] Big List of tutorials.  (Read 93881 times)


Please add a tutorial on creating and exporting animations for MilkShape.
I will write one tomorrow, With pics or video or just plain text, It isn't too hard.
EDIT: Found one and added
« Last Edit: May 02, 2010, 03:04:56 PM by goz3rr »

Thank you, This will be usefull.
Please sticky.

Thank you, This will be usefull.
Please sticky.
Thanks


This needs to get stickied so we don't have to keep bumping it.

This needs to get stickied so we don't have to keep bumping it.
I agree
I <3 your Eventing Tutorial, it taught me what the end parts of the VCE parts they were, thanks.

I <3 it too. :D

If you find anything that's not well explained, let me know. I want to keep the BETC simple, but able to cover complex topics.

A joint called 'cam' is the 3rd person camera I believe.

A joint called 'cam' is the 3rd person camera I believe.
Afaik you set the 3rd person cam in a script, without a joint.


The Camera is control with script.

Yea, through script:
Code: [Select]
// 3rd person camera settings
cameraRoll = false;    //Roll the camera with the vehicle?
cameraMaxDist = 11;    //Far distance from vehicle
cameraOffset = 6.8;    //Vertical offset from camera mount point
cameraLag = 0.0;       //Velocity lag of camera
cameraDecay = 1.75;    //Decay per sec. rate of velocity lag
cameraTilt = 0.3201;   //tilt adjustment for camera: ~20 degrees down


Kadabump for update, I've added creating interiors


« Last Edit: May 21, 2010, 12:29:51 AM by goz3rr »