I spent a few hours making some gun position code of my own from scratch, and it sucked, so I am using some simplified code from the ICED demo that comes w/ DBC. It works okay, but there's a huge problem. If you're facing one side and look up and down, the gun points up and down the right way, but if you're facing the other direction, it faces the opposite way on the X axis. I'm not sure if it's that I'm using a .x level or what, but it kind of kills the game.
I've looked in the codebase and throughout the forums and cant find any entrys on gun positioning, so does anyone have any good code they'd lend me? Thanks in advance!
And I don't want to use lock object on, as I want to do a lot with shadows in my game and I want the projectile to start in the gun. It's the paintball post a couple pages ago (the one with the broken screenshot links).