Page 1 of 1
Will scripting allow us to make a Look Left/Look Right Option?
Posted: Thu Jan 10, 2019 9:54 pm
by WellsMX524
I know this is nothing new in terms of suggestions. However it would be monumental for first person riders. Will future scripting allow us to make that happen? Would be nice to be able to bind it to the D-Pad.
Re: Will scripting allow us to make a Look Left/Look Right Option?
Posted: Fri Jan 11, 2019 3:43 am
by jlv
I probably will rewrite the highest level of the drawing code in javascript eventually. For aiming the camera, I'd probably just hard code that. The main reason I never did it is because it'll expose some weird stuff in the first person model.
Re: Will scripting allow us to make a Look Left/Look Right Option?
Posted: Fri Jan 11, 2019 3:48 am
by Jeremy150
jlv wrote:I probably will rewrite the highest level of the drawing code in javascript eventually. For aiming the camera, I'd probably just hard code that. The main reason I never did it is because it'll expose some weird stuff in the first person model.
Just to touch on that, if you did add that feature I'd be more than happy to release some new FP jms for people
Re: Will scripting allow us to make a Look Left/Look Right Option?
Posted: Fri Jan 11, 2019 4:08 am
by jlv
It's debatable what the best thing to do is. It's a little like "Punch Out" where you want to be able to see through the character sometimes.
Re: Will scripting allow us to make a Look Left/Look Right Option?
Posted: Fri Jan 11, 2019 6:31 am
by WellsMX524
jlv wrote:It's debatable what the best thing to do is. It's a little like "Punch Out" where you want to be able to see through the character sometimes.
If Jeremy made new FP JM's, with the current first person jm's, wouldn't you just essentially have to erase the shoulders to get it to work properly?
Re: Will scripting allow us to make a Look Left/Look Right Option?
Posted: Sat Jan 12, 2019 3:27 am
by jlv
Not sure what would be best. Probably want to remove most of the torso and upper arms. Going to be a little ugly no matter what.
Re: Will scripting allow us to make a Look Left/Look Right Option?
Posted: Sat Jan 12, 2019 4:48 am
by LKR47

That's what we're doing in MCTD; toggling rider models for the local player, but using the third person model for all other clients. The first person model works well with our FP cam, but obviously, our cams are set up differently.
The only problem in mxs using this solution would be converting all of the older user-made models to work with a new system. An invisibility shader using an extra b/w texture would be cool too maybe.