Cockpit Camera

I have run into an odd issue with the cockpit camera, i have it set up it the xml properly and i have double checked in many times, but when i am in game and try to use the cockpit view it does nothing like it doesn't exist. i usually don't ask for help but i am starting to wonder if its a bug in the game or something i cant fix. here is the xml if anything is wrong please inform me so i know for the future: https://pastebin.com/YAa2BPsH
Thanks!

last edited by Rock3t

There's one thing I can see that's wrong with that picture.

You have...

<Cockpit
    _template="Default"
>
</Cockpit>

But you don't have...

<_templates Include="trucks" />

Which means...you're calling for the default cockpit template, but you haven't told the game where to find it.

last edited by MudHappy

@mudhappy Ah thank you i never noticed that but it makes sense, thank you!