Jman3ooo Posted November 10, 2002 Share Posted November 10, 2002 Does anyone know how the camera code works?. I need this information for a mod I am making. I did a quick search for camera and came up with nothing helpful.. Thank you! Link to comment Share on other sites More sharing options...
Wudan Posted November 10, 2002 Share Posted November 10, 2002 By 'camera' - what are you talking about? I did some checking in to the cg_view, but if you're talking about something that's only in the SP code, forget it, you'll prolly have to write it yoself to have it in MP. Link to comment Share on other sites More sharing options...
Jman3ooo Posted November 11, 2002 Author Share Posted November 11, 2002 I eam what is the code that defines where the camera is? For example Say I wanted to make it so I c the person from the front instead of behind(mp of course.) Link to comment Share on other sites More sharing options...
Wudan Posted November 21, 2002 Share Posted November 21, 2002 you mean, 3rd person or 1st person? That's in cg_view.c and cg_draw.c, It's pretty crazy to change around that stuff. What kind of effect are you going for? Link to comment Share on other sites More sharing options...
Jman3ooo Posted November 21, 2002 Author Share Posted November 21, 2002 I was hoping to make something like a side view, front view, and a matrixspin. Link to comment Share on other sites More sharing options...
Wudan Posted November 23, 2002 Share Posted November 23, 2002 Actually, I've been working on something like that - so that the Jedi can 'see' around corners better, like a latent ability. It wouldn't be that hard, really, I'll look in to it. The matrix spin would be harder, it'd be like ... slowing everything waaaaaaaay down within a radius of the player ... and making a move execute ... while the camera does a matrix'ish rotate around the player. Not impossible, just hasn't been done. Link to comment Share on other sites More sharing options...
razorace Posted December 15, 2002 Share Posted December 15, 2002 If you're just looking for a way to change the camera angles in game, there are a lot of camera view commands you can use. I won't list them unless you need them. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.