Jump to content

Sign in to follow this  
Spartan 163

New UAV Help

Recommended Posts

I have been working on a RQ-11 Raven UAV drone. I got it in game and flys fine and even works with the UAV module. The problem I have is with not being able to move the camera around like in the normal UAV.

Here is my config:

  Reveal hidden contents

Any help would be great. If need be I can also send the P3D. Thanks in advance.

Share this post


Link to post
Share on other sites

Your trying to inherit class plane, or maybe UAV, but those classes are limited.

Suggest you inherit class MQ9PredatorB

You will need a bunch of memory points in the P3D to form the turret axis's and the camera view point. Do you have those?

class CfgVehicles
{
class UAV;
class MQ9PredatorB : UAV {
	class viewpilot;
	class viewgunner;
	class Turrets;
	class NewTurret;
	class AnimationSources;	
};
class RC_Raven : MQ9PredatorB {

Share this post


Link to post
Share on other sites

I was thinking that was the problem. Thanks Gnat. I will try that tonight once I am done from work. I took a chance before and added the memory points to see if that helped. I will change the class to what you said.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×