Quote:hmm.Thanks for the encouragement, but all I've done is move the camera in front of the eyes. If I had any idea how Dolphin worked, I'd try to make this happen, but I'd probably be better off trying to recreate Mario Kart in Blender.
looks okay for a first start!
Quote:
yeah as far as I know, forcing the camera to follow the player's head would require some weird tweaking of not only re positioning the camera, but just having it behave completely different all together. After thinking about it, I feel it would require more than just a cheat to successfully do so- like modding the actual game's code... but like i said i don't know either
I don't think you would have to change the game itself. Freelook mode can recreate the proper camera movement, but to automate the process, you would need a program that would calculate the camera position for each frame based on the position of two points, one at the front of the head and one at the back, and then tell freelook where to put the camera. What makes it tricky is that you would need a different set of points for each character, and you would have to get that info from the game somehow.

