Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Galvatron

Pages: [1]
1
Other Packages / Re: Multi-Purpose Game Starter Kit
« on: July 21, 2014, 11:42:01 PM »
When put in my own terrain the helicopter stay within inches of the ground. I go into the Helicopter script and change the following.

float upwardsForce = 1f - distanceFactor;
         upwardsForce *= upwardsForce;
         upwardsForce = Mathf.Lerp(10f, 80f, upwardsForce);
         upwardsForce *= mRb.mass;

Which works but the helicopter keep floating higher and higher. Is there away to set a maximum height for the helicopter to keep it from floating away?

2
When I try and remove the terrain kit I get a a few errors and then I fix this and I get more.
Has anyone found a way to keep the GUI that the kit has and turn of Procedural Terrain Creation.

3
Other Packages / Question for multi purpose game kit?
« on: July 04, 2013, 12:59:16 AM »
How would I change the camera not to follow from behind. I would want it to keep the same angle but when the tank turns right or left it would still point north. If I turned the tank south the camera would still point north.

Also is there a way to make it so when I'm traveling the camera zooms out further but when attacking it zooms in a little?

Pages: [1]