Alright i'll keep this simple:
I'm working on a castlevania gamemode. I got a bunch of stuff done, but one roadblock that has bothered me is the playertype. I need some code for a player that:
Most importantly puts the camera on the right side of the player, facing the player. I can adjust the distance myself
Prevents the use of aiming/mouse so that players can only move in whatever direction they spawn in, or backwards, but cannot strafe at all (The player is restricted to a 2d Plane of movement)
Changes the inputs required to move the player. Instead of the player walking forward with W, and backwards with S, and so forth,
the player moves forward (Or right on the 2d plane of movement) using the d key, and backwards with S, while always facing forward.
So basically a mario/castlevania side scrolling playertype.
If somebody knows how to do this, please post the actual code. no psuedocode or 'it kinda works like this'