The first person cam alot of people want <3

Post your suggestions here
MXTYSEN21
Posts: 881
Joined: Tue Dec 07, 2010 6:50 am
Team: Volcom Racing
Location: UT, United States

Re: The first person cam alot of people want <3

Post by MXTYSEN21 »

jlv wrote: Fri May 01, 2026 3:53 am People have a right to be disappointed with the progress lately. Complaining won't speed things up but I do understand the disappointment. There are things taking my time that are outside of my control right now.
1st person cam is fine the way it is imo but it would be very helpful if it were possible to look to our left & right. Being able to take a quick peak to check your inside coming into bowl corners in sx would be so sick. Being able to check your inside off the start as well.

Set it up so when you press the key/button the camera starts to pan to the left/right until about 2 or 3 o'clock. Also make the camera pan back to the original position as soon as you release the button so you have full control of how far you want to look over for specific situations.

Maybe even have the option to customize how quickly the camera pans as well like a slider for "camera pan speed"

Idk just throwing ideas out there.
Image
you are a G jlv
jlv
Site Admin
Posts: 15483
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: The first person cam alot of people want <3

Post by jlv »

What I really want to do is move the camera positioning code to javascript so it can be fully customized. It needs to be a separate context from the gameplay script though.
TeamHavocRacing wrote: Mon May 04, 2026 6:14 pm On a lighter note, this made me think of your killer sense of humor and the "Daytona Disappointment" track release!
That was quite an all-nighter for me!
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
StrivMX
Posts: 27
Joined: Tue Jun 24, 2025 11:45 pm
Team: StriveMX

Re: The first person cam alot of people want <3

Post by StrivMX »

jlv wrote: Tue May 05, 2026 3:22 am What I really want to do is move the camera positioning code to javascript so it can be fully customized. It needs to be a separate context from the gameplay script though.
TeamHavocRacing wrote: Mon May 04, 2026 6:14 pm On a lighter note, this made me think of your killer sense of humor and the "Daytona Disappointment" track release!
That was quite an all-nighter for me!
Please i beg you do the first person update
jlv
Site Admin
Posts: 15483
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: The first person cam alot of people want <3

Post by jlv »

So I really didn't want to hard code this and instead make something scriptable which could be infinitely customized by the user. But realistically it's going to be a while until I have a UI scripting system in place. Since this seems important to a lot of people I think I'll just hard code it now.

You guys want it to lock the camera Y axis to the world Y axis right? Meaning that the camera just yaws around without any pitch or roll.

I figure I'll solve the gimbal lock problem by interpolating between the rider Y axis and world Y axis, using 100% world axis when the rider's Y is vertical and 100% rider Y axis then the rider is horizontal.

Does that sound like a reasonable plan?
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
TeamHavocRacing
Posts: 8660
Joined: Thu Nov 19, 2009 5:52 am
Team: Havoc Racing
Contact:

Re: The first person cam alot of people want <3

Post by TeamHavocRacing »

Speaking of submission holds... could you also implement changeable font size in "Dabbing!"?
|
Image
jlv wrote:If it weren't for Havoc I'd have been arguing with the 12 year olds by myself.
R.I.P. Sofa
jlv
Site Admin
Posts: 15483
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: The first person cam alot of people want <3

Post by jlv »

You're the only one who asked for that!

Also, thinking a little more about what I said about gimbal lock with the world Y aligned camera and I don't think my plan would actually work well. I'm thinking it wouldn't look good when you lean way over and the camera rolls as it goes horizonal.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
Post Reply