Whitefame 17 Posted March 8, 2017 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
jAMDup 2 Posted March 8, 2017 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
Whitefame 17 Posted March 8, 2017 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
Whitefame 17 Posted March 9, 2017 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