Jump to content
Sign in to follow this  
Whitefame

Removing commander seat

Recommended Posts

Hi, I wonder how a should write in my config file to remove the commander seat (only have gunner and driver)? The vehicle is inheriting it classes from Tank_F and I seem to have removed all def. for a commander. But when i spawn my vehicle in the editor i can still enter the commander seat with its parameters inherited from Tank_F.

Share this post


Link to post
Share on other sites

I had this problem, someone correct me if I'm wrong, but if you inherit from the Tank_F class, it automatically places a commander. To stop this, I used the "APC_Tracked_01_base_F" class instead.

Share this post


Link to post
Share on other sites

Well, that kinda works... but it messes up the rest of my config :/

I kinda can't see where in the config the commander seat is defined.....

Share this post


Link to post
Share on other sites

I solved it!!

The class was well hidden in:

class Tank_F: Tank {
        class Turrets {
            class MainTurret:NewTurret {
                class Turrets {
                    class CommanderOptics;

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  

×