Author Topic: a way to set the camera view at the top of the map looking down  (Read 522 times)

i need a way to do this so that the player can still move and you can see the whole map.

i'd also like a playertype that can't look up and down, crouch or jump.

thanks.

The only problem with a playertype that can't crouch is that the animations and textures get messed up for some reason. Unless you want the playertype to not be able to crouch, but it still plays the crouching animation.

The only problem with a playertype that can't crouch is that the animations and textures get messed up for some reason. Unless you want the playertype to not be able to crouch, but it still plays the crouching animation.

with the camera being this high i dont think the animations will be a problem.

will the gun mountpoint change when this happens?

http://forum.blockland.us/index.php?topic=241867.0

You can use the top down player-type listed in the post, and use camera events

http://forum.blockland.us/index.php?topic=241867.0

You can use the top down player-type listed in the post, and use camera events

i know this already, you can't move while using camera events. Top down player can crouch.

you can't move while using camera events.
With the new default one you can.

you could make the crouch bounding box the same as the normal bounding box

With the new default one you can.

oh you can?

neat, i'll try it.