ik I just made a "could someone edit this" topic not too long ago but I want another oneWhat I basically want is instead of this:

You see this:

It always bugged me that if you used the top-down playertype you didn't even really look at the bottom half of your screen much at all and instead you were just straining to see more of the top half.
And it wouldn't hurt to "zoom" it out a tad without changing fov
datablock PlayerData(PlayerTopDownArmor : PlayerStandardArmor)
{
minJetEnergy = 0;
jetEnergyDrain = 0;
canJet = 0;
cameramaxdist = 20;
cameramindist = 0;
maxlookangle = 0;
cameratilt = 1.5;
maxlookangle = 0;
minlookangle = 0;
cameraMaxFov = 90;
thirdpersononly = 1;
uiName = "Top Down Player";
showEnergyBar = false;
};
I could probably do this myself but I'm a bit tired and sick atm and don't feel like thinking and taking time to experiment, and I'm not even sure if you could do this with the parameters provided or not or whatever
thanks