Forum

need overhead chase cam

Discuss programming in the QuakeC language.

Moderator: InsideQC Admins

need overhead chase cam

Postby hondobondo » Sat Apr 17, 2010 6:24 pm

i'm trying to do a gauntlet type mod, but I need the chasecam to be fixed above the player, looking down. any suggs?
hondobondo
 
Posts: 207
Joined: Tue Sep 26, 2006 2:48 am

Postby Team Xlink » Mon Apr 26, 2010 1:48 am

Its nice to know that your still working on your mod:

viewtopic.php?p=15055&highlight=#15055

I think you could have an entity be x units above the player (x being how high above the player you want the camera to be) then set the view point to that (I am unsure how you would go about doing this) then set

Code: Select all
self.angles_x = entity.angles_x;
self.angles_y = entity.angles_y;


I don't think you have to do angle_z because I believe that is the view height which you don't want to match the player model's view height.

Make sure your entity is SOLID_NOT

To be honest, I am most likely wrong with everything I said in this post, just a warning,
Team Xlink
 
Posts: 368
Joined: Thu Jun 25, 2009 4:45 am
Location: Michigan

Postby avirox » Mon Apr 26, 2010 11:46 am

What engine are you using? If it's DP or FTE then just use CSQC. I actually already have CSQC code for just what you're looking to do..
avirox
 
Posts: 137
Joined: Wed Aug 16, 2006 3:25 pm


Return to QuakeC Programming

Who is online

Users browsing this forum: No registered users and 1 guest