HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Camera Help!

01-12-2005, 08:07 PM#1
Kalvorod
I want a first-person type camera for the game I'm making. The camera itself is fine, except that when the unit goes up to a heigher elevation, the camera stays low.

I tryed to use a pan to adjust the hieght, amung other camera triggers but none seem to do anything. To test I've been using the default camera, with no lock on. Just the height thing, making the camera ((Current Flying Height)+100).

Like I said, it seems to do nothing at all. (This is activated every 1 second, and I see no change when going higher)

Any ideas?
01-12-2005, 08:19 PM#2
iNfraNe
the flying height does not increase while going on a ramp ;) you must use the integer "Environment - Cliff Height" as use to see how high the terrain is. I think a cliff is 128 high. so it would be something like "((cliff height - 2)*128)+100)" just mess some around :P
01-13-2005, 10:32 PM#3
Kalvorod
Quote:
Originally Posted by toot
the flying height does not increase while going on a ramp ;) you must use the integer "Environment - Cliff Height" as use to see how high the terrain is. I think a cliff is 128 high. so it would be something like "((cliff height - 2)*128)+100)" just mess some around :P


Sweet ! It works! Thanks a bunch!