Author Topic: Side scrolling player w/ no mouse function  (Read 2540 times)

Thank you. Also I have a bit of a problem with the @param mat, or transform, it has aparently 7 possible float values, posx posy posz aax aay aaz aaTheta. How would I squeeze that in?

I'm trying setOrbitMode(%client.player, "x y z a b c theta", etc. but it won't exec


sorry if i'm being a bother at this point

The transform matrix is used here to set the rotation of the camera around the player. You may want to use http://forum.blockland.us/index.php?topic=27230

The transform matrix is used here to set the rotation of the camera around the player. You may want to use http://forum.blockland.us/index.php?topic=27230

Got it to work to a certain extent. The camera spawns at random angles each time, but at the same distance.

The camera spawns at random angles each time, but at the same distance.

Add %client.camera.setFlyMode(); before the setOrbitMode call.

Add %client.camera.setFlyMode(); before the setOrbitMode call.
[nvm im absolutely handicapped]

Camera's perfect, just forgot that when I Self Delete, I spawn facing a random direction. THX!
« Last Edit: May 03, 2015, 07:54:23 PM by Path »